changeset 4828:8fcecc6d1619

Fix some bugs in the previous change.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 30 Oct 2003 05:50:36 +0000
parents a6d03da0fa67
children 2fa22df65c21
files m4/host-os.m4
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -30,9 +30,10 @@
        openbsd*)	os='OpenBSD';;
        nsk*)		os='NonStop Kernel';;
        nonstopux*)	os='NonStop-UX';;
+       netbsd*-gnu)	os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
        netbsd*)		os='NetBSD';;
-       knetbsd*-gnu*)	os='GNU/KNetBSD';;
-       kfreebsd*-gnu*)	os='GNU/KFreeBSD';;
+       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';;