]> Savannah Git Hosting - gnulib.git/commitdiff
host-os: Add support for DragonFly BSD.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jun 2021 21:46:15 +0000 (23:46 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Jun 2021 21:46:15 +0000 (23:46 +0200)
* m4/host-os.m4 (gl_HOST_OS): On DragonFly BSD, set
HOST_OPERATING_SYSTEM to "DragonFly BSD", not "Dragonfly".

ChangeLog
m4/host-os.m4

index 64ee9935e2e0340be323034c4fd144598cd61d6d..f91e8a387dba323f628ac4f7a8da31a8de20a0f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-06-07  Bruno Haible  <bruno@clisp.org>
+
+       host-os: Add support for DragonFly BSD.
+       * m4/host-os.m4 (gl_HOST_OS): On DragonFly BSD, set
+       HOST_OPERATING_SYSTEM to "DragonFly BSD", not "Dragonfly".
+
 2021-06-07  Bruno Haible  <bruno@clisp.org>
 
        thread: Fix test link error on DragonFly BSD 6.0.
index 813133bce88cf086b8f68572d4134347f0e6ca7f..19e85d30c2ebf8950c97291519db03e92f78afb6 100644 (file)
@@ -1,4 +1,4 @@
-# serial 11
+# serial 12
 
 # Copyright (C) 2001, 2003-2004, 2006, 2009-2021 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -55,6 +55,7 @@ AC_DEFUN([gl_HOST_OS],
        gnu*)            os='GNU';;
        freebsd*)        os='FreeBSD';;
        dgux*)           os='DG/UX';;
+       dragonfly*)      os='DragonFly BSD';;
        bsdi*)           os='BSD/OS';;
        bsd*)            os='BSD';;
        beos*)           os='BeOS';;