mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-02 22:52:26 +00:00
autogen: exit upon errors (subdir config)
Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
594d940f39
commit
17dd5f047e
@ -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