[Python-checkins] CVS: python/dist/src configure,1.128,1.129 configure.in,1.137,1.138
Thomas Wouters
python-dev@python.org
2000年7月14日 07:28:35 -0700
Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7380
Modified Files:
configure configure.in
Log Message:
Move (actually copy) support for the sgi._getpty() function into
posix.openpty(). And conveniently also check if CVS write access really
works.
Closes SF patch #100722
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -r1.128 -r1.129
*** configure 2000年07月13日 01:26:58 1.128
--- configure 2000年07月14日 14:28:30 1.129
***************
*** 1,5 ****
#! /bin/sh
! # From configure.in Revision: 1.136
# Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
#! /bin/sh
! # From configure.in Revision: 1.137
# Guess values for system-dependent variables and create Makefiles.
***************
*** 3646,3650 ****
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
! truncate uname waitpid
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--- 3646,3650 ----
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
! truncate uname waitpid _getpty
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -r1.137 -r1.138
*** configure.in 2000年07月13日 01:26:58 1.137
--- configure.in 2000年07月14日 14:28:32 1.138
***************
*** 827,831 ****
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
! truncate uname waitpid)
# check for openpty and forkpty
--- 827,831 ----
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
! truncate uname waitpid _getpty)
# check for openpty and forkpty