summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-02-19 15:25:10 (GMT)
committerGuido van Rossum <guido@python.org>2003-02-19 15:25:10 (GMT)
commit162e38c6a312aa3e9c353419301087a4620c513c (patch)
tree7cbea919a90b99c00446bfa35905821b8dc7ee44 /configure
parent80be59b275dfd62545c69ca377bae02c02648839 (diff)
downloadcpython-162e38c6a312aa3e9c353419301087a4620c513c.zip
cpython-162e38c6a312aa3e9c353419301087a4620c513c.tar.gz
cpython-162e38c6a312aa3e9c353419301087a4620c513c.tar.bz2
- sys.path[0] (the directory from which the script is loaded) is now
turned into an absolute pathname, unless it is the empty string. (SF patch #664376, by Skip Montanaro.)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index e0837f7..1dfc8bc 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.387 .
+# From configure.in Revision: 1.389 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
@@ -12095,13 +12095,14 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
+
for ac_func in alarm chown clock confstr ctermid execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getpwent getwd \
hstrerror inet_aton inet_pton kill killpg lchown lstat mkfifo mknod mktime \
mremap nice pathconf pause plock poll pthread_init \
- putenv readlink \
+ putenv readlink realpath \
select setegid seteuid setgid \
setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime strptime \