[flac-dev] PATCH: Don't force automake 1.11 AM_SILENT_RULES

Earl Chew earl_chew at yahoo.com
Thu Feb 2 09:04:57 PST 2012


Don't force automake 1.11 AM_SILENT_RULES on folks who don't have it.


diff --git a/configure.ac b/configure.ac
index 6a65fcc..36ac6c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120202/7df1b000/attachment.htm 


More information about the flac-dev mailing list