From 68c460e6856aae9fc4271b4c72016a26cba3d0e7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 7 Jun 2021 23:46:15 +0200 Subject: [PATCH] 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". --- ChangeLog | 6 ++++++ m4/host-os.m4 | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64ee9935e2..f91e8a387d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-06-07 Bruno Haible + + 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 thread: Fix test link error on DragonFly BSD 6.0. diff --git a/m4/host-os.m4 b/m4/host-os.m4 index 813133bce8..19e85d30c2 100644 --- a/m4/host-os.m4 +++ b/m4/host-os.m4 @@ -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';; -- 2.39.5