diff options
author | joye <joye> | 2015-07-09 17:34:16 (GMT) |
---|---|---|
committer | joye <joye> | 2015-07-09 17:34:16 (GMT) |
commit | d0537e64e62fec37cc12c3ffccec1084026b2cb6 (patch) | |
tree | 0f95bc7af429df0b3123ce55914e1040c626c916 /tclconfig | |
parent | b3342b21bf71166b4c9dd981e9ce8680012f4e25 (diff) | |
download | blt-d0537e64e62fec37cc12c3ffccec1084026b2cb6.zip blt-d0537e64e62fec37cc12c3ffccec1084026b2cb6.tar.gz blt-d0537e64e62fec37cc12c3ffccec1084026b2cb6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tclconfig')
-rw-r--r-- | tclconfig/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4 index 8bc9c83..c641fe0 100644 --- a/tclconfig/tcl.m4 +++ b/tclconfig/tcl.m4 @@ -2951,7 +2951,7 @@ AC_DEFUN([TEA_ADD_SOURCES], [ fi PKG_SOURCES="$PKG_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}" |