Improve configure summary
This commit is contained in:
parent
3a7e52c9b9
commit
0fbdd79e9a
19
configure.ac
19
configure.ac
|
@ -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}
|
||||||
|
|
||||||
|
"
|
Loading…
Reference in New Issue