diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-21 14:48:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-21 14:48:38 (GMT) |
commit | 0b06be7b0be87bd78707a939cb9964f634f392d4 (patch) | |
tree | 67f36019aec912aa406a235b8f16fb3add8c64bf /configure | |
parent | 6f45eeb0f3258ee6482f0984622bcc1052ba36bd (diff) | |
download | cpython-0b06be7b0be87bd78707a939cb9964f634f392d4.zip cpython-0b06be7b0be87bd78707a939cb9964f634f392d4.tar.gz cpython-0b06be7b0be87bd78707a939cb9964f634f392d4.tar.bz2 |
Patch #557719 by Tony Lownds, slightly massaged by me: streamline the
OSX framework build process. Things fixed/modified:
- the filesystem case-sensitivity test now works for builds outside
the source directory
- various other fixes for building outside the source directory
- python.app now has a target in the main Makefile
- WASTE and AquaTk are found more automatically
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.323 . +# From configure.in Revision: 1.325 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -2951,7 +2951,7 @@ echo "${ECHO_T}$EXEEXT" >&6 echo "$as_me:$LINENO: checking for case-insensitive build directory" >&5 echo $ECHO_N "checking for case-insensitive build directory... $ECHO_C" >&6 -if test -d "python" +if test -d "${srcdir}/python" then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 @@ -11444,6 +11444,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 \ @@ -15924,7 +15925,7 @@ do done -SRCDIRS="Parser Grammar Objects Python Modules" +SRCDIRS="Parser Grammar Objects Python Modules Mac Mac/Python" echo "$as_me:$LINENO: checking for build directories" >&5 echo $ECHO_N "checking for build directories... $ECHO_C" >&6 for dir in $SRCDIRS; do |