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 AC_OUTPUT
echo echo "
echo $PACKAGE v$VERSION $PACKAGE $VERSION
========================
echo prefix: ${prefix}
echo "Now type make to compile" exec_prefix: ${exec_prefix}
echo "Then su to root and type: make install" bindir: ${bindir}
echo datadir: ${datadir}
source code location: ${srcdir}
cflags: ${CFLAGS}
Build docs: ${enable_docbook_docs}
"