Changes in configure.ac [9b6b2f:b2b47f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r9b6b2f rb2b47f 28 28 # Boost libraries 29 29 AX_BOOST_BASE([1.33.1]) 30 #AX_BOOST_PROGRAM_OPTIONS30 AX_BOOST_PROGRAM_OPTIONS 31 31 #AX_BOOST_FOREACH 32 32 #AX_BOOST_FILESYSTEM … … 93 93 94 94 # test suite 95 AC_CONFIG_TESTDIR(tests) 96 AC_CONFIG_FILES([tests/atlocal tests/Makefile]) 97 AC_CONFIG_FILES([tests/Tesselations/Makefile tests/Tesselations/defs]) 98 AC_CONFIG_FILES([tests/molecuilder], [chmod +x tests/molecuilder]) 99 AC_CONFIG_FILES([doc/molecuilder.xml]) 100 AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/unittests/Makefile]) 95 AC_CONFIG_TESTDIR(tests/regression) 96 AC_CONFIG_FILES([ 97 tests/Makefile 98 tests/regression/atlocal 99 tests/regression/Makefile]) 100 AC_CONFIG_FILES([tests/regression/molecuilder], [chmod +x tests/regression/molecuilder]) 101 AC_CONFIG_FILES([ 102 tests/Tesselations/Makefile 103 tests/Tesselations/defs]) 104 AC_CONFIG_FILES([ 105 doc/molecuilder.xml]) 106 AC_CONFIG_FILES([ 107 Makefile 108 doc/Makefile 109 src/Makefile 110 src/Actions/Makefile 111 src/UIElements/Makefile 112 src/unittests/Makefile]) 101 113 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.