X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=configure;fp=configure;h=4a98e4092f7e1ded82620f2da4b81aa04638df63;hb=d89776d4a671d6ab30dc36473129f90c3851681f;hp=1868308e908480970da92c1aef39b6c0989ead50;hpb=6050706a2fb9bfd9013576b002f73d5a6a5ff591;p=ppp.git diff --git a/configure b/configure index 1868308..4a98e40 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.25 2000/04/18 23:51:26 masputra Exp $ +# $Id: configure,v 1.26 2001/07/26 20:10:52 paulus Exp $ # if [ -d /NextApps ]; then # system="NeXTStep" @@ -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/pppoe; do rm -f $dir/Makefile if [ -f $dir/Makefile.$makext ]; then ln -s Makefile.$makext $dir/Makefile