From c7a72ff2c539a0315eed1a6e0de04a1d277c2a69 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 11 Dec 2014 16:13:32 +0100 Subject: 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 Reviewed-and-tested-by: Mike Holmes Signed-off-by: Maxim Uvarov --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit v1.2.3