diff options
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([ |