From: Amos Jeffries Date: Sun, 20 Feb 2011 12:35:59 +0000 (+1300) Subject: Display build environment state after configure X-Git-Tag: take06~27^2~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90b412dd542684193e266a1c222a836f2bc9ee0b;p=thirdparty%2Fsquid.git Display build environment state after configure No logic changes. This is purely a debugging aid to track which libraries objects and flags are found as needed by configure. --- diff --git a/configure.ac b/configure.ac index 1656f4c78f..106fe08f74 100644 --- a/configure.ac +++ b/configure.ac @@ -3346,6 +3346,14 @@ AC_SUBST(XTRA_LIBS) AC_SUBST(SQUID_CFLAGS) AC_SUBST(SQUID_CXXFLAGS) +AC_MSG_NOTICE([BUILD LIBRARIES: $LIBS]) +AC_MSG_NOTICE([BUILD EXTRA LIBRARIES: $XTRA_LIBS]) +AC_MSG_NOTICE([BUILD OBJECTS: $OBJS]) +AC_MSG_NOTICE([BUILD EXTRA OBJECTS: $XTRA_OBJS]) +AC_MSG_NOTICE([BUILD C FLAGS: $CFLAGS]) +AC_MSG_NOTICE([BUILD EXTRA C FLAGS: $SQUID_CFLAGS]) +AC_MSG_NOTICE([BUILD C++ FLAGS: $CXXFLAGS]) +AC_MSG_NOTICE([BUILD EXTRA C++ FLAGS: $SQUID_CXXFLAGS]) dnl Clean up after OSF/1 core dump bug rm -f core