diff options
author | Ole Streicher <olebole@debian.org> | 2016-06-05 12:13:20 (GMT) |
---|---|---|
committer | Ole Streicher <olebole@debian.org> | 2016-06-05 12:13:20 (GMT) |
commit | 6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3 (patch) | |
tree | cc2c1e64693f15675b62cdc1c55f97466e5e55c8 /tclconfig | |
parent | 0dec7bfd2833105b5c1a59893f0b6da802fbaedc (diff) | |
download | blt-6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3.zip blt-6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3.tar.gz blt-6fd5fd65d1d2ad1c6b20630af4dcfcda36635fd3.tar.bz2 |
Create stubs library for simpler linking f.e. with saotk
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 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}" |