X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=59daa9ba8b5a6d284cd2a085a76950fbb4745056;hp=38b1d4363274c93b0200208353e53d1a72b8c878;hb=031ccaeb1dd0343d7b10990f49be6a9f4e82a7dc;hpb=e289578cacb6446f8c0218258b016355f0fb5ece diff --git a/configure b/configure index 38b1d43..59daa9b 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.5 1995/12/11 02:53:16 paulus Exp $ +# $Id: configure,v 1.7 1995/12/18 03:31:30 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -14,14 +14,15 @@ case $system in makext="bsd"; case $release in 0.*) state="ancient";; - 1.0*) state="known"; ksrc="netbsd";; - 1.[1-9]*|[2-9]*) - state="late"; ksrc="netbsd";; + 1.0*) state="known"; ksrc="netbsd-1.0";; + 1.1*) state="known"; ksrc="netbsd-1.1";; + 1.[2-9]*|[2-9]*) + state="late"; ksrc="netbsd-1.1";; esac;; 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)