autogen.sh: pass --enable-maintainer-mode to configure

This commit is contained in:
Bernie Innocenti 2009-10-20 02:26:46 -04:00 committed by Simon Schampijer
parent bb323a4efa
commit d27511f1cb
2 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,4 @@ export ACLOCAL="aclocal -I m4"
intltoolize intltoolize
autoreconf -i autoreconf -i
./configure "$@" ./configure --enable-maintainer-mode "$@"

View File

@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
AC_DISABLE_STATIC AC_DISABLE_STATIC
AC_PROG_LIBTOOL AC_PROG_LIBTOOL