Configure summary is printed. (To be extended.)
1.1 --- a/configure.ac Mon Apr 18 17:29:11 2005 +0000
1.2 +++ b/configure.ac Tue Apr 19 06:36:37 2005 +0000
1.3 @@ -56,3 +56,27 @@
1.4 ])
1.5
1.6 AC_OUTPUT
1.7 +
1.8 +echo
1.9 +echo '****************************** SUMMARY ******************************'
1.10 +echo
1.11 +echo Package version............... : $PACKAGE-$VERSION
1.12 +echo
1.13 +echo C++ compiler.................. : $CXX
1.14 +echo C++ compiles flags............ : $CXXFLAGS
1.15 +echo
1.16 +echo GLPK support.................. : $with_glpk
1.17 +echo
1.18 +echo The packace will be installed in
1.19 +echo -n ' '
1.20 +echo $prefix.
1.21 +echo
1.22 +echo The documentation will be installed in
1.23 +echo -n ' '
1.24 +eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html.
1.25 +echo
1.26 +echo '*********************************************************************'
1.27 +
1.28 +echo
1.29 +echo configure complete, now type \'make\'
1.30 +echo