summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2008-09-04 07:53:33 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2008-09-04 07:53:33 +0800
commit5241394ec254c69df8967bc3554c86c68e0008ad (patch)
tree24f01c0c17941371e5cc27ccafcfb512b876a6e2
parentaa26c9b476c85cdb8d8452301075ee19143536f6 (diff)
autogen.sh: don't add option --enable-maintainer-mode to configure arguments.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5975a7c..940a99c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -183,4 +183,4 @@ cd $ORIGDIR || exit 1
rm -f config.cache
-do_cmd $srcdir/configure --disable-static --enable-maintainer-mode ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
+do_cmd $srcdir/configure --disable-static ${1+"$@"} && echo "Now type \`make' to compile" || exit 1