Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "$@"