diff --git a/bootstrap b/bootstrap index fbbf76f..2d174ce 100755 --- a/bootstrap +++ b/bootstrap @@ -37,7 +37,7 @@ medir=`dirname "$me"` # A library of shell functions for autopull.sh, autogen.sh, and bootstrap. -scriptlibversion=2025-01-26.03; # UTC +scriptlibversion=2025-02-04.01; # UTC # Copyright (C) 2003-2025 Free Software Foundation, Inc. # @@ -601,7 +601,10 @@ prepare_GNULIB_SRCDIR () # to fetching all commits. # $GNULIB_REVISION can be a commit id, a tag name, or a branch name. mkdir -p "$gnulib_path" - git -C "$gnulib_path" init + # Use a -c option to silence an annoying message + # "hint: Using 'master' as the name for the initial branch." + # (cf. ). + git -C "$gnulib_path" -c init.defaultBranch=master init git -C "$gnulib_path" remote add origin "$gnulib_url" if git -C "$gnulib_path" fetch $shallow origin "$GNULIB_REVISION" then diff --git a/gnulib b/gnulib index 553ab92..ac1e6fe 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 553ab924d2b68d930fae5d3c6396502a57852d23 +Subproject commit ac1e6fee24c16c87d488b3d44cf3f474c10dd9bf