From: Pavel Hrdina Date: Wed, 11 Dec 2019 09:18:29 +0000 (+0100) Subject: bootstrap.conf: declare bootstrap sync in configuration file X-Git-Tag: v6.1.0-rc1~469 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aeb0cc4d7876f9a2c6a024a32d883808096da77;p=thirdparty%2Flibvirt.git bootstrap.conf: declare bootstrap sync in configuration file Signed-off-by: Pavel Hrdina Reviewed-by: Daniel P. Berrangé --- diff --git a/autogen.sh b/autogen.sh index 9afad8f9d5..a119b099cb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -147,7 +147,7 @@ if test -d .git || test -f .git; then dry_run=2 else echo "Running bootstrap..." - ./bootstrap$no_git --bootstrap-sync || { + ./bootstrap$no_git || { die "bootstrap failed" } gnulib_hash >"$state_file" diff --git a/bootstrap.conf b/bootstrap.conf index b4020ab8ad..13dd239fd1 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -79,6 +79,8 @@ SKIP_PO=true copy=true +bootstrap_sync=true + # Tell gnulib to: # require LGPLv2+