From 00634b9b7d616e0147f73ee0ae6fc6c6294fb95c Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Thu, 7 Nov 2013 00:07:46 +0000 Subject: [PATCH] Disable maintainer mode for libflac. The maintainer mode is enable by default if no AM_MAINTAINER_MODE is called in configure.ac. --- lib-src/audacity-patches.txt | 1 + lib-src/libflac/configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/lib-src/audacity-patches.txt b/lib-src/audacity-patches.txt index f8923e070..3a670b70b 100644 --- a/lib-src/audacity-patches.txt +++ b/lib-src/audacity-patches.txt @@ -25,6 +25,7 @@ Patches: mac-asm-fixes.patch. Fixes build on OS X Intel 10.4 by creating and flac-lite.diff. Remove all the things not included in Audacity SVN from the build system so it will build with 50% less stuff libflac++-static.patch. Adds static build of libFLAC++. +AM_MAINTAINER_MODE([disable]) has been added to configure.ac to disable autotools rebuilds Upstream version: 1.3.0 libid3tag diff --git a/lib-src/libflac/configure.ac b/lib-src/libflac/configure.ac index 50ef80e85..8649281e0 100644 --- a/lib-src/libflac/configure.ac +++ b/lib-src/libflac/configure.ac @@ -24,6 +24,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/flac/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign 1.11 -Wall tar-pax no-dist-gzip dist-xz subdir-objects]) +AM_MAINTAINER_MODE([disable]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) user_cflags=$CFLAGS