Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-03-10 08:43:25 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-03-10 08:43:25 (GMT)
commit53609466241d11c17d824ad1616338c966bd2bb9 (patch)
tree434506102dbc2a76c4c09e445a982d279ad26a6c
parent28bec448c7b17937d20f96ae8a132de05b6e5a9c (diff)
Enable maintainer mode #1662 (Bernie Innocenti)
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a8a19f2..a71e202 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh
intltoolize
autoreconf -i
-./configure "$@"
+./configure --enable-maintainer-mode "$@"