"K" in front of the kernel name).
+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
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';;
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';;