COIN-OR::LEMON - Graph Library

Changeset 1372:03b52f7db271 in lemon-0.x


Ignore:
Timestamp:
04/19/05 08:36:37 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1817
Message:

Configure summary is printed. (To be extended.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r1370 r1372  
    5757
    5858AC_OUTPUT
     59
     60echo
     61echo '****************************** SUMMARY ******************************'
     62echo
     63echo Package version............... : $PACKAGE-$VERSION
     64echo
     65echo C++ compiler.................. : $CXX
     66echo C++ compiles flags............ : $CXXFLAGS
     67echo
     68echo GLPK support.................. : $with_glpk
     69echo
     70echo The packace will be installed in
     71echo -n '  '
     72echo $prefix.
     73echo
     74echo The documentation will be installed in
     75echo -n '  '
     76eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html.
     77echo
     78echo '*********************************************************************'
     79
     80echo
     81echo configure complete, now type \'make\'
     82echo
Note: See TracChangeset for help on using the changeset viewer.