summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-26 11:46:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-26 11:46:02 (GMT)
commita90dcf7e3dbae2714513cbc09ec978dfcf21aa55 (patch)
tree0da7b7ab7bb462b13dd2de88c1924161d415afca /unix/configure
parent81929af166648538e5b049b7d0e1cd2b24906d08 (diff)
downloadtcl-a90dcf7e3dbae2714513cbc09ec978dfcf21aa55.zip
tcl-a90dcf7e3dbae2714513cbc09ec978dfcf21aa55.tar.gz
tcl-a90dcf7e3dbae2714513cbc09ec978dfcf21aa55.tar.bz2
On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory.
On win32, don't create empty {prefix}/lib/tcl8/8.2 and {prefix}/lib/tcl8/8.3 directories any more during installing.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 692b801..a90aff3 100755
--- a/unix/configure
+++ b/unix/configure
@@ -8880,7 +8880,7 @@ fi
MAKE_LIB='${SHLIB_LD} -o $@ ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
if test "${SHLIB_SUFFIX}" = ".dll"; then
- INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(BIN_INSTALL_DIR)/$(LIB_FILE)"'
+ INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(BIN_INSTALL_DIR)/$(LIB_FILE)";if test -f $(LIB_FILE).a; then $(INSTALL_DATA) $(LIB_FILE).a "$(LIB_INSTALL_DIR)"; fi;'
DLL_INSTALL_DIR="\$(BIN_INSTALL_DIR)"
else