summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-20 09:04:43 +0000
committerJim Meyering <jim@meyering.net>2002-09-20 09:04:43 +0000
commit036ab5abdad2b41927da50c191c28ad2bc35e7a5 (patch)
tree960c666c12b4bd95ea275c099646c00ff6c04422 /m4
parent17170ddcb39b2497c2d597abe27371b8aaad2dca (diff)
downloadcoreutils-036ab5abdad2b41927da50c191c28ad2bc35e7a5.tar.xz
(UTILS_HOST_OS): Add a case for freebsd*-gnu*.
Diffstat (limited to 'm4')
-rw-r--r--m4/host-os.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/host-os.m4 b/m4/host-os.m4
index a53692d55..d2ed937f8 100644
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
dnl From Paul Eggert.
@@ -40,6 +40,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';;