Use AC_MSG_NOTICE so e.g. "configure --silent" is still silent.

This commit is contained in:
Joe Orton 2020-03-18 10:56:10 +00:00
parent fe32b81df3
commit 06819ba3e9

View File

@ -330,7 +330,7 @@ AC_CONFIG_FILES([run.sh], [chmod +x run.sh])
AC_OUTPUT
cat <<EOF
AC_MSG_NOTICE([
Automake flags (can be overridden by user flags):
[AM_CPPFLAGS]: ${AM_CPPFLAGS}
@ -343,4 +343,4 @@ User flags (override Automake flags on conflict):
CFLAGS: ${CFLAGS}
CXXFLAGS: ${CXXFLAGS}
LDFLAGS: ${LDFLAGS}
EOF
])