[xiph-commits] r17157 - trunk/Tremor

conrad at svn.xiph.org conrad at svn.xiph.org
Wed Apr 21 16:43:58 PDT 2010


Author: conrad
Date: 2010-04-21 16:43:57 -0700 (Wed, 21 Apr 2010)
New Revision: 17157

Modified:
   trunk/Tremor/configure.in
Log:
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

Modified: trunk/Tremor/configure.in
===================================================================
--- trunk/Tremor/configure.in	2010-04-21 23:43:50 UTC (rev 17156)
+++ trunk/Tremor/configure.in	2010-04-21 23:43:57 UTC (rev 17157)
@@ -13,6 +13,9 @@
 
 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



More information about the commits mailing list