From 816b0d5d6204d86c9501439ae4c5880d9b337200 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Dec 2022 08:15:38 -0800 Subject: Support packages with just 'bootstrap' * top/bootstrap: With --version, also output library version. Support update of package that has only the bootstrap script, and not the other three files. * top/bootstrap-funclib.sh (scriptlibversion): Rename from scriptversion. All uses changed. This way we can distinguish script from script library versions. (upgrade_bootstrap): If the package currently has only the bootstrap script, just update that. --- top/gen-bootstrap.sed | 4 ---- 1 file changed, 4 deletions(-) (limited to 'top/gen-bootstrap.sed') diff --git a/top/gen-bootstrap.sed b/top/gen-bootstrap.sed index c182abfa50..434e6147fa 100644 --- a/top/gen-bootstrap.sed +++ b/top/gen-bootstrap.sed @@ -2,10 +2,6 @@ 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/{ -- cgit v1.2.1