From f0e34be9903e5523c4bffd35f2659303f80c22fc Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 17 Jul 2011 09:12:18 +1000 Subject: 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 Signed-off-by: Dan McGee --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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} -- cgit v1.2.3