Hi Daniel, > $ /tmp/testdir/build-aux/config.guess > trap: /tmp/testdir/build-aux/config.guess 99: FSUM7327 signal number 13 not > conventional > i370-ibm-openedition
Thanks. So the wiki is right, and the m4/intl-thread-locale.m4 file is wrong. 2019-12-20 Bruno Haible <br...@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. diff --git a/m4/intl-thread-locale.m4 b/m4/intl-thread-locale.m4 index f74f116..7f8817f 100644 --- a/m4/intl-thread-locale.m4 +++ b/m4/intl-thread-locale.m4 @@ -1,4 +1,4 @@ -# 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, @@ -171,8 +171,8 @@ int main () [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 ]) ])