diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-30 08:10:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-30 08:10:40 +0000 |
commit | cd2e512366f8c3245585beb307c600efe242ace3 (patch) | |
tree | 47284928f61aaf9ff67764b3d38f19e1ae706336 /m4 | |
parent | b8dc0dccca5f1eb4219f61e11a544eb7b5226cb5 (diff) | |
download | coreutils-cd2e512366f8c3245585beb307c600efe242ace3.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 7eb723a88..2ce7bd452 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,20 @@ +1999-10-30 Jim Meyering <meyering@ascend.com> + + * uintmax_t.m4: Require 2.14a. Remove backslash before backtick in + m4-quoted string. + * ls-mntd-fs.m4: Likewise. + * jm-macros.m4: Likewise. Also, use AC_TYPE_SSIZE_T instead + + * const.m4: Remove file, since the fix made it into the experimental + version of autoconf. + + * check-type.m4: Remove file, now that the latest version of + AC_CHECK_TYPE takes a third arg to specify additional #includes. + + * ssize_t.m4: New file, requires experimental version of autoconf. + * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked + AC_CHECK_TYPE. + 1999-10-04 Jim Meyering <meyering@ascend.com> * jm-macros.m4: Don't require autoconf-2.14.1. |