mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 13:00:37 +01:00
autogen.sh: Honor NOCONFIGURE environment variable
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
fd17de2123
commit
4d515c2146
1 changed files with 3 additions and 1 deletions
|
|
@ -15,4 +15,6 @@ MAKEFLAGS=""
|
|||
|
||||
autoreconf -v --install || exit 1
|
||||
|
||||
"$srcdir"/configure "$@"
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
"$srcdir"/configure "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue