summaryrefslogtreecommitdiff
path: root/m4/host-os.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/host-os.m4')
-rw-r--r--m4/host-os.m416
1 files changed, 9 insertions, 7 deletions
diff --git a/m4/host-os.m4 b/m4/host-os.m4
index 543473c49a..5ebe17125b 100644
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -1,9 +1,9 @@
-# serial 10
-
-# Copyright (C) 2001, 2003-2004, 2006, 2009-2021 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# host-os.m4
+# serial 13
+dnl Copyright (C) 2001, 2003-2004, 2006, 2009-2024 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
# Written by Paul Eggert.
@@ -41,12 +41,13 @@ 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';;
mpeix*) os='MPE/iX';;
mint*) os='MiNT';;
- mingw*) os='MinGW';;
+ mingw* | windows*) os='MinGW';;
lynxos*) os='LynxOS';;
linux*) os='GNU/Linux';;
hpux*) os='HP-UX';;
@@ -54,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';;

Return to:

Send suggestions and report system problems to the System administrator.