+2023-12-10 Pádraig Brady <P@draigBrady.com>
+
+ bootstrap: fix option propagation with --bootstrap-sync
+ * top/bootstrap: Ensure options are propagated through
+ upgrade_bootstrap().
+ * top/bootstrap-funclib.sh: Likewise.
+ * build-aux/bootstrap: Auto generated with `make build-aux/bootstrap`.
+ Fixes https://bugs.gnu.org/67731
+
2023-12-01 Paul Eggert <eggert@cs.ucla.edu>
frexp, frexpf: pacify clang re address-of-volatile
# Bootstrap this package from checked-out sources.
-scriptversion=2023-08-29.21; # UTC
+scriptversion=2023-12-10.18; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2023-08-28.18; # UTC
+scriptlibversion=2023-12-10.18; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
if $use_gnulib || $bootstrap_sync; then
prepare_GNULIB_SRCDIR
if $bootstrap_sync; then
- upgrade_bootstrap
+ upgrade_bootstrap "$@"
fi
fi
if $bootstrap_sync; then
prepare_GNULIB_SRCDIR
- upgrade_bootstrap
+ upgrade_bootstrap "$@"
# Since we have now upgraded if needed, no need to try it a second time below.
bootstrap_sync=false
fi
#! /bin/sh
# Bootstrap this package from checked-out sources.
-scriptversion=2023-08-29.21; # UTC
+scriptversion=2023-12-10.18; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
if $bootstrap_sync; then
prepare_GNULIB_SRCDIR
- upgrade_bootstrap
+ upgrade_bootstrap "$@"
# Since we have now upgraded if needed, no need to try it a second time below.
bootstrap_sync=false
fi
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2023-08-29.21; # UTC
+scriptlibversion=2023-12-10.18; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
if $use_gnulib || $bootstrap_sync; then
prepare_GNULIB_SRCDIR
if $bootstrap_sync; then
- upgrade_bootstrap
+ upgrade_bootstrap "$@"
fi
fi