summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Parker <conrad@xiph.org>2010-04-21 23:46:44 +0000
committerConrad Parker <conrad@xiph.org>2010-04-21 23:46:44 +0000
commit7aac44ff404afa68518d4f5c554eff0f0ee2ddce (patch)
tree7ad035624b947eb8b81fb94478b18d4453325aaa
parent2e7439409ff4efa042f6b2e05cffba7f0ab64bf3 (diff)
downloadtremor-7aac44ff404afa68518d4f5c554eff0f0ee2ddce.tar.gz
configure: Add AM_MAINTAINER_MODE option
fixes the message configure: WARNING: unrecognized options: --enable-maintainer-mode at the end of configure run when one was using autogen.sh. Ported from trunk r17157, Patch by Stefan Kost git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@17159 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 404fbc5..c696ed1 100644
--- a/configure.in
+++ b/configure.in
@@ -13,6 +13,9 @@ AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(libvorbisidec,1.2.0)
+dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
+AM_MAINTAINER_MODE
+
dnl Library versioning
V_LIB_CURRENT=1