[xiph-commits] r9474 - trunk/vorbis-tools
thomasvs at motherfish-iii.xiph.org
thomasvs at motherfish-iii.xiph.org
Sat Jun 18 08:55:49 PDT 2005
Author: thomasvs
Date: 2005-06-18 08:55:47 -0700 (Sat, 18 Jun 2005)
New Revision: 9474
Modified:
trunk/vorbis-tools/autogen.sh
Log:
enable maintainer mode for autogen builds by default
Modified: trunk/vorbis-tools/autogen.sh
===================================================================
--- trunk/vorbis-tools/autogen.sh 2005-06-18 15:55:42 UTC (rev 9473)
+++ trunk/vorbis-tools/autogen.sh 2005-06-18 15:55:47 UTC (rev 9474)
@@ -77,4 +77,4 @@
autoconf || exit 1
cd $olddir
-$srcdir/configure "$@" && echo
+$srcdir/configure --enable-maintainer-mode "$@" && echo
More information about the commits
mailing list