summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 19:24:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 19:24:26 (GMT)
commit59051e407213c7a42b2427b17338c30336b82845 (patch)
tree637aa2b4336d43407bc0a9e6be0483598050a272 /unix/configure
parent4690135e8bcf136cabe21150ca07278d98ef9f9c (diff)
parent022dcdf1391c87fa59c87ed6efb740f84b4ae95d (diff)
downloadtk-59051e407213c7a42b2427b17338c30336b82845.zip
tk-59051e407213c7a42b2427b17338c30336b82845.tar.gz
tk-59051e407213c7a42b2427b17338c30336b82845.tar.bz2
merge
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 9af1a4c..ca35f30 100755
--- a/unix/configure
+++ b/unix/configure
@@ -11153,7 +11153,7 @@ echo "${ECHO_T}static library" >&6
fi
TK_SHLIB_LD_EXTRAS="-compatibility_version ${TK_VERSION} -current_version ${TK_VERSION}`echo ${TK_PATCH_LEVEL} | awk '{match($0, "\\\.[0-9]+"); print substr($0,RSTART,RLENGTH)}'`"
- TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -install_name "${DYLIB_INSTALL_DIR}"/${TK_LIB_FILE}'
+ TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -install_name "${DYLIB_INSTALL_DIR}/${TK_LIB_FILE}"'
if test $tk_aqua = yes; then
TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -unexported_symbols_list $$(f=$(TK_LIB_FILE).E && nm -gp tkMacOSX*.o 2>/dev/null | awk "/^[0-9a-f]+ . \.objc/ {print \$$3}" > $$f && echo $$f)'
fi