From: Bruno Haible Date: Tue, 9 Sep 2025 10:42:56 +0000 (+0200) Subject: mbrlen: Remove support for OSF/1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42eaf20834eafddb73970f3cbe86ed64be15043;p=thirdparty%2Fgnulib.git mbrlen: Remove support for OSF/1. * m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE): Remove cross-compilation guess for OSF/1. --- diff --git a/ChangeLog b/ChangeLog index 61a9463278..8b887a9329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2025-09-09 Bruno Haible + mbrlen: Remove support for OSF/1. + * m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE): Remove cross-compilation + guess for OSF/1. + log2l: Remove support for OSF/1. * m4/log2l.m4 (gl_FUNC_LOG2L_WORKS): Remove test regarding log2l (-0.0L). diff --git a/m4/mbrlen.m4 b/m4/mbrlen.m4 index f93e4f0e2b..ac7f15f55c 100644 --- a/m4/mbrlen.m4 +++ b/m4/mbrlen.m4 @@ -1,5 +1,5 @@ # mbrlen.m4 -# serial 14 +# serial 15 dnl Copyright (C) 2008, 2010-2025 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -51,10 +51,10 @@ AC_DEFUN([gl_MBRLEN_INCOMPLETE_STATE], dnl is present. changequote(,)dnl case "$host_os" in - # Guess no on AIX and OSF/1. - aix* | osf*) gl_cv_func_mbrlen_incomplete_state="guessing no" ;; - # Guess yes otherwise. - *) gl_cv_func_mbrlen_incomplete_state="guessing yes" ;; + # Guess no on AIX. + aix*) gl_cv_func_mbrlen_incomplete_state="guessing no" ;; + # Guess yes otherwise. + *) gl_cv_func_mbrlen_incomplete_state="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_JA != none; then