From 57b027e32dd48773fd15451e79e9e91596140747 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Tue, 20 Oct 2009 06:28:55 +0000 Subject: autogen.sh: pass --enable-maintainer-mode to configure --- 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 -- cgit v0.9.1