[xiph-commits] r9470 - trunk/speex
thomasvs at motherfish-iii.xiph.org
thomasvs at motherfish-iii.xiph.org
Sat Jun 18 08:55:13 PDT 2005
Author: thomasvs
Date: 2005-06-18 08:55:10 -0700 (Sat, 18 Jun 2005)
New Revision: 9470
Modified:
trunk/speex/autogen.sh
Log:
enable maintainer mode for autogen builds by default
Modified: trunk/speex/autogen.sh
===================================================================
--- trunk/speex/autogen.sh 2005-06-18 15:54:59 UTC (rev 9469)
+++ trunk/speex/autogen.sh 2005-06-18 15:55:10 UTC (rev 9470)
@@ -113,4 +113,4 @@
autoconf || exit 1
cd $olddir
-$srcdir/configure "$@" && echo
+$srcdir/configure --enable-maintainer-mode "$@" && echo
More information about the commits
mailing list