Don't do the wierd Examples/php4 Makefile link thing anymore.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7602 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Kevin Ruland 2005-10-07 02:37:18 +00:00
commit aa9ffbad43

View file

@ -1125,9 +1125,6 @@ if test -z "$PHP4INC"; then
AC_MSG_RESULT(not found)
fi
( cd $srcdir/Examples/php4 ; for dir in `sed '/^#/d' check.list` ; do
test -f $dir/Makefile || ( cd $dir ; ln -s ../Makefile.php Makefile )
done )
fi
AC_SUBST(PHP4)
AC_SUBST(PHP4INC)