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
commit2264a4c6a41ba1b4aca3f988d19530aec7e5e296 (patch)
treecfdbecee71ac9cd128afc5b14a90d3e83fc3cfdf /autogen.sh
parent0a09fc8aee1f09bbe6949f2406719fc9086f8dde (diff)
downloadogg-2264a4c6a41ba1b4aca3f988d19530aec7e5e296.tar.gz
enable maintainer mode for autogen builds by default
git-svn-id: http://svn.xiph.org/trunk/ogg@9469 0101bb08-14d6-0310-b084-bc0e0c8e3800
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