From 0eefce1392eae619948896a6b5854446d8254d3a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 28 Oct 2003 03:06:17 +0000 Subject: [PATCH] Identify GNU/KFreeBSD and GNU/KNetBSD using their new names (which have a "K" in front of the kernel name). --- m4/ChangeLog | 6 ++++++ m4/host-os.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index 2cc8207520..6747cfcd83 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2003-10-27 Paul Eggert + + * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and + GNU/KNetBSD using their new names (which have a "K" in front of + the kernel name). Requested by Richard Stallman. + 2003-10-26 Paul Eggert * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h diff --git a/m4/host-os.m4 b/m4/host-os.m4 index fc9d06506f..79799e65c6 100644 --- a/m4/host-os.m4 +++ b/m4/host-os.m4 @@ -30,8 +30,9 @@ AC_DEFUN([UTILS_HOST_OS], openbsd*) os='OpenBSD';; nsk*) os='NonStop Kernel';; nonstopux*) os='NonStop-UX';; - netbsd*-gnu*) os='GNU/NetBSD';; netbsd*) os='NetBSD';; + knetbsd*-gnu*) os='GNU/KNetBSD';; + kfreebsd*-gnu*) os='GNU/KFreeBSD';; msdosdjgpp*) os='DJGPP';; mpeix*) os='MPE/iX';; mint*) os='MiNT';; @@ -41,7 +42,6 @@ AC_DEFUN([UTILS_HOST_OS], hpux*) os='HP-UX';; hiux*) os='HI-UX';; gnu*) os='GNU';; - freebsd*-gnu*) os='GNU/FreeBSD';; freebsd*) os='FreeBSD';; dgux*) os='DG/UX';; bsdi*) os='BSD/OS';; -- 2.30.2