Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2009-10-20 06:30:26 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-08-25 02:54:55 (GMT)
commit62d136ed8a49fa0f9de5c578616d92041aff446c (patch)
treebc7a1ab75f0b8964c165a845950393a01f09cdda
parent08bf8535f4121666de9ea7226cbc3b4e49b810a6 (diff)
autogen.sh: pass --enable-maintainer-mode to configure
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1cd5db4..b02ffac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,4 +2,4 @@
export ACLOCAL="aclocal -I m4"
autoreconf -i
-./configure "$@"
+./configure --enable-maintainer-mode "$@"