summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-26 06:15:36 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-26 06:15:36 +0000
commit6a4ad35209c2b11f83ed332150cf60aa955c751e (patch)
treebcfa3aa57937c6d72d63f26bb25f9e2e2eb6ce05 /configure
parent53e3b02e731858f92270828e02ae620bbdff09e3 (diff)
mods for other SVR4 systems
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6020116..90c76d2 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.10 1996/09/14 05:08:07 paulus Exp $
+# $Id: configure,v 1.11 1996/09/26 06:15:36 paulus Exp $
if [ -d /NextApps ]; then
system="NeXTStep"
@@ -62,7 +62,7 @@ case $system in
# Intel SVR4 systems come with a bug in the uname program. Unless
# your provider fixed the bug, or you get a fix for it, uname -S will
# overwrite the system name with the node name!
- UNIX_System_V|`uname -n`)
+ UNIX_SV|UNIX_System_V|`uname -n`)
case $release in
4.0) state=known; ksrc=svr4; makext=svr4;;
4.2) state=late; ksrc=svr4; makext=svr4;;