From 1de45a3045698df44b008c1b8200774ecf3bc661 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 8 Feb 2021 20:06:41 +0100 Subject: build: show configure summary using a pretty format --- configure.ac | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'configure.ac') 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} +" -- cgit v1.2.1