summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2005-06-18 15:54:59 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2005-06-18 15:54:59 +0000
commit77d60c2b0e3b064d752fffe58c42f5b643ad86c6 (patch)
treecfdbecee71ac9cd128afc5b14a90d3e83fc3cfdf /autogen.sh
parentae575e3fa0d83cd041f53bbbe617a40a7edd36a0 (diff)
downloadogg-git-77d60c2b0e3b064d752fffe58c42f5b643ad86c6.tar.gz
enable maintainer mode for autogen builds by default
svn path=/trunk/ogg/; revision=9469
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3237885..78b1f65 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -113,4 +113,4 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
-$srcdir/configure "$@" && echo
+$srcdir/configure --enable-maintainer-mode "$@" && echo