summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-08 20:06:41 +0100
committerraveit65 <[email protected]>2021-02-14 22:43:45 +0100
commit1de45a3045698df44b008c1b8200774ecf3bc661 (patch)
tree514d32c02fc7fc162af536356008f3f46f4192e2
parentab1c0abb75dd0eb15f71c5b8fd84b6481e6bb4be (diff)
downloadpython-caja-1de45a3045698df44b008c1b8200774ecf3bc661.tar.bz2
python-caja-1de45a3045698df44b008c1b8200774ecf3bc661.tar.xz
build: show configure summary using a pretty format
-rw-r--r--configure.ac19
1 files changed, 11 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 232f593..e253b43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,11 +115,14 @@ AC_OUTPUT([
po/Makefile.in
])
-echo
-echo " caja-python $PACKAGE_VERSION"
-echo
-echo " Caja Prefix: ${prefix}"
-echo " Python version: ${PYTHON_VERSION}"
-echo " Python library location: ${PYTHON_LIB_LOC}"
-echo " Documentation: ${enable_gtk_doc}"
-echo
+echo "
+Configure summary:
+
+ ${PACKAGE_STRING}
+ `echo $PACKAGE_STRING | sed "s/./=/g"`
+
+ Caja Prefix .................: ${prefix}
+ Python version ..............: ${PYTHON_VERSION}
+ Python library location .....: ${PYTHON_LIB_LOC}
+ Documentation ...............: ${enable_gtk_doc}
+"