Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r9b6b2f rb2b47f  
    2828# Boost libraries
    2929AX_BOOST_BASE([1.33.1])
    30 #AX_BOOST_PROGRAM_OPTIONS
     30AX_BOOST_PROGRAM_OPTIONS
    3131#AX_BOOST_FOREACH
    3232#AX_BOOST_FILESYSTEM
     
    9393
    9494# 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])
     95AC_CONFIG_TESTDIR(tests/regression)
     96AC_CONFIG_FILES([
     97        tests/Makefile
     98        tests/regression/atlocal
     99        tests/regression/Makefile])
     100AC_CONFIG_FILES([tests/regression/molecuilder], [chmod +x tests/regression/molecuilder])
     101AC_CONFIG_FILES([
     102        tests/Tesselations/Makefile
     103        tests/Tesselations/defs])
     104AC_CONFIG_FILES([
     105        doc/molecuilder.xml])
     106AC_CONFIG_FILES([
     107        Makefile
     108        doc/Makefile
     109        src/Makefile
     110        src/Actions/Makefile
     111        src/UIElements/Makefile
     112        src/unittests/Makefile])
    101113AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.