added AM_SILENT_RULES to configure.ac

This commit is contained in:
2013-02-09 13:31:31 +00:00
parent 60255caf39
commit bbdf168ee8
40 changed files with 1451 additions and 644 deletions

View File

@ -16,6 +16,10 @@ AC_LANG(C)
dnl initialize automake
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
dnl enable silent rules if automake supports them.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
dnl m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl determine a C compiler to use
AC_PROG_CC