mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
This commit is contained in:
parent
df6bc6269e
commit
f3579abb3a
@ -160,5 +160,7 @@ do_cmd $AUTOCONF
|
||||
cd "$ORIGDIR" || exit $?
|
||||
rm -f config.cache
|
||||
|
||||
do_cmd $srcdir/configure --enable-maintainer-mode ${1+"$@"} || exit 1
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
do_cmd $srcdir/configure --enable-maintainer-mode ${1+"$@"} || exit 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user