[Python-checkins] CVS: python/dist/src configure.in,1.196,1.197 configure,1.188,1.189

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 26 Jan 2001 14:55:26 -0800


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

Modified Files:
	configure.in configure 
Log Message:
Removed setup.cfg from the list of generated files
Fixed typo in message


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.196
retrieving revision 1.197
diff -C2 -r1.196 -r1.197
*** configure.in	2001/01/26 16:18:16	1.196
--- configure.in	2001/01/26 22:55:24	1.197
***************
*** 1398,1402 ****
  AC_SUBST(SRCDIRS)
  SRCDIRS="Parser Grammar Objects Python Modules"
! AC_MSG_CHECKING(for build directoris)
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 1398,1402 ----
  AC_SUBST(SRCDIRS)
  SRCDIRS="Parser Grammar Objects Python Modules"
! AC_MSG_CHECKING(for build directories)
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
***************
*** 1407,1411 ****
  
  # generate output files
! AC_OUTPUT(Makefile.pre Modules/Setup.config setup.cfg)
  
  echo "creating Setup"
--- 1407,1411 ----
  
  # generate output files
! AC_OUTPUT(Makefile.pre Modules/Setup.config)
  
  echo "creating Setup"

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.188
retrieving revision 1.189
diff -C2 -r1.188 -r1.189
*** configure	2001/01/26 16:15:20	1.188
--- configure	2001/01/26 22:55:24	1.189
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.195 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.196 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 5418,5422 ****
  
  /* 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;
--- 5418,5422 ----
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x;
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
***************
*** 6546,6551 ****
  
  SRCDIRS="Parser Grammar Objects Python Modules"
! echo $ac_n "checking for build directoris""... $ac_c" 1>&6
! echo "configure:6550: checking for build directoris" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 6546,6551 ----
  
  SRCDIRS="Parser Grammar Objects Python Modules"
! echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6550: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
***************
*** 6657,6661 ****
  ac_given_INSTALL="$INSTALL"
  
! trap 'rm -fr `echo "Makefile.pre Modules/Setup.config setup.cfg config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  EOF
  cat >> $CONFIG_STATUS <<EOF
--- 6657,6661 ----
  ac_given_INSTALL="$INSTALL"
  
! trap 'rm -fr `echo "Makefile.pre Modules/Setup.config config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  EOF
  cat >> $CONFIG_STATUS <<EOF
***************
*** 6782,6786 ****
  cat >> $CONFIG_STATUS <<EOF
  
! CONFIG_FILES=\${CONFIG_FILES-"Makefile.pre Modules/Setup.config setup.cfg"}
  EOF
  cat >> $CONFIG_STATUS <<\EOF
--- 6782,6786 ----
  cat >> $CONFIG_STATUS <<EOF
  
! CONFIG_FILES=\${CONFIG_FILES-"Makefile.pre Modules/Setup.config"}
  EOF
  cat >> $CONFIG_STATUS <<\EOF