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

master
Bernie Innocenti 15 years ago committed by Simon Schampijer
parent bb323a4efa
commit d27511f1cb

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

@ -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

Loading…
Cancel
Save