X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=4c94baac2f7b4cf53dfa9b03f8b759f2b556edec;hp=db318e07e7a38a2003a9dfea4b68dc2753acdf39;hb=6b006296e2c4140830972de8794bd6b58c8a478e;hpb=fe4856edeac74e23bbdf04c08ae2b386298981bf diff --git a/configure b/configure index db318e0..4c94baa 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.24 2000/04/13 11:59:40 paulus Exp $ +# $Id: configure,v 1.27 2001/12/14 02:55:19 mostrows Exp $ # if [ -d /NextApps ]; then # system="NeXTStep" @@ -18,10 +18,10 @@ case $system in state="known";; SunOS) case $release in - [0-3]*) state="ancient";; - 4*) state="known"; ksrc="sunos4"; makext="sunos4";; - 5.[1-6]*) state="known"; ksrc="svr4"; makext="sol2";; - 5.[789]*) state="known"; ksrc="svr4"; makext="sol2"; +# [0-3]*) state="ancient";; +# 4*) state="known"; ksrc="sunos4"; makext="sunos4";; + 5.[1-6]*) state="known"; ksrc="solaris"; makext="sol2";; + 5.[7-9]*) state="known"; ksrc="solaris"; makext="sol2"; case $arch in sun4u) lp64='y';; *) ;; @@ -118,7 +118,7 @@ if [ -d "$ksrc" ]; then rm -f Makefile ln -s $ksrc/Makefile.top Makefile echo " Makefile -> $ksrc/Makefile.top" - if [ "$ksrc" = svr4 ]; then + if [ "$ksrc" = solaris ]; then # Point to 64-bit Makefile extension if [ "$lp64" = y ]; then makext=$makext-64 @@ -131,7 +131,7 @@ if [ -d "$ksrc" ]; then makext=$orig_makext fi fi - for dir in pppd pppstats chat pppdump; do + for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe; do rm -f $dir/Makefile if [ -f $dir/Makefile.$makext ]; then ln -s Makefile.$makext $dir/Makefile