COIN-OR::LEMON - Graph Library

Changeset 1304:c9c2e90b2342 in lemon-0.x for configure.ac


Ignore:
Timestamp:
04/05/05 10:43:51 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1741
Message:

Merged my branch (branches/akos) changes r1654:1740 into the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r1171 r1304  
    77
    88dnl Checks for programs.
    9 AC_PROG_CC
    109AC_PROG_CXX
     10AC_PROG_INSTALL
     11AC_PROG_LIBTOOL
    1112
    1213CXXFLAGS="$CXXFLAGS -Wall"
     
    2829AC_CHECK_FUNCS(gettimeofday times ctime_r)
    2930
    30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile autopackage/default.apspec])
     31AC_CONFIG_FILES([
     32Makefile
     33autopackage/default.apspec
     34doc/Makefile
     35doc/Doxyfile
     36src/Makefile
     37src/lemon/Makefile
     38src/lemon/lemon.pc
     39src/benchmark/Makefile
     40src/demo/Makefile
     41src/test/Makefile
     42])
    3143AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.