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:
parent
462d986633
commit
61a0aba66e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue