Disable automatic re-run of autotools for libogg.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-01 20:38:06 +00:00
parent 648639ccad
commit 67a3301cbc
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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