From: Bruno Haible Date: Fri, 30 Jun 2006 14:14:05 +0000 (+0000) Subject: Assume exists. X-Git-Tag: v0.15~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eba25deb5346beb8948ed430b02d44b79240181;p=thirdparty%2Fgettext.git Assume exists. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 0a1b71fcd..ff535c718 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + * Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H + substitution. + 2006-04-14 Bruno Haible Assume autoconf >= 2.60. diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index e0917dcf6..3efd3c31a 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -68,7 +68,6 @@ config.h_vms: config.h.in ../version.sh -e 's/#undef HAVE_LANGINFO_CODESET$$/#define HAVE_LANGINFO_CODESET 1/' \ -e 's/#undef HAVE_LC_MESSAGES$$/#define HAVE_LC_MESSAGES 1/' \ -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \ - -e 's/#undef HAVE_LOCALE_H$$/#define HAVE_LOCALE_H 1/' \ -e 's/#undef HAVE_LONG_DOUBLE$$/#define HAVE_LONG_DOUBLE 1/' \ -e 's/#undef HAVE_LONG_LONG$$/#define HAVE_LONG_LONG 1/' \ -e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \ @@ -143,7 +142,6 @@ config.h.msvc: config.h.in ../version.sh -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \ -e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 1/' \ -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \ - -e 's/#undef HAVE_LOCALE_H$$/#define HAVE_LOCALE_H 1/' \ -e 's/#undef HAVE_LONG_DOUBLE$$/#define HAVE_LONG_DOUBLE 1/' \ -e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \ -e 's/#undef HAVE_PTRDIFF_T$$/#define HAVE_PTRDIFF_T 1/' \ diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 90991b771..6cc767151 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + * Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H + substitution. + 2006-04-14 Bruno Haible Assume autoconf >= 2.60. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 5b08fe498..f61fe1913 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -73,7 +73,6 @@ config.h_vms: config.h.in ../version.sh -e 's/#undef HAVE_LC_MESSAGES$$/#define HAVE_LC_MESSAGES 1/' \ -e 's/#undef HAVE_LIBEXPAT$$/#define HAVE_LIBEXPAT 1/' \ -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \ - -e 's/#undef HAVE_LOCALE_H$$/#define HAVE_LOCALE_H 1/' \ -e 's/#undef HAVE_LONG_FILE_NAMES$$/#define HAVE_LONG_FILE_NAMES 1/' \ -e 's/#undef HAVE_MALLOC_H$$/#define HAVE_MALLOC_H 1/' \ -e 's/#undef HAVE_MBRTOWC$$/#define HAVE_MBRTOWC 1/' \ @@ -179,7 +178,6 @@ config.h.msvc: config.h.in ../version.sh -e 's/#undef HAVE_ISWCNTRL$$/#define HAVE_ISWCNTRL 1/' \ -e 's/#undef HAVE_ISWPRINT$$/#define HAVE_ISWPRINT 1/' \ -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \ - -e 's/#undef HAVE_LOCALE_H$$/#define HAVE_LOCALE_H 1/' \ -e 's/#undef HAVE_LONG_FILE_NAMES$$/#define HAVE_LONG_FILE_NAMES 1/' \ -e 's/#undef HAVE_MEMCHR$$/#define HAVE_MEMCHR 1/' \ -e 's/#undef HAVE_MEMMOVE$$/#define HAVE_MEMMOVE 1/' \ diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 993188ca5..ef98a8862 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-06-27 Bruno Haible + + * setlocale.m4 (gt_SETLOCALE): Assume exists. + 2006-04-14 Bruno Haible Assume autoconf >= 2.60. diff --git a/gettext-tools/m4/setlocale.m4 b/gettext-tools/m4/setlocale.m4 index d8e536d70..dfa2b7c3a 100644 --- a/gettext-tools/m4/setlocale.m4 +++ b/gettext-tools/m4/setlocale.m4 @@ -1,5 +1,5 @@ -# setlocale.m4 serial 2 (gettext-0.10.40) -dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. +# setlocale.m4 serial 3 (gettext-0.15) +dnl Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,7 +7,6 @@ dnl with or without modifications, as long as this notice is preserved. # Check for setlocale declaration. AC_DEFUN([gt_SETLOCALE],[ -AC_CHECK_HEADERS([locale.h]) AC_MSG_CHECKING([for setlocale declaration]) AC_CACHE_VAL(gt_cv_proto_setlocale, [ AC_TRY_COMPILE([