]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Mark automake 1.18 as supported.
authorBruno Haible <bruno@clisp.org>
Sat, 31 May 2025 13:24:26 +0000 (15:24 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 31 May 2025 13:24:26 +0000 (15:24 +0200)
* autogen.sh: Update comment.
* m4/fixautomake.m4 (FIX_MAKEFILE_DISTRIB): Likewise.

autogen.sh
m4/fixautomake.m4

index 109df67d175efce1870df4ba7deaa13426942aa3..4dfd5d94b2c7c4443b61611108ccdbbbbaaca1f0 100755 (executable)
@@ -4,7 +4,7 @@
 # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
 # with new versions of autoconf or automake.
 #
-# This script requires autoconf-2.64..2.72 and automake-1.13..1.17 in the PATH.
+# This script requires autoconf-2.64..2.72 and automake-1.13..1.18 in the PATH.
 
 # Copyright (C) 2003-2025 Free Software Foundation, Inc.
 #
index bc98541a58c2a0f641017966f3a568a19657db47..7798781d1f40d528b77c2b821d6621ab55057e88 100644 (file)
@@ -1,6 +1,6 @@
 # fixautomake.m4
-# serial 9 (gettext-0.23)
-dnl Copyright (C) 2002-2024 Free Software Foundation, Inc.
+# serial 9 (gettext-0.26)
+dnl Copyright (C) 2002-2025 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -15,7 +15,7 @@ AC_DEFUN([FIX_MAKEFILE_DISTRIB], [
   mv $ac_file.tmp $ac_file
 ])
 
-dnl Fix an automake-1.9-1.17 bug: the distrib rule is not extensible.
+dnl Fix an automake-1.9-1.18 bug: the distrib rule is not extensible.
 dnl Insert a invocation of the distdir1 target inside the distdir commands,
 dnl after $(distdir) has been erased and re-created.
 AC_DEFUN([FIX_MAKEFILE_TOPDIR_DISTRIB], [