projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f3e631f
)
added entry for NeXT
author
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 1995 03:29:30 +0000
(
03:29
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 1995 03:29:30 +0000
(
03:29
+0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 1567cdd915aeff5357a20ba43ef0e2ba12b4dc75..79de98101e9ed22c556cb48185deef8416689fee 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1,7
+1,7
@@
#!/bin/sh
#!/bin/sh
-# $Id: configure,v 1.
1 1995/05/10 00:32:13
paulus Exp $
+# $Id: configure,v 1.
2 1995/05/19 03:29:30
paulus Exp $
-if [ -d /Ne
XTStep
]; then
+if [ -d /Ne
xtApps
]; then
system="NeXTStep"
else
system=`uname -s`
system="NeXTStep"
else
system=`uname -s`
@@
-54,6
+54,10
@@
case $system in
2.0*) state="known"; ksrc="freebsd-2.0";;
2.[1-9]*) state="late"; ksrc="freebsd-2.0";;
esac;;
2.0*) state="known"; ksrc="freebsd-2.0";;
2.[1-9]*) state="late"; ksrc="freebsd-2.0";;
esac;;
+ NeXTStep)
+ makext="NeXT";
+ ksrc="NeXT";
+ state="known";;
esac
case $state in
esac
case $state in