[Python-checkins] python/dist/src configure,1.300,1.301 configure.in,1.310,1.311 pyconfig.h.in,1.31,1.32
loewis@sourceforge.net
loewis@sourceforge.net
2002年4月15日 22:51:04 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12980
Modified Files:
configure configure.in pyconfig.h.in
Log Message:
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.300
retrieving revision 1.301
diff -C2 -d -r1.300 -r1.301
*** configure 15 Apr 2002 19:20:23 -0000 1.300
--- configure 16 Apr 2002 05:51:01 -0000 1.301
***************
*** 1,4 ****
#! /bin/sh
! # From configure.in Revision: 1.309 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
--- 1,4 ----
#! /bin/sh
! # From configure.in Revision: 1.310 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
***************
*** 10950,10954 ****
if test "$with_universal_newlines" != "no"
then
! cat >>confdefs.h <<\_ACEOF
#define WITH_UNIVERSAL_NEWLINES 1
_ACEOF
--- 10950,10955 ----
if test "$with_universal_newlines" != "no"
then
!
! cat >>confdefs.h <<\_ACEOF
#define WITH_UNIVERSAL_NEWLINES 1
_ACEOF
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.310
retrieving revision 1.311
diff -C2 -d -r1.310 -r1.311
*** configure.in 15 Apr 2002 19:20:23 -0000 1.310
--- configure.in 16 Apr 2002 05:51:02 -0000 1.311
***************
*** 1456,1460 ****
if test "$with_universal_newlines" != "no"
then
! AC_DEFINE(WITH_UNIVERSAL_NEWLINES)
fi
AC_MSG_RESULT($with_universal_newlines)
--- 1456,1461 ----
if test "$with_universal_newlines" != "no"
then
! AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
! [Define if you want to read files with foreign newlines.])
fi
AC_MSG_RESULT($with_universal_newlines)
Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** pyconfig.h.in 15 Apr 2002 19:20:27 -0000 1.31
--- pyconfig.h.in 16 Apr 2002 05:51:02 -0000 1.32
***************
*** 716,722 ****
#undef WITH_CYCLE_GC
- /* Define if you want to read files with foreign newlines. */
- #undef WITH_UNIVERSAL_NEWLINES
-
/* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is
rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry
--- 716,719 ----
***************
*** 747,750 ****
--- 744,750 ----
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
+
+ /* Define if you want to read files with foreign newlines. */
+ #undef WITH_UNIVERSAL_NEWLINES
/* Define to 1 if your processor stores words with the most significant byte