X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=59daa9ba8b5a6d284cd2a085a76950fbb4745056;hp=94de1450b46e1e6901d6bb7abc30a0a051ce5e09;hb=77eb4c7d44153062200841b90d553cd9b1c58489;hpb=61104a18d85e0c167fa38c964eab119a0dd5567e diff --git a/configure b/configure index 94de145..59daa9b 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.6 1995/12/11 05:01:37 paulus Exp $ +# $Id: configure,v 1.7 1995/12/18 03:31:30 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -22,7 +22,7 @@ case $system in SunOS) case $release in [0-3]*) state="ancient";; - 4*) state="known"; ksrc="sunos"; makext="sun";; + 4*) state="known"; ksrc="sunos4"; makext="sunos4";; 5*) state="known"; ksrc="svr4"; makext="sol2";; esac;; ULTRIX)