Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2009-10-20 06:29:46 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-03-10 08:55:31 (GMT)
commit8556d09163e7b645ab2cbe4ff8c7c22345e5609d (patch)
treeeb3ecd8fcb9715ac8679ff58a1318def935b368a /autogen.sh
parent2a7ebb72f6b09e9a6a5008661cb8c260f0ab1c3e (diff)
autogen.sh: pass --enable-maintainer-mode to configure
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 9bd6fd0..d09dc6a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
#!/bin/sh
autoreconf -i
-./configure "$@"
+./configure --enable-maintainer-mode "$@"