]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
bootstrap.conf: declare bootstrap sync in configuration file
authorPavel Hrdina <phrdina@redhat.com>
Wed, 11 Dec 2019 09:18:29 +0000 (10:18 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 15:04:26 +0000 (16:04 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
autogen.sh
bootstrap.conf

index 9afad8f9d556626927cd3aa4efcaebf8a4e40f69..a119b099cb7659d7a80c0f10efb5980e6032b185 100755 (executable)
@@ -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"
index b4020ab8ad89c60fca17814850c020065c3819d8..13dd239fd1236fe07d93c159cd28e6946aa6bd06 100644 (file)
@@ -79,6 +79,8 @@ SKIP_PO=true
 
 copy=true
 
+bootstrap_sync=true
+
 
 # Tell gnulib to:
 #   require LGPLv2+