bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] host-os.m4 additions for GNU/FreeBSD, GNU/NetBSD


From: Paul Eggert
Subject: [Bug-gnulib] host-os.m4 additions for GNU/FreeBSD, GNU/NetBSD
Date: 16 Aug 2003 01:59:25 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

coreutils added support for GNU/FreeBSD to host-os.m4.  I figure I
might as well add GNU/NetBSD while I'm at it.  So I installed this
change, since I assume the two are configured similarly.

2003-08-16  Paul Eggert  <address@hidden>

        * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.

Index: m4/host-os.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/host-os.m4,v
retrieving revision 1.1
diff -p -u -r1.1 host-os.m4
--- m4/host-os.m4       11 Sep 2001 20:10:44 -0000      1.1
+++ m4/host-os.m4       16 Aug 2003 08:52:32 -0000
@@ -1,4 +1,4 @@
-#serial 1
+#serial 3
 
 dnl From Paul Eggert.
 
@@ -30,6 +30,7 @@ AC_DEFUN([UTILS_HOST_OS],
        openbsd*)       os='OpenBSD';;
        nsk*)           os='NonStop Kernel';;
        nonstopux*)     os='NonStop-UX';;
+       netbsd*-gnu*)   os='GNU/NetBSD';;
        netbsd*)                os='NetBSD';;
        msdosdjgpp*)    os='DJGPP';;
        mpeix*)         os='MPE/iX';;
@@ -40,6 +41,7 @@ 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]