diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-09-10 09:16:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-09-10 09:16:13 (GMT) |
commit | 6aa9fdb86a4b9317adea991b62e023142e294877 (patch) | |
tree | 9c2ff0fe30e314648bc78ea8e19f04ceadc13e33 /configure | |
parent | a32c99412914058f47bc50336c7c83d38331e880 (diff) | |
download | cpython-6aa9fdb86a4b9317adea991b62e023142e294877.zip cpython-6aa9fdb86a4b9317adea991b62e023142e294877.tar.gz cpython-6aa9fdb86a4b9317adea991b62e023142e294877.tar.bz2 |
Use utimes(2) where available to support microsecond timestamps.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.342 . +# From configure.in Revision: 1.343 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -11533,6 +11533,7 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6 + for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \ fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \ gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \ @@ -11543,7 +11544,7 @@ for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \ setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \ sigaction siginterrupt sigrelse strftime strptime symlink \ sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ - truncate uname unsetenv waitpid _getpty getpriority + truncate uname unsetenv utimes waitpid _getpty getpriority do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |