summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-05 13:45:35 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-05 13:45:35 +1100
commit79828211edd0b1da103ebad06a449e46c573c513 (patch)
treea165db365463e8f0b7828efc538140dd3dcd6631 /autogen.sh
parenta5d1d4f0c520529c9c49bb3d2e82232144ca2f6d (diff)
downloadflac-79828211edd0b1da103ebad06a449e46c573c513.tar.gz
Remove configure maintainer mode.
It doesn't play nicely with git and multiple branches.
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 e93b5b17..3290f2e3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -163,4 +163,4 @@ echo " autoconf"
autoconf || exit 1
cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo
+$srcdir/configure "$@" && echo