mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
autogen: Make sure MAKEFLAGS is not set before running autoreconf
Without this the "w" flag may be set which causes the version to be incorrectly to be obtains in configure.ac causing configure to fail miserably
This commit is contained in:
parent
aad3f546a0
commit
17fe478085
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ if test "x$SRCDIR" != "x$ORIGDIR"; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
MAKEFLAGS=""
|
||||
|
||||
autoreconf -v --install || exit 1
|
||||
|
||||
"$srcdir"/configure "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue