[Python-checkins] python/dist/src README,1.160,1.161 configure,1.364,1.365 configure.in,1.375,1.376

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 19 Dec 2002 08:21:52 -0800


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

Modified Files:
	README configure configure.in 
Log Message:
Unsupport --without-universal-newlines.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -d -r1.160 -r1.161
*** README	2 Dec 2002 22:16:56 -0000	1.160
--- README	19 Dec 2002 16:21:46 -0000	1.161
***************
*** 246,249 ****
--- 246,250 ----
    or PY_PTHREAD_D7 in thread_pthread.h
  - Systems using --with-dl-dld
+ - Systems using --without-universal-newlines
  
  Platform specific notes
***************
*** 958,962 ****
  	If enabled import and execfile will automatically accept any newline
  	in files. Python code can open a file with open(file, 'U') to
! 	read it in universal newline mode.
  
  
--- 959,963 ----
  	If enabled import and execfile will automatically accept any newline
  	in files. Python code can open a file with open(file, 'U') to
! 	read it in universal newline mode. THIS OPTION IS UNSUPPORTED.
  
  

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.364
retrieving revision 1.365
diff -C2 -d -r1.364 -r1.365
*** configure	11 Dec 2002 12:51:56 -0000	1.364
--- configure	19 Dec 2002 16:21:46 -0000	1.365
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.374 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.375 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 11654,11658 ****
  then with_universal_newlines="yes"
  fi
! if test "$with_universal_newlines" != "no"
  then
  
--- 11654,11660 ----
  then with_universal_newlines="yes"
  fi
! if test "$with_universal_newlines" = "no"
!     echo --without-universal-newlines is unsupported, see README
!     exit 1
  then
  

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.375
retrieving revision 1.376
diff -C2 -d -r1.375 -r1.376
*** configure.in	11 Dec 2002 12:51:58 -0000	1.375
--- configure.in	19 Dec 2002 16:21:49 -0000	1.376
***************
*** 1607,1611 ****
  then with_universal_newlines="yes"
  fi
! if test "$with_universal_newlines" != "no"
  then
      AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
--- 1607,1613 ----
  then with_universal_newlines="yes"
  fi
! if test "$with_universal_newlines" = "no"
!     echo --without-universal-newlines is unsupported, see README
!     exit 1
  then
      AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,