autogen: add --enable-maintainer-flags to the default configure flags

This commit is contained in:
Thomas Wood 2011-09-23 14:40:32 +01:00
parent fb8710f1a9
commit adcd055ed9
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ fi
cd $olddir
$srcdir/configure --disable-static "$@" && \
$srcdir/configure --disable-static --enable-maintainer-flags "$@" && \
echo "Now type 'make' to compile $PROJECT."