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