summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-11-30 18:38:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-11-30 18:38:33 (GMT)
commit62a8eb3fbfb1dd7dde02348fb0ebc46343b9c418 (patch)
tree06182e3dbddd3793990aeb70fecd973dd73dbac9 /unix/configure
parent63907ea7b5b06db65cad37b30fb4712aa047ea2a (diff)
parente6fa255ed5fcc2fef65ea5a748cdc10a58ee5394 (diff)
downloadtcl-62a8eb3fbfb1dd7dde02348fb0ebc46343b9c418.zip
tcl-62a8eb3fbfb1dd7dde02348fb0ebc46343b9c418.tar.gz
tcl-62a8eb3fbfb1dd7dde02348fb0ebc46343b9c418.tar.bz2
merge 8.5
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 9ab51f0..7ff9f72 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