Changeset 1009


Ignore:
Timestamp:
Mar 30, 2009, 9:57:24 AM (14 years ago)
Author:
Jari Häkkinen
Message:

Removed non-used configure options inherited from the WeNNI package.

Location:
plugins/base2/net.sf.basedb.normalizers/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.normalizers/trunk/INSTALL

    r1008 r1009  
    7272    qQN-version.tar.gz file and change direcotry to
    7373    qQN-version. Follow the instructions in the README file included
    74     in the qQN package. Copy file bin/qQN to the same location as the
    75     normalization jar files.
     74    in the qQN package. Remember to copy file bin/qQN to the same
     75    location as the normalization jar files.
    7676
    7777Make sure that the job agents have access to the same
  • plugins/base2/net.sf.basedb.normalizers/trunk/src/c++/README

    r964 r1009  
    3636broken build tree.
    3737
     38To change the default installation directory use option --bindir
     39
     40  './configure --bindir=/path/to/base/plugin/net.sf.basedb.normalizers'
     41
     42where the path should be the directory where you installed the
     43jar-files containing the java wrapper for the qQN binary.
     44
    3845
    3946Building
     
    4451  './configure && make'
    4552
     53
    4654To create a source distribution, do
    4755
     
    5159package project root directory using 'ant'.
    5260
     61
    5362If you checked out a working copy from the subversion repository you
    5463must do './bootstrap' before issuing any of the above commands.
  • plugins/base2/net.sf.basedb.normalizers/trunk/src/c++/configure.ac

    r973 r1009  
    6262             )
    6363
    64 AC_ARG_WITH(basedir,[AS_HELP_STRING([--with-basedir=DIR],
    65                                     [root directory for base installation])],
    66             [BASEDIR=$withval], [BASEDIR=/usr/local/base])
    67 AC_ARG_WITH(plugindir,[AS_HELP_STRING([--with-plugindir=DIR],
    68                                       [the base plug-in install directory])],
    69             [PLUGINDIR=$withval],
    70             [PLUGINDIR="$BASEDIR/plugins/net/sf/basedb/normalizers"])
    71 AC_SUBST(PLUGINDIR)
    72 
    7364# checking for dependency libs may be disabled, normally used to
    7465# create a source distribuion on a machine wihtout required APIs like
     
    114105AC_MSG_NOTICE([])
    115106AC_MSG_NOTICE([qQN will be installed in])
    116 AC_MSG_NOTICE([    $PLUGINDIR ])
     107AC_MSG_NOTICE([    $bindir ])
    117108AC_MSG_NOTICE([])
    118109AC_MSG_NOTICE([The following libs and flags will be used:])
Note: See TracChangeset for help on using the changeset viewer.