summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';;