Earl Chew
2012-Feb-02 17:04 UTC
[flac-dev] PATCH: Don't force automake 1.11 AM_SILENT_RULES
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
Dave Yeo
2012-Feb-02 17:10 UTC
[flac-dev] PATCH: Don't force automake 1.11 AM_SILENT_RULES
On 02/02/12 09:04 am, Earl Chew wrote:> Don't force automake 1.11 AM_SILENT_RULES on folks who don't have it.+1, I was about to send exactly the same patch Dave
Erik de Castro Lopo
2012-Feb-02 18:56 UTC
[flac-dev] PATCH: Don't force automake 1.11 AM_SILENT_RULES
Earl Chew wrote:> Don't force automake 1.11 AM_SILENT_RULES on folks who don't have it.Thanks Earl. Applied. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Reasonably Related Threads
- [PATCH 3/3] Fix build with automake 1.12
- [PATCH] opusfile configury fixes.
- [PATCH libguestfs] build: daemon/do_debug: parameters aren't always unused
- [nut-commits] svn commit r2610 - branches/silent_build
- [PATCH libguestfs] build: enable automake's color-tests option