Display results at end of configure.
Display configuration results at end of configure run, including the version, c++ compiler, and various compiler flag variables. Signed-off-by: Luke Mewburn <luke@mewburn.net>
This commit is contained in:
committed by
Keith Winstein
parent
141ec239da
commit
3e3510d382
@@ -318,3 +318,11 @@ AC_CONFIG_FILES([
|
|||||||
conf/Makefile
|
conf/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
AC_MSG_NOTICE([ === Configuration results ===])
|
||||||
|
AC_MSG_NOTICE([Version: $PACKAGE_VERSION])
|
||||||
|
AC_MSG_NOTICE([c++ compiler: $CXX])
|
||||||
|
AC_MSG_NOTICE([Warning CXXFLAGS: $WARNING_CXXFLAGS])
|
||||||
|
AC_MSG_NOTICE([Picky CXXFLAGS: $PICKY_CXXFLAGS])
|
||||||
|
AC_MSG_NOTICE([Harden CFLAGS: $HARDEN_CFLAGS])
|
||||||
|
AC_MSG_NOTICE([ =============================])
|
||||||
|
|||||||
Reference in New Issue
Block a user