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:28:55 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-03-10 08:53:34 (GMT)
commit57b027e32dd48773fd15451e79e9e91596140747 (patch)
treee3f2ff29161a804247b995577ba7e5bee0e5b412
parentcb430c28737583ba8eaa1fb8695eafec1a3b5f5a (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 3d12f8f..f25b0a3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,4 +3,4 @@ export ACLOCAL="aclocal -I m4"
intltoolize
autoreconf -i
-./configure "$@"
+./configure --enable-maintainer-mode "$@"
diff --git a/configure.ac b/configure.ac
index f8a0700..5df6e15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
+AM_MAINTAINER_MODE
AC_DISABLE_STATIC
AC_PROG_LIBTOOL