Make use of the new AM_SILENT_RULES macro of automake 1.11 if possible.

We can see warnings again!
This commit is contained in:
Romain Tartiere 2009-12-16 23:16:21 +00:00
parent 462d986633
commit 61a0aba66e

View file

@ -10,6 +10,8 @@ AC_DEFINE_UNQUOTED([SVN_REVISION], ["$SVN_REVISION"], [SVN revision])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_LANG_C
AC_PROG_CC
AC_PROG_MAKE_SET