]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: Comments.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Jul 2022 17:55:17 +0000 (19:55 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Jul 2022 17:55:17 +0000 (19:55 +0200)
* build-aux/bootstrap: Comment about two unused variables.

ChangeLog
build-aux/bootstrap

index 713ef18717bfa086c972e9c1796665fc510b4ef0..e6bba3a9abc328cade8e4ee8ae518cbb09ccaa61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-18  Bruno Haible  <bruno@clisp.org>
+
+       bootstrap: Comments.
+       * build-aux/bootstrap: Comment about two unused variables.
+
 2022-07-17  Bruno Haible  <bruno@clisp.org>
 
        doc: Update README.
index 1f375eef2fd515a6c2cc07210ddf23a5b32c12e9..7ebd5b4b05c42f88a35a5368babd8fd4bf4ee261 100755 (executable)
@@ -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,