- Timestamp:
- Mar 30, 2009, 9:57:24 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/src/c++/configure.ac
r973 r1009 62 62 ) 63 63 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 73 64 # checking for dependency libs may be disabled, normally used to 74 65 # create a source distribuion on a machine wihtout required APIs like … … 114 105 AC_MSG_NOTICE([]) 115 106 AC_MSG_NOTICE([qQN will be installed in]) 116 AC_MSG_NOTICE([ $ PLUGINDIR])107 AC_MSG_NOTICE([ $bindir ]) 117 108 AC_MSG_NOTICE([]) 118 109 AC_MSG_NOTICE([The following libs and flags will be used:])
Note: See TracChangeset
for help on using the changeset viewer.