summaryrefslogtreecommitdiff
path: root/m4/host-os.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-13 17:22:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-13 17:22:56 +0000
commitd1e647f627311ebd0a08c9b01d4ae27b312558c4 (patch)
tree5232cd0e5fa8d3a18232ca8dec8393fd9c3ed180 /m4/host-os.m4
parent1c1096d977593ceac33d873f12bed754428338f7 (diff)
downloadgnulib-d1e647f627311ebd0a08c9b01d4ae27b312558c4.tar.gz
s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g
Diffstat (limited to 'm4/host-os.m4')
-rw-r--r--m4/host-os.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/host-os.m4 b/m4/host-os.m4
index 0a96a852be..e8fe072149 100644
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -50,8 +50,8 @@ AC_DEFUN([gl_HOST_OS],
nonstopux*) os='NonStop-UX';;
netbsd*-gnu*) os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
netbsd*) os='NetBSD';;
- knetbsd*-gnu) os='GNU/KNetBSD';; # NetBSD kernel, GNU libc+userland
- kfreebsd*-gnu) os='GNU/KFreeBSD';; # FreeBSD kernel, GNU libc+userland
+ 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';;