Changes in configure.ac [e0f8c8:942906]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
re0f8c8 r942906 137 137 138 138 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...])])139 # CodePatterns library (needs valarray in MemDebug ) 140 AM_PATH_CODEPATTERNS([1.1.6], $have_debug,,[AC_MSG_ERROR([Missing CodePatterns library, please specify PKG_CONFIG_PATH or use --with-codepatterns...])]) 141 141 142 142 # Checks for header files. … … 218 218 219 219 # test suite 220 220 221 AC_CONFIG_FILES([ 221 222 tests/Makefile]) … … 230 231 tests/Fragmentations/atlocal 231 232 tests/Fragmentations/Makefile]) 233 AC_CONFIG_FILES([tests/Fragmentations/analyzer], [chmod +x tests/Fragmentations/analyzer]) 234 AC_CONFIG_FILES([tests/Fragmentations/joiner], [chmod +x tests/Fragmentations/joiner]) 232 235 AC_CONFIG_FILES([tests/Fragmentations/molecuilder], [chmod +x tests/Fragmentations/molecuilder]) 233 236 … … 247 250 doc/molecuilder.xml]) 248 251 AC_CONFIG_FILES([ 249 252 MoleCuilder.pc:MoleCuilder.pc.in]) 250 253 AC_CONFIG_FILES([ 251 254 Makefile … … 254 257 ]) 255 258 AC_CONFIG_FILES([ 256 259 src/unittests/Makefile 257 260 ]) 258 261 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.