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/configure | |
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/configure')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 3daecfe..4a0ae63 100755 --- a/unix/configure +++ b/unix/configure @@ -7608,6 +7608,7 @@ cat >>confdefs.h <<\_ACEOF #define NO_COREFOUNDATION_64 1 _ACEOF + LDFLAGS="$LDFLAGS -Wl,-no_arch_warnings" fi fi fi @@ -12927,6 +12928,7 @@ _ACEOF # in struct stat. But we might be able to use fstatfs instead. #-------------------------------------------------------------------- + echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then @@ -13147,6 +13149,7 @@ fi # Some system have no memcmp or it does not work with 8 bit # data, this checks it and add memcmp.o to LIBOBJS if needed #-------------------------------------------------------------------- + echo "$as_me:$LINENO: checking for working memcmp" >&5 echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 if test "${ac_cv_func_memcmp_working+set}" = set; then @@ -13234,6 +13237,7 @@ esac # have no memmove (we assume they have bcopy instead). # {The replacement define is in compat/string.h} #-------------------------------------------------------------------- + echo "$as_me:$LINENO: checking for memmove" >&5 echo $ECHO_N "checking for memmove... $ECHO_C" >&6 if test "${ac_cv_func_memmove+set}" = set; then |