From b40a8093c2debf67cc77e4554664b7caabf9b0a7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 1 Sep 2003 15:03:40 +0000 Subject: [PATCH] Fix for Php and Perl soft link kludges in Examples/GIFPlot and Examples/perl - so that clean works when using multiple build directories git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5037 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index a5bde78b4..40562defb 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -629,11 +629,6 @@ AC_SUBST(PERL5DYNAMICLINKING) AC_SUBST(PERL5LIB) AC_SUBST(PERL5CCFLAGS) -# kludges to ease naming conventions conformance. -( cd $srcdir/Examples ; - test -d perl || ln -s perl5 perl ; - test -d test-suite/perl || ( cd test-suite && ln -s perl5 perl ) ) - #---------------------------------------------------------------- # Look for java #---------------------------------------------------------------- @@ -970,8 +965,6 @@ fi AC_SUBST(PHP4INC) -# kludges to ease naming conventions conformance. -( cd $srcdir/Examples/GIFPlot ; test -d Php4 || ln -s Php Php4 ) ( cd $srcdir/Examples/php4 ; for dir in `sed '/^#/d' check.list` ; do test -f $dir/Makefile || ( cd $dir ; ln -s ../Makefile.php Makefile ) done )