aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-12-11 16:13:32 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-12-15 14:39:31 +0300
commitc7a72ff2c539a0315eed1a6e0de04a1d277c2a69 (patch)
treef8c1adb4589584525d10259650b9fa5a460b6970
parent0401fcce0a74f9b01c40b0e3087e180cc018f009 (diff)
configure.ac: print all flags at end of configure
Makes it more obvious to the user what flags are set and by which means (AM_*/LIBS is set by configure's internals, the others by the user). Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7fd7c1b6..bc97f1ae1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,6 +231,8 @@ AC_MSG_RESULT([
includedir: ${includedir}
cc: ${CC}
+ cppflags: ${CPPFLAGS}
+ am_cppflags: ${AM_CPPFLAGS}
cflags: ${CFLAGS}
am_cflags: ${AM_CFLAGS}
ldflags: ${LDFLAGS}