Identify GNU/KFreeBSD and GNU/KNetBSD using their new names (which have a
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Oct 2003 03:06:17 +0000 (03:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Oct 2003 03:06:17 +0000 (03:06 +0000)
"K" in front of the kernel name).

m4/ChangeLog
m4/host-os.m4

index 2cc8207520cc9b35625869c00b572ba17bdbc219..6747cfcd83a3eb38bf68c825ae0d48ea3974e7ce 100644 (file)
@@ -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
index fc9d06506fb71f5217b1d102411341ea9b34ec4e..79799e65c6dd37dc5b6838a968da92393bcc004b 100644 (file)
@@ -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';;