diff options
author | das <das> | 2008-04-02 21:33:20 (GMT) |
---|---|---|
committer | das <das> | 2008-04-02 21:33:20 (GMT) |
commit | c4a0c966c004ed51ba97d37abb3b5e2387e8dc9a (patch) | |
tree | ad34328d0cf6fdf823b32421faaafcaead469040 /unix | |
parent | b24f5ab3603d85f3e4e4f42b4ba2ac03726374ef (diff) | |
download | tk-c4a0c966c004ed51ba97d37abb3b5e2387e8dc9a.zip tk-c4a0c966c004ed51ba97d37abb3b5e2387e8dc9a.tar.gz tk-c4a0c966c004ed51ba97d37abb3b5e2387e8dc9a.tar.bz2 |
* unix/configure: autoconf-2.59
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 08f5241..77c6f4d 100755 --- a/unix/configure +++ b/unix/configure @@ -10764,7 +10764,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} -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' |