## Makefile for the gettext-runtime/intl and gettext-tools/intl subdirectories
## of GNU gettext.
-## Copyright (C) 1995-1998, 2000-2007, 2009-2020 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2007, 2009-2021 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU Lesser General Public License as published by
-e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \
-e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \
-e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \
- -e 's,@''HAVE_NAMELESS_LOCALES''@,@HAVE_NAMELESS_LOCALES@,g' \
-e 's,@''HAVE_NEWLOCALE''@,@HAVE_NEWLOCALE@,g' \
+ -e 's,@''ENHANCE_LOCALE_FUNCS''@,@ENHANCE_LOCALE_FUNCS@,g' \
< $(srcdir)/libgnuintl.in.h \
| if test '@WOE32DLL@' = yes; then \
sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
-e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \
-e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \
-e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \
- -e 's,@''HAVE_NAMELESS_LOCALES''@,@HAVE_NAMELESS_LOCALES@,g' \
-e 's,@''HAVE_NEWLOCALE''@,@HAVE_NEWLOCALE@,g' \
+ -e 's,@''ENHANCE_LOCALE_FUNCS''@,@ENHANCE_LOCALE_FUNCS@,g' \
< $(srcdir)/libgnuintl.in.h > libintl.h
MOSTLYCLEANFILES += libintl.h
/* Message catalogs for internationalization.
- Copyright (C) 1995-1997, 2000-2016, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 1995-1997, 2000-2016, 2018-2021 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
/* Support for retrieving the name of a locale_t object. */
-#if @HAVE_NAMELESS_LOCALES@
+#if @ENHANCE_LOCALE_FUNCS@
#ifndef GNULIB_defined_newlocale /* don't override gnulib */
#undef newlocale
-# intl.m4 serial 45 (gettext-0.21.1)
-dnl Copyright (C) 1995-2014, 2016-2020 Free Software Foundation, Inc.
+# intl.m4 serial 46 (gettext-0.21.1)
+dnl Copyright (C) 1995-2014, 2016-2021 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.
AM_LANGINFO_CODESET
gt_LC_MESSAGES
- if test $gt_nameless_locales = yes; then
- HAVE_NAMELESS_LOCALES=1
+ if test $gt_localename_enhances_locale_funcs = yes; then
+ ENHANCE_LOCALE_FUNCS=1
else
- HAVE_NAMELESS_LOCALES=0
+ ENHANCE_LOCALE_FUNCS=0
fi
- AC_SUBST([HAVE_NAMELESS_LOCALES])
+ AC_SUBST([ENHANCE_LOCALE_FUNCS])
dnl Compilation on mingw and Cygwin needs special Makefile rules, because
dnl 1. when we install a shared library, we must arrange to export