diff options
author | Bruno Haible <bruno@clisp.org> | 2005-11-22 11:39:34 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:56 +0200 |
commit | db7bfca117dcbe65e0ba9d3002534f7e8d628898 (patch) | |
tree | e279b507c770f75f5a4728c3830ed9dc2ed3ca9e /gettext-runtime/m4 | |
parent | f0a84446ea5da0b7bbc246081aba0b0024ac24f6 (diff) | |
download | external_gettext-db7bfca117dcbe65e0ba9d3002534f7e8d628898.zip external_gettext-db7bfca117dcbe65e0ba9d3002534f7e8d628898.tar.gz external_gettext-db7bfca117dcbe65e0ba9d3002534f7e8d628898.tar.bz2 |
ac_cv_header_locale_h is not set any more.
Diffstat (limited to 'gettext-runtime/m4')
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-runtime/m4/gettext.m4 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index f23e9fc..12d0002 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,9 @@ +2005-11-21 Bruno Haible <bruno@clisp.org> + + * gettext.m4 (AM_INTL_SUBDIR): Invoke gt_LC_MESSAGES always, since we + assume that <locale.h> always exists. + Fixes bug introduced on 2005-08-28. + 2005-10-18 Bruno Haible <bruno@clisp.org> * po.m4 (AM_PO_SUBDIRS): Also define MSGFMT_015, GMSGFMT_015, diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 455aa36..dd5875f 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -1,4 +1,4 @@ -# gettext.m4 serial 43 (gettext-0.15) +# gettext.m4 serial 44 (gettext-0.15) dnl Copyright (C) 1995-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -417,9 +417,7 @@ AC_DEFUN([AM_INTL_SUBDIR], AC_SUBST([HAVE_WPRINTF]) AM_LANGINFO_CODESET - if test $ac_cv_header_locale_h = yes; then - gt_LC_MESSAGES - fi + gt_LC_MESSAGES dnl Rename some macros and functions used for locking. AH_BOTTOM([ |