enable maintainer mode for autogen builds by default
authorThomas Vander Stichele <thomasvs@xiph.org>
Sat, 18 Jun 2005 15:55:42 +0000 (15:55 +0000)
committerThomas Vander Stichele <thomasvs@xiph.org>
Sat, 18 Jun 2005 15:55:42 +0000 (15:55 +0000)
svn path=/trunk/vorbis/; revision=9473

autogen.sh

index a734922..8c4ee60 100755 (executable)
@@ -72,4 +72,4 @@ echo "  autoconf"
 autoconf || exit 1
 
 cd $olddir
-$srcdir/configure "$@" && echo
+$srcdir/configure --enable-maintainer-mode "$@" && echo