From 7ce43639a8e53eefb94e5255a39c1232b6bdbf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 6 Jun 2013 09:58:27 +0200 Subject: autogen.sh: Restore passing --enable-maintainer-mode to configure Looks like this was accidentally dropped when the GNOME Build API was implemented. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index fc34bd55..b47abdce 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit v1.2.3