diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-11 05:37:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-11 05:37:59 (GMT) |
commit | a5f0907d790c889b1b7ea8ce3f79ff6b519ff361 (patch) | |
tree | f5e46a699b6d2796e2c31945f5eae48ba8bd00af /configure | |
parent | 049cd6b563892b64edd606cfdf36c5d0f30b7b16 (diff) | |
download | cpython-a5f0907d790c889b1b7ea8ce3f79ff6b519ff361.zip cpython-a5f0907d790c889b1b7ea8ce3f79ff6b519ff361.tar.gz cpython-a5f0907d790c889b1b7ea8ce3f79ff6b519ff361.tar.bz2 |
Back out #479898.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.355 . +# From configure.in Revision: 1.356 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -901,7 +901,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` @@ -3890,13 +3890,12 @@ fi - for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \ libintl.h locale.h ncurses.h poll.h pthread.h \ signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \ sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \ -sys/un.h sys/utsname.h sys/wait.h pty.h term.h wctype.h libutil.h \ +sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \ sys/resource.h netpacket/packet.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -11934,13 +11933,11 @@ 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 \ - hstrerror inet_pton iswprint kill killpg lchown link lstat mbtowc mkfifo \ - mknod mktime mremap nice pathconf pause plock poll pthread_init \ + hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \ + mremap nice pathconf pause plock poll pthread_init \ putenv readlink \ select setegid seteuid setgid setgroups \ setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \ @@ -17175,7 +17172,7 @@ esac # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` -ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |