projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346031e
)
(UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Aug 2003 08:53:43 +0000
(08:53 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 16 Aug 2003 08:53:43 +0000
(08:53 +0000)
m4/host-os.m4
patch
|
blob
|
history
diff --git
a/m4/host-os.m4
b/m4/host-os.m4
index a53692d557a11c00714678e6d813ed9fe3dfa6e6..fc9d06506fb71f5217b1d102411341ea9b34ec4e 100644
(file)
--- a/
m4/host-os.m4
+++ b/
m4/host-os.m4
@@
-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';;