Add Python/ prefix to files in LIBOBJS.  This closes SF bug "[ #404827 ] Python
Makefile: LIBOBJS incorrect".
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 @@
 #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
 
     LIBS="-lpth $LIBS"
-    LIBOBJS="$LIBOBJS Python/thread.o"
+    LIBOBJS="$LIBOBJS thread.o"
 else
   
     echo "$ac_t""no" 1>&6
@@ -3487,7 +3487,7 @@
 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
 ;;
     esac
-    LIBOBJS="$LIBOBJS Python/thread.o"
+    LIBOBJS="$LIBOBJS thread.o"
 else
   echo "$ac_t""no" 1>&6
 
@@ -3585,7 +3585,7 @@
 #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
 
     LIBS="$LIBS -lpthreads"
-    LIBOBJS="$LIBOBJS Python/thread.o"
+    LIBOBJS="$LIBOBJS thread.o"
 else
   echo "$ac_t""no" 1>&6
 
@@ -3681,7 +3681,7 @@
 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
 
     LIBS="$LIBS -lthread"
-    LIBOBJS="$LIBOBJS Python/thread.o"
+    LIBOBJS="$LIBOBJS thread.o"
 else
   echo "$ac_t""no" 1>&6
 
@@ -3777,7 +3777,7 @@
 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
 
     LIBS="$LIBS -lcma"
-    LIBOBJS="$LIBOBJS Python/thread.o"
+    LIBOBJS="$LIBOBJS thread.o"
 else
   echo "$ac_t""no" 1>&6
 
@@ -3892,7 +3892,7 @@
 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 @@
 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 @@
 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 @@
 
 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