summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-03-04 06:39:33 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-03-04 06:39:33 (GMT)
commitf25cf6cceaaf43a6c5e9fe76ef2d9b203c1c05eb (patch)
tree02a59ce3363dc54174dfff422b5d0b8d3a55519f /configure
parent243bff4708542a64c1e79555c509008d073d6f8c (diff)
downloadcpython-f25cf6cceaaf43a6c5e9fe76ef2d9b203c1c05eb.zip
cpython-f25cf6cceaaf43a6c5e9fe76ef2d9b203c1c05eb.tar.gz
cpython-f25cf6cceaaf43a6c5e9fe76ef2d9b203c1c05eb.tar.bz2
Add Python/ prefix to files in LIBOBJS. This closes SF bug "[ #404827 ] Python
Makefile: LIBOBJS incorrect".
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure35
1 files changed, 21 insertions, 14 deletions
diff --git a/configure b/configure
index 4a176fe..b7ad64a 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.206
+# From configure.in Revision: 1.207
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -3419,7 +3419,7 @@ EOF
#define C_THREADS 1
EOF
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3439,7 +3439,7 @@ EOF
EOF
LIBS="-lpth $LIBS"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3487,7 +3487,7 @@ EOF
EOF
LIBS="-lpthread $LIBS"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3545,7 +3545,7 @@ EOF
EOF
;;
esac
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3585,7 +3585,7 @@ EOF
#define BEOS_THREADS 1
EOF
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3633,7 +3633,7 @@ EOF
EOF
LIBS="$LIBS -lpthreads"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3681,7 +3681,7 @@ EOF
EOF
LIBS="$LIBS -lc_r"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3729,7 +3729,7 @@ EOF
EOF
LIBS="$LIBS -lthread"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3777,7 +3777,7 @@ EOF
EOF
LIBS="$LIBS -lpthread"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3825,7 +3825,7 @@ EOF
EOF
LIBS="$LIBS -lcma"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
else
echo "$ac_t""no" 1>&6
@@ -3892,7 +3892,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
EOF
LIBS="$LIBS -lmpc"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
USE_THREAD_MODULE=""
else
echo "$ac_t""no" 1>&6
@@ -3938,7 +3938,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
EOF
LIBS="$LIBS -lthread"
- LIBOBJS="$LIBOBJS Python/thread.o"
+ LIBOBJS="$LIBOBJS thread.o"
USE_THREAD_MODULE=""
else
echo "$ac_t""no" 1>&6
@@ -6156,6 +6156,13 @@ EOF
fi
+# Add Python/ prefix to LIBOBJS
+libobjs=$LIBOBJS
+LIBOBJS=
+for obj in $libobjs; do
+ LIBOBJS="$LIBOBJS Python/$obj"
+done
+
#AC_MSG_CHECKING(for Modules/Setup)
#if test ! -f Modules/Setup ; then
# if test ! -d Modules ; then
@@ -6170,7 +6177,7 @@ fi
SRCDIRS="Parser Grammar Objects Python Modules"
echo $ac_n "checking for build directories""... $ac_c" 1>&6
-echo "configure:6174: checking for build directories" >&5
+echo "configure:6181: checking for build directories" >&5
for dir in $SRCDIRS; do
if test ! -d $dir; then
mkdir $dir