Merge pull request #394 from notroj/silently
Use AC_MSG_NOTICE so e.g. "configure --silent" is still silent.
This commit is contained in:
commit
a414308030
@ -330,7 +330,7 @@ AC_CONFIG_FILES([run.sh], [chmod +x run.sh])
|
|||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
cat <<EOF
|
AC_MSG_NOTICE([
|
||||||
|
|
||||||
Automake flags (can be overridden by user flags):
|
Automake flags (can be overridden by user flags):
|
||||||
[AM_CPPFLAGS]: ${AM_CPPFLAGS}
|
[AM_CPPFLAGS]: ${AM_CPPFLAGS}
|
||||||
@ -343,4 +343,4 @@ User flags (override Automake flags on conflict):
|
|||||||
CFLAGS: ${CFLAGS}
|
CFLAGS: ${CFLAGS}
|
||||||
CXXFLAGS: ${CXXFLAGS}
|
CXXFLAGS: ${CXXFLAGS}
|
||||||
LDFLAGS: ${LDFLAGS}
|
LDFLAGS: ${LDFLAGS}
|
||||||
EOF
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user