]> git.ozlabs.org Git - ppp.git/blobdiff - configure
Patch from Frank Cusack to add support for MSCHAPv2.
[ppp.git] / configure
index db318e07e7a38a2003a9dfea4b68dc2753acdf39..6238cf6d16836225cf6eadc00bf770945d344cb0 100755 (executable)
--- 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.28 2002/01/22 16:02:56 dfs 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 pppd/plugins/radius; do
     rm -f $dir/Makefile
     if [ -f $dir/Makefile.$makext ]; then
       ln -s Makefile.$makext $dir/Makefile