Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3158e6 r07a47e  
    33
    44AC_PREREQ(2.59)
    5 AC_INIT(MoleCuilder, 1.1.4, [heber@ins.uni-bonn.de], [molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/])
     5AC_INIT(MoleCuilder, 1.1.5, [heber@ins.uni-bonn.de], [molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/])
    66AC_CONFIG_AUX_DIR([build-aux])
    77AC_CONFIG_SRCDIR([src/builder.cpp])
     
    2525DX_PS_FEATURE(OFF)
    2626DX_PDF_FEATURE(OFF)
    27 DX_INIT_DOXYGEN(MoleCuilder, Doxyfile, ${docdir})
     27DX_INIT_DOXYGEN(MoleCuilder, Doxyfile, $(docdir))
    2828
    2929# use libtool
     
    3434# refer to the libtool manual, section "Updating library version information":
    3535# 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])
     36AC_SUBST([MOLECUILDER_SO_VERSION], [5:1:0])
     37AC_SUBST([MOLECUILDER_API_VERSION], [1.1.5])
    3838
    3939dnl this macro is used to get the arguments supplied
     
    122122BOOST_RANDOM
    123123BOOST_SMART_PTR
     124BOOST_STRING_ALGO
    124125BOOST_TOKENIZER
    125126
     
    137138
    138139
    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 )
     141AM_PATH_CODEPATTERNS([1.1.6], $have_debug,,[AC_MSG_ERROR([Missing CodePatterns library, please specify PKG_CONFIG_PATH or use --with-codepatterns...])])
    141142
    142143# Checks for header files.
     
    162163        [AC_SEARCH_LIBS(cblas_dnrm2, blas cblas gslblas gslcblas)])
    163164AC_CHECK_LIB(gsl, gsl_blas_dnrm2, , [AC_MSG_ERROR(["No working BLAS found for GSL, stopping."])])
    164 
    165 # add replacement/saturation hydrogen or not
    166 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; then
    169   AC_DEFINE(ADDHYDROGEN,1, ["Adding saturation hydrogen"])
    170   AC_SUBST(ADDHYDROGEN)
    171 fi
    172165
    173166# use CppUnit TestRunner or not
     
    218211
    219212# test suite
     213
    220214AC_CONFIG_FILES([
    221215        tests/Makefile])
     
    230224        tests/Fragmentations/atlocal
    231225        tests/Fragmentations/Makefile])
     226AC_CONFIG_FILES([tests/Fragmentations/analyzer], [chmod +x tests/Fragmentations/analyzer])
     227AC_CONFIG_FILES([tests/Fragmentations/joiner], [chmod +x tests/Fragmentations/joiner])
    232228AC_CONFIG_FILES([tests/Fragmentations/molecuilder], [chmod +x tests/Fragmentations/molecuilder])
    233229
     
    247243        doc/molecuilder.xml])
    248244AC_CONFIG_FILES([
    249   MoleCuilder.pc:MoleCuilder.pc.in])
     245        MoleCuilder.pc:MoleCuilder.pc.in])
    250246AC_CONFIG_FILES([
    251247        Makefile
     
    254250])
    255251AC_CONFIG_FILES([
    256   src/unittests/Makefile
     252        src/unittests/Makefile
    257253])
    258254AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.