autogen.sh: Restore passing --enable-maintainer-mode to configure

Looks like this was accidentally dropped when the GNOME Build API was
implemented.
This commit is contained in:
Michel Dänzer
2013-06-06 09:58:27 +02:00
committed by Michel Dänzer
parent 365e571d9d
commit 7ce43639a8

View File

@@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
$srcdir/configure --enable-maintainer-mode "$@"
fi