[xiph-commits] r9469 - trunk/ogg
thomasvs at motherfish-iii.xiph.org
thomasvs at motherfish-iii.xiph.org
Sat Jun 18 08:55:01 PDT 2005
Author: thomasvs
Date: 2005-06-18 08:54:59 -0700 (Sat, 18 Jun 2005)
New Revision: 9469
Modified:
trunk/ogg/autogen.sh
Log:
enable maintainer mode for autogen builds by default
Modified: trunk/ogg/autogen.sh
===================================================================
--- trunk/ogg/autogen.sh 2005-06-18 15:51:34 UTC (rev 9468)
+++ trunk/ogg/autogen.sh 2005-06-18 15:54:59 UTC (rev 9469)
@@ -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