bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: z/OS configure triple


From: Bruno Haible
Subject: Re: z/OS configure triple
Date: Fri, 20 Dec 2019 07:29:59 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-166-generic; KDE/5.18.0; x86_64; ; )

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  <address@hidden>

        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
          ])
       ])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]