configure.ac : Only use automake AM_SLIENT_RULES where supported.

This commit is contained in:
Erik de Castro Lopo 2012-03-10 18:22:51 +11:00
parent 3ce0e1957b
commit 11d0791d1d
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,9 @@
* src/command.c
Add ALAC/CAF to the SFC_GET_FORMAT_* commands. Fixes github issue #5.
* configure.ac
Only use automake AM_SLIENT_RULES where supported. Thanks Dave Yeo.
2012-02-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* configure.ac src/sfconfig.h src/sfendian.h

View File

@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([M4])
AC_CONFIG_HEADERS([src/config.h])
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
AM_SILENT_RULES([yes])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LANG([C])