+2019-12-20 Bruno Haible <bruno@clisp.org>
+
+ localename, gettext: Fix host_os value for z/OS.
+ * m4/intl-thread-locale.m4 (gt_FUNC_USELOCALE): Fix host_os value in
+ cross-configuration code.
+
2019-12-19 Jim Meyering <meyering@fb.com>
nstrftime: avoid a shadowing warning
-# intl-thread-locale.m4 serial 6
+# intl-thread-locale.m4 serial 7
dnl Copyright (C) 2015-2019 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
[gt_cv_func_uselocale_works=no],
[# Guess no on AIX and z/OS, yes otherwise.
case "$host_os" in
- aix* | mvs*) gt_cv_func_uselocale_works="guessing no" ;;
- *) gt_cv_func_uselocale_works="guessing yes" ;;
+ aix* | openedition*) gt_cv_func_uselocale_works="guessing no" ;;
+ *) gt_cv_func_uselocale_works="guessing yes" ;;
esac
])
])