summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-03-04 16:51:34 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-03-04 16:51:34 (GMT)
commitc0dd076445aa4353b3647459ac5c36760df8579c (patch)
tree96ba00816e489d6a129742173308f5caaf9f8d5d /unix/tcl.m4
parent4c3fc1d25362463d716638e46ce86b6f1208e8ed (diff)
downloadtk-c0dd076445aa4353b3647459ac5c36760df8579c.zip
tk-c0dd076445aa4353b3647459ac5c36760df8579c.tar.gz
tk-c0dd076445aa4353b3647459ac5c36760df8579c.tar.bz2
Patch from the cygwin folks
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index b54f7a1..0d5d698 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1211,6 +1211,9 @@ dnl AC_CHECK_TOOL(AR, ar)
DL_LIBS="-ldl"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
+ TCL_NEEDS_EXP_FILE=1
+ TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a'
+ TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$[@].a'
;;
dgux*)
SHLIB_CFLAGS="-K PIC"