Changeset 1304:c9c2e90b2342 in lemon-0.x for configure.ac
- Timestamp:
- 04/05/05 10:43:51 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r1171 r1304 7 7 8 8 dnl Checks for programs. 9 AC_PROG_CC10 9 AC_PROG_CXX 10 AC_PROG_INSTALL 11 AC_PROG_LIBTOOL 11 12 12 13 CXXFLAGS="$CXXFLAGS -Wall" … … 28 29 AC_CHECK_FUNCS(gettimeofday times ctime_r) 29 30 30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile autopackage/default.apspec]) 31 AC_CONFIG_FILES([ 32 Makefile 33 autopackage/default.apspec 34 doc/Makefile 35 doc/Doxyfile 36 src/Makefile 37 src/lemon/Makefile 38 src/lemon/lemon.pc 39 src/benchmark/Makefile 40 src/demo/Makefile 41 src/test/Makefile 42 ]) 31 43 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.