# HG changeset patch # User Markus Mützel # Date 1624003866 -7200 # Node ID 0916ffc997e6401ac98d21477cd2f4372c101683 # Parent a64352cadda844afad3ee7c7c89eb2f379bb3982 build: Include CPPFLAGS in summary of configure script. * configure.ac: Include CPPFLAGS in summary. diff -r a64352cadda8 -r 0916ffc997e6 configure.ac --- a/configure.ac Thu Jun 17 16:24:37 2021 -0400 +++ b/configure.ac Fri Jun 18 10:11:06 2021 +0200 @@ -3176,6 +3176,7 @@ C compiler: $CC $XTRA_CFLAGS $WARN_CFLAGS $CFLAGS C++ compiler: $CXX $XTRA_CXXFLAGS $WARN_CXXFLAGS $CXXFLAGS Fortran compiler: $F77 $FFLAGS + CPPFLAGS: $CPPFLAGS Fortran libraries: $FLIBS Lex libraries: $LEXLIB LIBS: $LIBS