configure.ac : Only use AM_SILENT_RULES if its available. Thanks Earl Chew.

This commit is contained in:
Erik de Castro Lopo 2012-02-03 05:52:01 +11:00
parent 027ab05589
commit 886b960211
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
AC_INIT(src/flac/main.c)
AM_INIT_AUTOMAKE(flac, 1.2.1)
AM_SILENT_RULES([yes])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Don't automagically regenerate autoconf/automake generated files unless
# explicitly requested. Eases autobuilding -mdz