summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
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.in
parent4690135e8bcf136cabe21150ca07278d98ef9f9c (diff)
parent022dcdf1391c87fa59c87ed6efb740f84b4ae95d (diff)
downloadtk-59051e407213c7a42b2427b17338c30336b82845.zip
tk-59051e407213c7a42b2427b17338c30336b82845.tar.gz
tk-59051e407213c7a42b2427b17338c30336b82845.tar.bz2
merge
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 64a32fa..0b519a6 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -640,7 +640,7 @@ WISH_RSRC_FILE='wish$(VERSION).rsrc'
if test "`uname -s`" = "Darwin" ; then
SC_ENABLE_FRAMEWORK
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