bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] Re: [PATCH] ping on GNU/KFreeBSD patch sent a while ago


From: Paul Eggert
Subject: [Bug-gnulib] Re: [PATCH] ping on GNU/KFreeBSD patch sent a while ago
Date: 29 Oct 2003 21:57:06 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Thanks for clarifying things.  I installed the following patch instead
of the patch I installed earlier; it uses comments along the lines
that you suggested.  Please let me know if it doesn't seem right to
you.

2003-10-29  Paul Eggert  <address@hidden>

        * 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.

2003-10-28  Paul Eggert  <address@hidden>

        * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
        GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
        NetBSD kernels.  Requested by Richard Stallman.

Index: host-os.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/host-os.m4,v
retrieving revision 1.2
retrieving revision 1.4
diff -p -u -r1.2 -r1.4
--- host-os.m4  16 Aug 2003 08:53:43 -0000      1.2
+++ host-os.m4  30 Oct 2003 05:50:36 -0000      1.4
@@ -30,8 +30,10 @@ AC_DEFUN([UTILS_HOST_OS],
        openbsd*)       os='OpenBSD';;
        nsk*)           os='NonStop Kernel';;
        nonstopux*)     os='NonStop-UX';;
-       netbsd*-gnu*)   os='GNU/NetBSD';;
+       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
        msdosdjgpp*)    os='DJGPP';;
        mpeix*)         os='MPE/iX';;
        mint*)          os='MiNT';;
@@ -41,7 +43,6 @@ AC_DEFUN([UTILS_HOST_OS],
        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';;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]