summaryrefslogtreecommitdiffstats
path: root/tclconfig
diff options
context:
space:
mode:
Diffstat (limited to 'tclconfig')
-rw-r--r--tclconfig/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4
index c641fe0..c8989eb 100644
--- a/tclconfig/tcl.m4
+++ b/tclconfig/tcl.m4
@@ -2995,7 +2995,7 @@ AC_DEFUN([TEA_ADD_STUB_SOURCES], [
fi
PKG_STUB_SOURCES="$PKG_STUB_SOURCES $i"
# this assumes it is in a VPATH dir
- i=`basename $i`
+ #i=`basename $i`
# handle user calling this before or after TEA_SETUP_COMPILER
if test x"${OBJEXT}" != x ; then
j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"