[Python-checkins] python/dist/src configure,1.332,1.333 configure.in,1.343,1.344 pyconfig.h.in,1.48,1.49

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 10 Sep 2002 02:16:15 -0700


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

Modified Files:
	configure configure.in pyconfig.h.in 
Log Message:
Use utimes(2) where available to support microsecond timestamps.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.332
retrieving revision 1.333
diff -C2 -d -r1.332 -r1.333
*** configure	9 Sep 2002 16:17:41 -0000	1.332
--- configure	10 Sep 2002 09:16:09 -0000	1.333
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.342 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.343 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 11534,11537 ****
--- 11534,11538 ----
  
  
+ 
  for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
   fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
***************
*** 11544,11548 ****
   sigaction siginterrupt sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
!  truncate uname unsetenv waitpid _getpty getpriority
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
--- 11545,11549 ----
   sigaction siginterrupt sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
!  truncate uname unsetenv utimes waitpid _getpty getpriority
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.343
retrieving revision 1.344
diff -C2 -d -r1.343 -r1.344
*** configure.in	9 Sep 2002 16:17:45 -0000	1.343
--- configure.in	10 Sep 2002 09:16:12 -0000	1.344
***************
*** 1645,1649 ****
   sigaction siginterrupt sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
!  truncate uname unsetenv waitpid _getpty getpriority)
  
  # check for openpty and forkpty
--- 1645,1649 ----
   sigaction siginterrupt sigrelse strftime strptime symlink \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
!  truncate uname unsetenv utimes waitpid _getpty getpriority)
  
  # check for openpty and forkpty

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** pyconfig.h.in	9 Sep 2002 14:24:15 -0000	1.48
--- pyconfig.h.in	10 Sep 2002 09:16:13 -0000	1.49
***************
*** 575,578 ****
--- 575,581 ----
  #undef HAVE_USABLE_WCHAR_T
  
+ /* Define to 1 if you have the `utimes' function. */
+ #undef HAVE_UTIMES
+ 
  /* Define to 1 if you have the <utime.h> header file. */
  #undef HAVE_UTIME_H