]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
mbrlen: Remove support for OSF/1.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:42:56 +0000 (12:42 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:42:56 +0000 (12:42 +0200)
* m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE): Remove cross-compilation
guess for OSF/1.

ChangeLog
m4/mbrlen.m4

index 61a9463278f6ca5581691f5473fb6745cdfe2645..8b887a9329dca25fa61615ae2e98f40fbf7aad7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2025-09-09  Bruno Haible  <bruno@clisp.org>
 
+       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).
index f93e4f0e2b177cb6d472e0f2712a34f97a9c7e1e..ac7f15f55c8097b1e83888888123512bb093c74f 100644 (file)
@@ -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