From 67a3301cbce0d75592d8bae82d6a954e8e76641a Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Fri, 1 Nov 2013 20:38:06 +0000 Subject: [PATCH] Disable automatic re-run of autotools for libogg. --- lib-src/audacity-patches.txt | 2 ++ lib-src/libogg/configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib-src/audacity-patches.txt b/lib-src/audacity-patches.txt index d69db35cc..62e273d24 100644 --- a/lib-src/audacity-patches.txt +++ b/lib-src/audacity-patches.txt @@ -71,6 +71,8 @@ library to handle Xiph.org's open multimedia container format Version in Audacity SVN: 1.3.1 Patches: autotools.patch: Fix all autotools warnings. configure.in was renamed to configure.ac after applying the patch. +AM_MAINTAINER_MODE has been called with "disable" in configure.ac to disable +autotools rebuilds by default. Upstream Version: 1.3.1 libresample diff --git a/lib-src/libogg/configure.ac b/lib-src/libogg/configure.ac index 7f5fede04..1e449a59d 100644 --- a/lib-src/libogg/configure.ac +++ b/lib-src/libogg/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/framing.c) AM_INIT_AUTOMAKE -AM_MAINTAINER_MODE([enable]) +AM_MAINTAINER_MODE([disable]) dnl Library versioning