From 3d952d7f1099cc36e7e8b916bb4e1f52ff98cc7d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 22 Jul 2006 13:13:09 +0000 Subject: [PATCH] Upgrade to gettext-0.15. --- ChangeLog | 6 ++++++ modules/gettext | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41b88d271f..9da9cb844d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-22 Bruno Haible + + * modules/gettext: Upgrade to gettext-0.15. + (Files): Remove m4/isc-posix.m4. Add m4/lock.m4, m4/visibility.m4. + Replace m4/inttypes.m4 with m4/inttypes-h.m4. + 2006-07-21 Eric Blake * modules/stdlib-safer: New file. diff --git a/modules/gettext b/modules/gettext index af3aa435fc..0388aad7a7 100644 --- a/modules/gettext +++ b/modules/gettext @@ -9,11 +9,11 @@ m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 m4/intmax.m4 -m4/inttypes.m4 m4/inttypes_h.m4 +m4/inttypes-h.m4 m4/inttypes-pri.m4 -m4/isc-posix.m4 m4/lcmessage.m4 +m4/lock.m4 m4/longdouble.m4 m4/longlong.m4 m4/nls.m4 @@ -25,6 +25,7 @@ m4/size_max.m4 m4/stdint_h.m4 m4/uintmax_t.m4 m4/ulonglong.m4 +m4/visibility.m4 m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4 @@ -36,7 +37,7 @@ havelib configure.ac: AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.14.5]) +AM_GNU_GETTEXT_VERSION([0.15]) Makefile.am: # This is for those projects which use "gettextize --intl" to put a source-code -- 2.30.2