From cb632d68ef3cb976c5b366f633478419d1791121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Sun, 10 Dec 2023 14:46:58 +0000 Subject: [PATCH] bootstrap: fix option propagation with --bootstrap-sync * build-aux/bootstrap: Ensure options are propagated through upgrade_bootstrap(). Fixes https://bugs.gnu.org/67731 --- ChangeLog | 6 ++++++ build-aux/bootstrap | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a3429e03b..b0d748029d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-12-10 Pádraig Brady
+
+ bootstrap: fix option propagation with --bootstrap-sync
+ * build-aux/bootstrap: Ensure options are propagated through
+ upgrade_bootstrap().
+
2023-12-01 Paul Eggert