summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-12-08 12:43:10 +0000
committerWerner Koch <wk@gnupg.org>2003-12-08 12:43:10 +0000
commit37997faafd1505d8ef7d9abfd039c5b9d65fc1b9 (patch)
tree0f55e37ff6f4c35edc33f890e9d058c7482cf6eb /m4
parent700ed9d3fcda2c5eee11ec0dd932a2325447c4cc (diff)
downloadlibgpg-error-37997faafd1505d8ef7d9abfd039c5b9d65fc1b9.tar.gz
Update to gettext 0.12.1
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog14
-rw-r--r--m4/Makefile.am2
2 files changed, 15 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 60743c0..ecc4b5f 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,17 @@
+2003-12-08 gettextize <bug-gnu-gettext@gnu.org>
+
+ * gettext.m4: Upgrade to gettext-0.12.1.
+ * inttypes_h.m4: Upgrade to gettext-0.12.1.
+ * lib-ld.m4: Upgrade to gettext-0.12.1.
+ * lib-link.m4: Upgrade to gettext-0.12.1.
+ * lib-prefix.m4: Upgrade to gettext-0.12.1.
+ * nls.m4: New file, from gettext-0.12.1.
+ * po.m4: New file, from gettext-0.12.1.
+ * progtest.m4: Upgrade to gettext-0.12.1.
+ * stdint_h.m4: Upgrade to gettext-0.12.1.
+ * uintmax_t.m4: Upgrade to gettext-0.12.1.
+ * Makefile.am (EXTRA_DIST): Add the new files.
+
2003-05-15 gettextize <bug-gnu-gettext@gnu.org>
* codeset.m4: New file, from gettext-0.11.5.
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 42126ac..5f20a28 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
+EXTRA_DIST = nls.m4 po.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4