changeset 4823:3e73a3fa2621

Identify GNU/KFreeBSD and GNU/KNetBSD using their new names (which have a "K" in front of the kernel name).
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 28 Oct 2003 03:06:17 +0000
parents 63f70a262d4e
children b3e190d8e109
files m4/ChangeLog m4/host-os.m4
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-27  Paul Eggert  <eggert@twinsun.com>
+
+	* 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  <eggert@twinsun.com>
 
 	* xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -30,8 +30,9 @@
        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 @@
        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';;