From fce9dc7f0bb6fd1680ac1e659704213a74dfa488 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 13 Apr 2024 17:23:48 +0200 Subject: [PATCH] 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. --- ChangeLog | 13 +++++ build-aux/bootstrap | 109 ++++++++++++++++++++++----------------- top/bootstrap | 59 ++++++++++++--------- top/bootstrap-funclib.sh | 50 +++++++++--------- 4 files changed, 135 insertions(+), 96 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbe1bad843..a9f1a08d07 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-09 Bruno Haible totalorder, totalorderf: Avoid miscompilation by gcc on NetBSD/i386. 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 <