Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rb2b47f r9b6b2f  
    2828# Boost libraries
    2929AX_BOOST_BASE([1.33.1])
    30 AX_BOOST_PROGRAM_OPTIONS
     30#AX_BOOST_PROGRAM_OPTIONS
    3131#AX_BOOST_FOREACH
    3232#AX_BOOST_FILESYSTEM
     
    9393
    9494# test suite
    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])
     95AC_CONFIG_TESTDIR(tests)
     96AC_CONFIG_FILES([tests/atlocal tests/Makefile])
     97AC_CONFIG_FILES([tests/Tesselations/Makefile tests/Tesselations/defs])
     98AC_CONFIG_FILES([tests/molecuilder], [chmod +x tests/molecuilder])
     99AC_CONFIG_FILES([doc/molecuilder.xml])
     100AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/unittests/Makefile])
    113101AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.