Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-11-15 00:42:19 +0400
committerRalph Giles <giles@mozilla.com>2012-11-15 00:42:19 +0400
commit14454c49a82a2ef5a1d0f429ab1907164384e141 (patch)
tree2b9039aafa8e297776e0961a47f90a874e10ea6a /configure.ac
parent4357e9390d626335c74d37f01196f94e8ec28181 (diff)
Enable maintainer mode by default on automake 1.11
Passing 'enable' as an argument to AM_MAINTAINER_MODE flips the default to enabled, rather than disabled until automake 1.11. This is a safer default for a developer-oriented library. ./configure --disable-maintainer-mode is still available for packagers who what to preserve the upstream build distribution. On earlier automake versions, the argument appears to have no effect, so there is no behaviour change for developers using older autotools. Based on a patch for opusfile by ron@debian.org.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54d0405a..9f0f4f0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AC_SUBST(OPUS_LT_REVISION)
AC_SUBST(OPUS_LT_AGE)
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
AC_CANONICAL_HOST
AC_MINGW32