# HG changeset patch # User alpar # Date 1113892597 0 # Node ID 03b52f7db271179a9266d7e107af6fb95f1d6820 # Parent e1c99f5bdb3f20012359b822191974d98fb333fd Configure summary is printed. (To be extended.) diff -r e1c99f5bdb3f -r 03b52f7db271 configure.ac --- a/configure.ac Mon Apr 18 17:29:11 2005 +0000 +++ b/configure.ac Tue Apr 19 06:36:37 2005 +0000 @@ -56,3 +56,27 @@ ]) AC_OUTPUT + +echo +echo '****************************** SUMMARY ******************************' +echo +echo Package version............... : $PACKAGE-$VERSION +echo +echo C++ compiler.................. : $CXX +echo C++ compiles flags............ : $CXXFLAGS +echo +echo GLPK support.................. : $with_glpk +echo +echo The packace will be installed in +echo -n ' ' +echo $prefix. +echo +echo The documentation will be installed in +echo -n ' ' +eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html. +echo +echo '*********************************************************************' + +echo +echo configure complete, now type \'make\' +echo