summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-04 16:36:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-04 16:36:47 (GMT)
commitb5830ef3aed89fc5af7d49820dcbeca3c5ebc65e (patch)
tree006becc9748ec43a3806573f12d5a413e28c8114 /unix/tcl.m4
parent1417797aff03fc80f3d4758b27341bc4e482fc50 (diff)
downloadtcl-b5830ef3aed89fc5af7d49820dcbeca3c5ebc65e.zip
tcl-b5830ef3aed89fc5af7d49820dcbeca3c5ebc65e.tar.gz
tcl-b5830ef3aed89fc5af7d49820dcbeca3c5ebc65e.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"