Improve configure summary

This commit is contained in:
William Jon McCann 2010-01-31 16:51:52 -05:00
parent 3a7e52c9b9
commit 0fbdd79e9a
1 changed files with 13 additions and 6 deletions

View File

@ -210,10 +210,17 @@ tools/Makefile
AC_OUTPUT
echo
echo $PACKAGE v$VERSION
echo "
$PACKAGE $VERSION
========================
echo
echo "Now type make to compile"
echo "Then su to root and type: make install"
echo
prefix: ${prefix}
exec_prefix: ${exec_prefix}
bindir: ${bindir}
datadir: ${datadir}
source code location: ${srcdir}
cflags: ${CFLAGS}
Build docs: ${enable_docbook_docs}
"