]> Savannah Git Hosting - gnulib.git/commitdiff
host-os: Add support for MidnightBSD.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2021 19:00:55 +0000 (20:00 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2021 19:00:55 +0000 (20:00 +0100)
* m4/host-os.m4 (gl_HOST_OS): On MidnightBSD, set HOST_OPERATING_SYSTEM
to "MidnightBSD", not "Midnightbsd".

ChangeLog
m4/host-os.m4

index d2c164c4b3ee79bb2db64f976f6c5a0c02d65623..30bed5601b133b70f220e0f06c19a637c1fdc1ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-07  Bruno Haible  <bruno@clisp.org>
+
+       host-os: Add support for MidnightBSD.
+       * m4/host-os.m4 (gl_HOST_OS): On MidnightBSD, set HOST_OPERATING_SYSTEM
+       to "MidnightBSD", not "Midnightbsd".
+
 2021-02-07  Bruno Haible  <bruno@clisp.org>
 
        c-stack: Adjust for MidnightBSD.
index 543473c49a6a7b3e783cff801abc7bc1b67a50f9..813133bce88cf086b8f68572d4134347f0e6ca7f 100644 (file)
@@ -1,4 +1,4 @@
-# serial 10
+# serial 11
 
 # Copyright (C) 2001, 2003-2004, 2006, 2009-2021 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -41,6 +41,7 @@ AC_DEFUN([gl_HOST_OS],
        netbsd*-gnu*)    os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
        netbsd*)         os='NetBSD';;
        mirbsd*)         os='MirBSD';;
+       midnightbsd*)    os='MidnightBSD';;
        knetbsd*-gnu)    os='GNU/kNetBSD';; # NetBSD kernel, GNU libc+userland
        kfreebsd*-gnu)   os='GNU/kFreeBSD';; # FreeBSD kernel, GNU libc+userland
        msdosdjgpp*)     os='DJGPP';;