From: Bruno Haible Date: Mon, 18 Jul 2022 17:55:17 +0000 (+0200) Subject: bootstrap: Comments. X-Git-Tag: v1.0~2234 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=533f88135d1455a3d110fa2ab4b73ba3514dd970;p=gnulib.git bootstrap: Comments. * build-aux/bootstrap: Comment about two unused variables. --- diff --git a/ChangeLog b/ChangeLog index 713ef18717..e6bba3a9ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-07-18 Bruno Haible + + bootstrap: Comments. + * build-aux/bootstrap: Comment about two unused variables. + 2022-07-17 Bruno Haible doc: Update README. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 1f375eef2f..7ebd5b4b05 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2022-06-04.00; # UTC +scriptversion=2022-07-18.17; # UTC # Bootstrap this package from checked-out sources. @@ -151,6 +151,7 @@ die() { warn_ "$@"; exit 1; } # Configuration. # Name of the Makefile.am +# XXX Not used. gnulib_mk=gnulib.mk # List of gnulib modules needed. @@ -247,6 +248,7 @@ COPYRIGHT_HOLDER='Free Software Foundation, Inc.' MSGID_BUGS_ADDRESS=bug-$package@gnu.org # Files we don't want to import. +# XXX Not used. excluded_files= # File that should exist in the top directory of a checked out hierarchy,