mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 18:20:11 +01:00
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>
This commit is contained in:
parent
93a5117d5b
commit
247521a890
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue