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

Otherwise build system files aren't automagically regenerated after updating
from Git.

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
main
Michel Dänzer 2012-06-08 15:23:46 +02:00 committed by Michel Dänzer
parent 93a5117d5b
commit 247521a890
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"