changeset 4567:24b205ad6664

(UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 16 Aug 2003 08:53:43 +0000
parents 4a31e38ddf6c
children ced6f386e0ce
files m4/host-os.m4
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/host-os.m4	Sat Aug 16 08:44:38 2003 +0000
+++ b/m4/host-os.m4	Sat Aug 16 08:53:43 2003 +0000
@@ -1,4 +1,4 @@
-#serial 1
+#serial 3
 
 dnl From Paul Eggert.
 
@@ -30,6 +30,7 @@
        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 @@
        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';;