Support silent build rules with automake 1.11

Support silent build rules, requires at least automake-1.11.
Disable by either passing --disable-silent-rules to configure or
passing V=1 to make.
This commit is contained in:
Javier Jardón
2009-11-02 23:23:40 +01:00
parent 18695c27f1
commit fbf052a482

View File

@ -10,6 +10,11 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
# Support silent build rules, requires at least automake-1.11. Disable
# by either passing --disable-silent-rules to configure or passing V=1
# to make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
changequote(,)dnl
if test "x$GCC" = "xyes"; then
case " $CFLAGS " in