summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Parker <conrad@xiph.org>2010-04-21 23:43:57 +0000
committerConrad Parker <conrad@xiph.org>2010-04-21 23:43:57 +0000
commit4ec59aa611e2d4093428c66d01dbbf2535c6cca5 (patch)
tree3bcd62f1bce1bad346241b555ebbfa67d93ef108
parent1be9d16001c0ef4b6465d5c771afd7c48a517914 (diff)
downloadtremor-4ec59aa611e2d4093428c66d01dbbf2535c6cca5.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. Patch by Stefan Kost git-svn-id: https://svn.xiph.org/trunk/Tremor@17157 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 582338d..3ecbe97 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