Changeset 1372:03b52f7db271 in lemon-0.x
- Timestamp:
- 04/19/05 08:36:37 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r1370 r1372 57 57 58 58 AC_OUTPUT 59 60 echo 61 echo '****************************** SUMMARY ******************************' 62 echo 63 echo Package version............... : $PACKAGE-$VERSION 64 echo 65 echo C++ compiler.................. : $CXX 66 echo C++ compiles flags............ : $CXXFLAGS 67 echo 68 echo GLPK support.................. : $with_glpk 69 echo 70 echo The packace will be installed in 71 echo -n ' ' 72 echo $prefix. 73 echo 74 echo The documentation will be installed in 75 echo -n ' ' 76 eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html. 77 echo 78 echo '*********************************************************************' 79 80 echo 81 echo configure complete, now type \'make\' 82 echo
Note: See TracChangeset
for help on using the changeset viewer.