summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2008-04-02 21:32:56 (GMT)
committerdas <das>2008-04-02 21:32:56 (GMT)
commitb24f5ab3603d85f3e4e4f42b4ba2ac03726374ef (patch)
treedc40df079845173481592ed22a1439a8c11fe1fc /unix
parentb6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02 (diff)
downloadtk-b24f5ab3603d85f3e4e4f42b4ba2ac03726374ef.zip
tk-b24f5ab3603d85f3e4e4f42b4ba2ac03726374ef.tar.gz
tk-b24f5ab3603d85f3e4e4f42b4ba2ac03726374ef.tar.bz2
* unix/configure.in (Darwin): remove now unnecessary unexporting
of libtclstub symbols from libtk.
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 05b4cdb..914ee08 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.154 2008/04/01 16:30:55 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.155 2008/04/02 21:32:56 das Exp $
AC_INIT([tk],[8.6])
AC_PREREQ(2.59)
@@ -567,7 +567,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} -unexported_symbols_list $$(f=$(TCL_STUB_LIB_FILE).E && nm -gjp "$(TCL_BIN_DIR)"/$(TCL_STUB_LIB_FILE) | grep ^_[[^_]] > $$f && echo $$f)'
+ TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -install_name "${DYLIB_INSTALL_DIR}"/${TK_LIB_FILE}'
echo "$LDFLAGS " | grep -q -- '-prebind ' && TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -seg1addr 0xb000000'
TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -sectcreate __TEXT __info_plist Tk-Info.plist'
EXTRA_WISH_LIBS='-sectcreate __TEXT __info_plist Wish-Info.plist'