diff options
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 3f4c3f42c..5bc0030f3 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2002-04-12 Jim Meyering <meyering@lucent.com> + + * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use + AC_FUNC_STRNLEN. That would end up putting two copies of strnlen.o + in the library, and that makes some versions of ranlib object. + 2002-04-09 Jim Meyering <meyering@lucent.com> * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message |