From: Bruno Haible Date: Sat, 13 Apr 2024 15:23:48 +0000 (+0200) Subject: bootstrap: Fix --help messages. X-Git-Tag: v1.0~99 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=98b5e4a95814dff3d3c99e9ca0e89ba20f7b0033;p=gnulib.git bootstrap: Fix --help messages. Reported by Simon Josefsson in . * top/bootstrap (usage): Fix the description of GNULIB_SRCDIR. Document GNULIB_REFDIR. Use full-sentences style. Tweak wording. * top/bootstrap-funclib.sh (autopull_usage): Clarify the phase. Don't mention nonexistent options --gnulib-srcdir and --gnulib-refdir. Use full-sentences style. (autogen_usage): Clarify the phase. Use full-sentences style. * build-aux/bootstrap: Regenerated. --- diff --git a/ChangeLog b/ChangeLog index c72165e268..a43b5cce15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2024-04-13 Bruno Haible + + bootstrap: Fix --help messages. + Reported by Simon Josefsson in + . + * top/bootstrap (usage): Fix the description of GNULIB_SRCDIR. Document + GNULIB_REFDIR. Use full-sentences style. Tweak wording. + * top/bootstrap-funclib.sh (autopull_usage): Clarify the phase. Don't + mention nonexistent options --gnulib-srcdir and --gnulib-refdir. Use + full-sentences style. + (autogen_usage): Clarify the phase. Use full-sentences style. + * build-aux/bootstrap: Regenerated. + 2024-04-13 Bruno Haible gnulib-tool.py: Code tweak. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 3173829dab..ef9161d75e 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -3,7 +3,7 @@ # Bootstrap this package from checked-out sources. -scriptversion=2023-12-10.18; # UTC +scriptversion=2024-04-13.15; # UTC # Copyright (C) 2003-2024 Free Software Foundation, Inc. # @@ -37,7 +37,7 @@ medir=`dirname "$me"` # A library of shell functions for autopull.sh, autogen.sh, and bootstrap. -scriptlibversion=2023-12-10.18; # UTC +scriptlibversion=2024-04-13.15; # UTC # Copyright (C) 2003-2024 Free Software Foundation, Inc. # @@ -647,7 +647,8 @@ fi autopull_usage() { cat <