[Python-checkins] CVS: python/dist/src configure.in,1.205,1.206 configure,1.197,1.198

Neil Schemenauer nascheme@users.sourceforge.net
Mon, 26 Feb 2001 18:15:16 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv670

Modified Files:
	configure.in configure 
Log Message:
Don't create the Include directory if building outside of the source
directory.  Closes SF #403930.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.205
retrieving revision 1.206
diff -C2 -r1.205 -r1.206
*** configure.in	2001/02/21 21:12:59	1.205
--- configure.in	2001/02/27 02:15:14	1.206
***************
*** 1296,1300 ****
  
  AC_SUBST(SRCDIRS)
! SRCDIRS="Include Parser Grammar Objects Python Modules"
  AC_MSG_CHECKING(for build directories)
  for dir in $SRCDIRS; do
--- 1296,1300 ----
  
  AC_SUBST(SRCDIRS)
! SRCDIRS="Parser Grammar Objects Python Modules"
  AC_MSG_CHECKING(for build directories)
  for dir in $SRCDIRS; do

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.197
retrieving revision 1.198
diff -C2 -r1.197 -r1.198
*** configure	2001/02/21 21:12:59	1.197
--- configure	2001/02/27 02:15:14	1.198
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.204 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.205 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 5021,5025 ****
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x;
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
--- 5021,5025 ----
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x = {0,0};
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
***************
*** 6148,6152 ****
  
  
! SRCDIRS="Include Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
  echo "configure:6153: checking for build directories" >&5
--- 6148,6152 ----
  
  
! SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
  echo "configure:6153: checking for build directories" >&5