mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
autogen: exit upon errors (subdir config)
Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
7da0ccc65e
commit
287b1cd389
@ -1,5 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e # exit on errors
|
||||
|
||||
# FIXME: can replace this entire script with
|
||||
# the following line if we can require autoconf 2.60:
|
||||
# autoreconf -v --force --install || exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user