From f00af4baf2c7416c5d7c4674c072ef2a51e40668 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 25 Jul 2022 10:21:42 +0200 Subject: bootstrap: Make the automatic sync more resilient. Reported by Paul Eggert in . * top/bootstrap (bootstrap_sync): Set to true when bootstrap-funclib.sh is not present. * top/gen-bootstrap.sed: Insert a couple of comment lines. * build-aux/bootstrap: Regenerated using "make build-aux/bootstrap". --- top/gen-bootstrap.sed | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'top/gen-bootstrap.sed') diff --git a/top/gen-bootstrap.sed b/top/gen-bootstrap.sed index 2851db5eaf..c182abfa50 100644 --- a/top/gen-bootstrap.sed +++ b/top/gen-bootstrap.sed @@ -1,3 +1,13 @@ +1{ +a\ +# DO NOT EDIT! GENERATED AUTOMATICALLY! +a\ +# This script is only a trampoline that fetches the companion scripts +a\ +# (bootstrap-funclib.sh, autopull.sh, autogen.sh). +a\ + +} /^[.] "[$]medir"[/]bootstrap-funclib.sh/{ s/^.*$// r top/bootstrap-funclib.sh -- cgit v1.2.1