diff options
author | stwo <stwo> | 2009-11-25 14:25:54 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:25:54 (GMT) |
commit | 9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0 (patch) | |
tree | 65356e424ff3fdf65d1538967f0cd791fbece3c2 /ChangeLog | |
parent | bfe62b221470f6cabde3d6a6a378627187e9f33b (diff) | |
download | tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.zip tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.tar.gz tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.tar.bz2 |
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use
AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-11-25 Stuart Cassoff <stwo@users.sf.net> + + * unix/configure.in: [Patch 2892871]: Remove unneeded + * unix/tcl.m4: AC_STRUCT_TIMEZONE and use + * unix/tclConfig.h.in: AC_CHECK_MEMBERS([struct stat.st_blksize]) + * unix/tclUnixFCmd.c: instead of AC_STRUCT_ST_BLKSIZE. + * unix/configure: Regenerated with autoconf-2.59. + 2009-11-24 Andreas Kupries <andreask@activestate.com> * library/tclIndex: Manually redone the part of tclIndex dealing |