diff options
author | das <das> | 2006-11-10 01:55:56 (GMT) |
---|---|---|
committer | das <das> | 2006-11-10 01:55:56 (GMT) |
commit | 16574baff97aa09147c75398613c01064011cfd1 (patch) | |
tree | 114ba0e1134c58976b2839398fcad99cc1ff4d02 /unix/tcl.m4 | |
parent | c7f945aac52601074c20727c95a1f548ed743a98 (diff) | |
download | tcl-16574baff97aa09147c75398613c01064011cfd1.zip tcl-16574baff97aa09147c75398613c01064011cfd1.tar.gz tcl-16574baff97aa09147c75398613c01064011cfd1.tar.bz2 |
* tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains
symlinks.
* macosx/Tcl.xcodeproj/project.pbxproj: remove tclParseExpr.c; when
running testsuite from inside Xcdoe, skip stack-3.1 (it only fails
under those circumstances).
* unix/tcl.m4 (Darwin): suppress linker arch warnings when building
universal for both 32 & 64 bit and no 64bit CoreFoundation is
available; sync with tk tcl.m4 change.
* unix/configure.in: whitespace.
* unix/configure: autoconf-2.59
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a0f1a6d..8c900dd 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -331,6 +331,7 @@ AC_DEFUN([SC_LOAD_TCLCONFIG], [ eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\"" AC_SUBST(TCL_VERSION) + AC_SUBST(TCL_PATCH_LEVEL) AC_SUBST(TCL_BIN_DIR) AC_SUBST(TCL_SRC_DIR) @@ -1648,6 +1649,7 @@ dnl AC_CHECK_TOOL(AR, ar) if test $tcl_cv_lib_corefoundation_64 = no; then AC_DEFINE(NO_COREFOUNDATION_64, 1, [Is Darwin CoreFoundation unavailable for 64-bit?]) + LDFLAGS="$LDFLAGS -Wl,-no_arch_warnings" fi fi fi |