Makefile variable to be set properly when doing out-of-tree builds.
echo $ac_n "checking for case-insensitive build directory""... $ac_c" 1>&6
echo "configure:1343: checking for case-insensitive build directory" >&5
-if test -d "python"
+if test -d "${srcdir}/python"
then
echo "$ac_t""yes" 1>&6
BUILDEXEEXT=.exe
# case we give a warning if no ext is given
AC_SUBST(BUILDEXEEXT)
AC_MSG_CHECKING(for case-insensitive build directory)
-if test -d "python"
+if test -d "${srcdir}/python"
then
AC_MSG_RESULT(yes)
BUILDEXEEXT=.exe