diff mbox

[3/3] configure.ac: print all flags at end of configure

Message ID 1418310812-10965-4-git-send-email-anders.roxell@linaro.org
State Accepted
Commit c7a72ff2c539a0315eed1a6e0de04a1d277c2a69
Headers show

Commit Message

Anders Roxell Dec. 11, 2014, 3:13 p.m. UTC
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>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 8cebc4f..0160284 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}