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:29:46 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-03-10 08:55:31 (GMT)
commit8556d09163e7b645ab2cbe4ff8c7c22345e5609d (patch)
treeeb3ecd8fcb9715ac8679ff58a1318def935b368a
parent2a7ebb72f6b09e9a6a5008661cb8c260f0ab1c3e (diff)
autogen.sh: pass --enable-maintainer-mode to configure
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
2 files changed, 2 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 "$@"
diff --git a/configure.ac b/configure.ac
index d0d5c4f..567c803 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
+AM_MAINTAINER_MODE
AM_DISABLE_STATIC
PKG_PROG_PKG_CONFIG([0.19])