diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2013-06-06 09:58:27 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2013-06-06 10:33:20 +0200 |
commit | 7ce43639a8e53eefb94e5255a39c1232b6bdbf66 (patch) | |
tree | eb7400e315d9d76180a938d4b7be8a0ce69578e0 /autogen.sh | |
parent | 365e571d9de0b5979425c34210789afca4ea5f68 (diff) |
autogen.sh: Restore passing --enable-maintainer-mode to configure
Looks like this was accidentally dropped when the GNOME Build API was
implemented.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |