+2003-10-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
+ netbsd*-gnu*. Suggested by Robert Millan.
+
2003-10-29 Paul Eggert <eggert@twinsun.com>
* xalloc.m4 (gl_XALLOC): Undo previous change.
* host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu. Add comments
to it, and to knetbsd*-gnu and kfreebsd*-gnu. Remove the '*' from
after the 'gnu' in these cases. This fixes some bugs in the
- previous change, and is based on suggestions by Robbert Millan.
+ previous change, and is based on suggestions by Robert Millan.
2003-10-28 Paul Eggert <eggert@twinsun.com>
openbsd*) os='OpenBSD';;
nsk*) os='NonStop Kernel';;
nonstopux*) os='NonStop-UX';;
- netbsd*-gnu) os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
+ 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