Author: gregory.p.smith Date: Mon Sep 3 18:44:55 2007 New Revision: 57932 Modified: python/branches/py3k/configure Log: regenerated
Modified: python/branches/py3k/configure ============================================================================== --- python/branches/py3k/configure (original) +++ python/branches/py3k/configure Mon Sep 3 18:44:55 2007 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 57142 . +# From configure.in Revision: 57931 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.0. # @@ -14831,6 +14831,7 @@ + for ac_func in alarm bind_textdomain_codeset chflags chown clock confstr \ ctermid execv fork fpathconf ftime ftruncate \ gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \ @@ -14840,7 +14841,7 @@ putenv readlink realpath \ select setegid seteuid setgid \ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \ - sigaction siginterrupt sigrelse strftime \ + sigaction siginterrupt sigrelse strftime strlcpy \ sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll _getpty do _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
