[Python-checkins] python/dist/src configure,1.279.6.16,1.279.6.17 configure.in,1.288.6.16,1.288.6.17

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 07 Feb 2003 07:55:00 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20387

Modified Files:
      Tag: release22-maint
	configure configure.in 
Log Message:
backport of a tiny part of patch 557719 - just enough to allow the BUILDEXE
Makefile variable to be set properly when doing out-of-tree builds.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.279.6.16
retrieving revision 1.279.6.17
diff -C2 -d -r1.279.6.16 -r1.279.6.17
*** configure	10 Oct 2002 15:26:41 -0000	1.279.6.16
--- configure	7 Feb 2003 15:54:27 -0000	1.279.6.17
***************
*** 1341,1345 ****
  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"
  then
      echo "$ac_t""yes" 1>&6
--- 1341,1345 ----
  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 "${srcdir}/python"
  then
      echo "$ac_t""yes" 1>&6

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.288.6.16
retrieving revision 1.288.6.17
diff -C2 -d -r1.288.6.16 -r1.288.6.17
*** configure.in	10 Oct 2002 15:26:46 -0000	1.288.6.16
--- configure.in	7 Feb 2003 15:54:52 -0000	1.288.6.17
***************
*** 210,214 ****
  AC_SUBST(BUILDEXEEXT)
  AC_MSG_CHECKING(for case-insensitive build directory)
! if test -d "python"
  then
      AC_MSG_RESULT(yes)
--- 210,214 ----
  AC_SUBST(BUILDEXEEXT)
  AC_MSG_CHECKING(for case-insensitive build directory)
! if test -d "${srcdir}/python"
  then
      AC_MSG_RESULT(yes)