diff options
author | rbuj <[email protected]> | 2021-02-08 20:06:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-14 22:43:45 +0100 |
commit | 1de45a3045698df44b008c1b8200774ecf3bc661 (patch) | |
tree | 514d32c02fc7fc162af536356008f3f46f4192e2 /configure.ac | |
parent | ab1c0abb75dd0eb15f71c5b8fd84b6481e6bb4be (diff) | |
download | python-caja-1de45a3045698df44b008c1b8200774ecf3bc661.tar.bz2 python-caja-1de45a3045698df44b008c1b8200774ecf3bc661.tar.xz |
build: show configure summary using a pretty format
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
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} +" |