]> Savannah Git Hosting - gnulib.git/commitdiff
gettext: Sync with gettext 0.23.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Dec 2024 21:26:44 +0000 (22:26 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 2 Dec 2024 21:26:44 +0000 (22:26 +0100)
* m4/gettext.m4: Update from current gettext git.
* m4/po.m4: Likewise.

ChangeLog
m4/gettext.m4
m4/po.m4

index 4f68d635bd4262a1ccc887c0474de709dae42ead..89f552e28f0f4387954a79143518ec9fe00ba010 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-02  Bruno Haible  <bruno@clisp.org>
+
+       gettext: Sync with gettext 0.23.
+       * m4/gettext.m4: Update from current gettext git.
+       * m4/po.m4: Likewise.
+
 2024-12-02  Bruno Haible  <bruno@clisp.org>
 
        announce-gen: Add option --cksum-checksums.
index 0675885e059ff48a8880af5a35806a5f252414d7..c7200b1335e40c150814c592a4ac1e4f8c263773 100644 (file)
@@ -1,5 +1,5 @@
 # gettext.m4
-# serial 80 (gettext-0.23)
+# serial 81 (gettext-0.23)
 dnl Copyright (C) 1995-2014, 2016, 2018-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -17,7 +17,7 @@ dnl They are *not* in the public domain.
 
 dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
+dnl   Bruno Haible <bruno@clisp.org>, 2000-2024.
 
 dnl Macro to add for using GNU gettext.
 
index 9fc020bcdf3e0aec81d5a1e7e3d780a8a5563b54..51475171e0b675956a6813c7edeae21237ef980f 100644 (file)
--- a/m4/po.m4
+++ b/m4/po.m4
@@ -1,5 +1,5 @@
 # po.m4
-# serial 32 (gettext-0.21.1)
+# serial 33 (gettext-0.23)
 dnl Copyright (C) 1995-2014, 2016, 2018-2022, 2024 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -18,7 +18,7 @@ dnl They are *not* in the public domain.
 
 dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
+dnl   Bruno Haible <bruno@clisp.org>, 2000-2024.
 
 AC_PREREQ([2.60])
 
@@ -33,7 +33,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
 
   dnl Release version of the gettext macros. This is used to ensure that
   dnl the gettext macros and po/Makefile.in.in are in sync.
-  AC_SUBST([GETTEXT_MACRO_VERSION], [0.20])
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.22])
 
   dnl Perform the following tests also if --disable-nls has been given,
   dnl because they are needed for "make dist" to work.