From 533f88135d1455a3d110fa2ab4b73ba3514dd970 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Jul 2022 19:55:17 +0200 Subject: bootstrap: Comments. * build-aux/bootstrap: Comment about two unused variables. --- build-aux/bootstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build-aux/bootstrap') 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, -- cgit v1.2.1