[xiph-commits] r9471 - trunk/theora
thomasvs at motherfish-iii.xiph.org
thomasvs at motherfish-iii.xiph.org
Sat Jun 18 08:55:23 PDT 2005
Author: thomasvs
Date: 2005-06-18 08:55:21 -0700 (Sat, 18 Jun 2005)
New Revision: 9471
Modified:
trunk/theora/autogen.sh
Log:
enable maintainer mode for autogen builds by default
Modified: trunk/theora/autogen.sh
===================================================================
--- trunk/theora/autogen.sh 2005-06-18 15:55:10 UTC (rev 9470)
+++ trunk/theora/autogen.sh 2005-06-18 15:55:21 UTC (rev 9471)
@@ -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