summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-07-17 09:12:18 +1000
committerDan McGee <dan@archlinux.org>2011-07-18 10:36:28 -0500
commitf0e34be9903e5523c4bffd35f2659303f80c22fc (patch)
treebbf1f77a962a139d741e20e9a0f4e5cb97c293b1
parent36db8c50471b4860f6f492c618053bce2559ab73 (diff)
configure: output more compile settings
Add information on CPPFLAGS, LDFLAGS and LIBS to the end of the configure output. This is very helpful in tracing issues when adjusting the configure file and also will allow us to more easily replicate any issues discovered due to a users build environment. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a149c7d0..6ad5be50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,9 +398,13 @@ ${PACKAGE_NAME}:
localstatedir : $(eval echo ${localstatedir})
database dir : $(eval echo ${localstatedir})/lib/pacman/
cache dir : $(eval echo ${localstatedir})/cache/pacman/pkg/
+
compiler : ${CC}
+ preprocessor flags : ${CPPFLAGS}
compiler flags : ${CFLAGS}
defines : ${DEFS}
+ library flags : ${LIBS}
+ linker flags : ${LDFLAGS}
Architecture : ${CARCH}
Architecture flags : ${CARCHFLAGS}