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 fdc289f..b8a32ec 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,4 +8,4 @@ aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
-./configure $*
+./configure --enable-maintainer-mode $*