diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-12 20:48:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-12 20:48:36 +0000 |
commit | 51816f9adbcfd9ca1df113e6a2c697e05257e31a (patch) | |
tree | 068ad1b66e75809f916d0e6ee231952f48221eb6 /m4 | |
parent | 50bc2a428665bddda5baa6718adb48bce14833c3 (diff) | |
download | coreutils-51816f9adbcfd9ca1df113e6a2c697e05257e31a.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index c879d4a99..e72348e8b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,8 @@ 2002-04-12 Jim Meyering <meyering@lucent.com> + * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. + This is necessary at least on Darwin 5.3. + * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use AC_FUNC_STRNLEN. Otherwise, we'd end up putting two copies of strnlen.o in the library, and that makes some versions of ranlib object. |