Skip to content

Commit 4411bbe

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
autoconf-wrapper (20240607-1 -> 20250528-1) automake-wrapper (20240607-1 -> 20250528-1) automake1.18 (new: 1.18-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 8cc4024 commit 4411bbe

File tree

153 files changed

+46220
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+46220
-31
lines changed

usr/bin/aclocal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright 1999-2022 Gentoo Authors
2+
# Copyright 1999-2025 Gentoo Authors
33
# Distributed under the terms of the GNU General Public License v2
44

55
NAME="automake"
@@ -72,7 +72,7 @@ fi
7272
# Set up bindings between actual version and WANT_AUTOMAKE;
7373
# Start with last known versions to speed up lookup process.
7474
#
75-
LAST_KNOWN_AUTOMAKE_VER="17"
75+
LAST_KNOWN_AUTOMAKE_VER="18"
7676
vers="9999"
7777
vers="${vers} $(printf '1.%s ' `seq ${LAST_KNOWN_AUTOMAKE_VER} -1 4`)"
7878

@@ -119,7 +119,7 @@ if [ -z "${binary}" ] && [ -n "${WANT_AUTOMAKE}" ] ; then
119119
fi
120120

121121
if [ -z "${binary}" ] ; then
122-
err "Unable to locate any usuable version of ${NAME}.\n" \
122+
err "Unable to locate any usable version of ${NAME}.\n" \
123123
"\tI tried these versions:${all_vers}\n" \
124124
"\tWith a base name of '${full_argv0}'."
125125
fi

0 commit comments

Comments
 (0)