From 013226d8e433c97b71dd9cfa62d2e5aa95a6faa5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 30 Oct 2003 18:46:19 +0000 Subject: [PATCH] Change netbsd*-gnu pattern back to netbsd*-gnu*. --- m4/ChangeLog | 7 ++++++- m4/host-os.m4 | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index b2a8833b9..98f3e00fc 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2003-10-30 Paul Eggert + + * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to + netbsd*-gnu*. Suggested by Robert Millan. + 2003-10-29 Paul Eggert * xalloc.m4 (gl_XALLOC): Undo previous change. @@ -7,7 +12,7 @@ * 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 diff --git a/m4/host-os.m4 b/m4/host-os.m4 index f520e385a..d233ebc1b 100644 --- a/m4/host-os.m4 +++ b/m4/host-os.m4 @@ -30,7 +30,7 @@ AC_DEFUN([UTILS_HOST_OS], 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 -- 2.11.0