Changes in configure.ac [3158e6:07a47e]
- File:
-
- 1 edited
-
configure.ac (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r3158e6 r07a47e 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(MoleCuilder, 1.1. 4, [heber@ins.uni-bonn.de], [molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/])5 AC_INIT(MoleCuilder, 1.1.5, [heber@ins.uni-bonn.de], [molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) 7 7 AC_CONFIG_SRCDIR([src/builder.cpp]) … … 25 25 DX_PS_FEATURE(OFF) 26 26 DX_PDF_FEATURE(OFF) 27 DX_INIT_DOXYGEN(MoleCuilder, Doxyfile, $ {docdir})27 DX_INIT_DOXYGEN(MoleCuilder, Doxyfile, $(docdir)) 28 28 29 29 # use libtool … … 34 34 # refer to the libtool manual, section "Updating library version information": 35 35 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 36 AC_SUBST([MOLECUILDER_SO_VERSION], [5: 0:0])37 AC_SUBST([MOLECUILDER_API_VERSION], [1.1. 4])36 AC_SUBST([MOLECUILDER_SO_VERSION], [5:1:0]) 37 AC_SUBST([MOLECUILDER_API_VERSION], [1.1.5]) 38 38 39 39 dnl this macro is used to get the arguments supplied … … 122 122 BOOST_RANDOM 123 123 BOOST_SMART_PTR 124 BOOST_STRING_ALGO 124 125 BOOST_TOKENIZER 125 126 … … 137 138 138 139 139 # CodePatterns library (needs Observer::Channels)140 AM_PATH_CODEPATTERNS([1.1. 5], $have_debug,,[AC_MSG_ERROR([Missing CodePatterns library, please specify PKG_CONFIG_PATH or use --with-codepatterns...])])140 # CodePatterns library (needs valarray in MemDebug ) 141 AM_PATH_CODEPATTERNS([1.1.6], $have_debug,,[AC_MSG_ERROR([Missing CodePatterns library, please specify PKG_CONFIG_PATH or use --with-codepatterns...])]) 141 142 142 143 # Checks for header files. … … 162 163 [AC_SEARCH_LIBS(cblas_dnrm2, blas cblas gslblas gslcblas)]) 163 164 AC_CHECK_LIB(gsl, gsl_blas_dnrm2, , [AC_MSG_ERROR(["No working BLAS found for GSL, stopping."])]) 164 165 # add replacement/saturation hydrogen or not166 AC_ARG_ENABLE([hydrogen],AS_HELP_STRING([--enable-hydrogen],[Adding saturation hydrogen (default is yes)]),167 [enable_hydrogen=$enableval], [enable_hydrogen=yes])168 if test x"$enable_hydrogen" = xyes; then169 AC_DEFINE(ADDHYDROGEN,1, ["Adding saturation hydrogen"])170 AC_SUBST(ADDHYDROGEN)171 fi172 165 173 166 # use CppUnit TestRunner or not … … 218 211 219 212 # test suite 213 220 214 AC_CONFIG_FILES([ 221 215 tests/Makefile]) … … 230 224 tests/Fragmentations/atlocal 231 225 tests/Fragmentations/Makefile]) 226 AC_CONFIG_FILES([tests/Fragmentations/analyzer], [chmod +x tests/Fragmentations/analyzer]) 227 AC_CONFIG_FILES([tests/Fragmentations/joiner], [chmod +x tests/Fragmentations/joiner]) 232 228 AC_CONFIG_FILES([tests/Fragmentations/molecuilder], [chmod +x tests/Fragmentations/molecuilder]) 233 229 … … 247 243 doc/molecuilder.xml]) 248 244 AC_CONFIG_FILES([ 249 MoleCuilder.pc:MoleCuilder.pc.in])245 MoleCuilder.pc:MoleCuilder.pc.in]) 250 246 AC_CONFIG_FILES([ 251 247 Makefile … … 254 250 ]) 255 251 AC_CONFIG_FILES([ 256 src/unittests/Makefile252 src/unittests/Makefile 257 253 ]) 258 254 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
