mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-02 19:15:20 +00:00
autogen: Always abide --system
If we do ./autogen.sh && ./configure, then later try ./autogen.sh --system,
configure isn't invoked with the requested params. Instead
config.status --recheck is run.
(cherry picked from commit 2cd29c3107
)
This commit is contained in:
parent
d312193630
commit
9373f0b71b
@ -77,7 +77,7 @@ if test "x$OBJ_DIR" != x; then
|
|||||||
cd "$OBJ_DIR"
|
cd "$OBJ_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$*" && test -f config.status; then
|
if test -z "$*" && test -z "$EXTRA_ARGS" && test -f config.status; then
|
||||||
./config.status --recheck
|
./config.status --recheck
|
||||||
else
|
else
|
||||||
$srcdir/configure $EXTRA_ARGS "$@"
|
$srcdir/configure $EXTRA_ARGS "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user