[pacman-dev] [PATCH 3/3] Print the values of the new variables at the end of ./configure

Nezmer git at nezmer.info
Thu Oct 14 09:56:19 EDT 2010


Fix white space issues while at it.

Signed-off-by: Nezmer <git at nezmer.info>
---
 configure.ac |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index a12adb1..312b975 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,10 +398,13 @@ ${PACKAGE_NAME}:
     source code location   : ${srcdir}
     prefix                 : ${prefix}
     sysconfdir             : $(eval echo ${sysconfdir})
-       conf file           : $(eval echo ${sysconfdir})/pacman.conf
+    conf file              : $(eval echo ${sysconfdir})/pacman.conf
     localstatedir          : $(eval echo ${localstatedir})
-       database dir        : $(eval echo ${localstatedir})/lib/pacman/
-       cache dir           : $(eval echo ${localstatedir})/cache/pacman/pkg/
+    database dir           : $(eval echo ${localstatedir})/lib/pacman/
+    cache dir              : $(eval echo ${localstatedir})/cache/pacman/pkg/
+    libarchive prefix      : ${with_libarchive_prefix}
+    bsdtar                 : ${BSDTAR_BIN}
+    bash                   : ${BASH_SHELL}
     compiler               : ${CC}
     compiler flags         : ${CFLAGS}
     defines                : ${DEFS}
-- 
1.7.3.1



More information about the pacman-dev mailing list