Skip to content

Commit 43e1de1

Browse files
author
Rik
committed
maint: Update gnulib to stable-202501.
GNULIB_REVISION=f6ed64982f9e7f9f6573bd60f330654a50661301 * bootstrap.conf: Update to GNULIB_REVISION=f6ed64982f9e7f9f6573bd60f330654a50661301. * autogen.sh, autopull.sh, bootstrap, bootstrap-funclib.sh: Updates from running './bootstrap --bootstrap-sync'
1 parent 54f4fe7 commit 43e1de1

5 files changed

+7
-7
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
55
# with new versions of autoconf or automake.
66

7-
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
7+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
88
#
99
# This program is free software: you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License as published by

autopull.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Convenience script for fetching auxiliary files that are omitted from
33
# the version control repository of this package.
44

5-
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
5+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
scriptversion=2024-07-04.10; # UTC
55

6-
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
6+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

bootstrap-funclib.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
22

3-
scriptlibversion=2024-11-12.21; # UTC
3+
scriptlibversion=2024-11-25.15; # UTC
44

5-
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
5+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -556,7 +556,7 @@ prepare_GNULIB_SRCDIR ()
556556
# commit hash to minimize the amount of data downloaded and changes
557557
# needed to be processed, which can drastically reduce download and
558558
# processing time for checkout. If the fetch by commit fails, a
559-
# shallow fetch can not be performed because we do not know what the
559+
# shallow fetch cannot be performed because we do not know what the
560560
# depth of the commit is without fetching all commits. So fall back
561561
# to fetching all commits.
562562
git -C "$gnulib_path" init

bootstrap.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ source_base="libgnu"
205205
#
206206
# See also: https://lists.gnu.org/archive/html/bug-gnulib/2020-08/msg00150.html
207207

208-
: ${GNULIB_REVISION=72abb08f4495bf232736f4d13a24bced72a9c327}
208+
: ${GNULIB_REVISION=f6ed64982f9e7f9f6573bd60f330654a50661301}
209209

210210
# Don't check for translations since we don't have any in Octave yet.
211211
# This avoids the need for sha1sum or compatible utility in bootstrap.

0 commit comments

Comments
 (0)