diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-12 11:02:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-12 11:02:59 +0000 |
commit | c6590a2f6157801fb6849471f6dfc29bb8790430 (patch) | |
tree | 4b36137b6ccf9aaab49e690dd617afe658ddc4f5 | |
parent | f5da3f584b0eecee31df7eb68cf7f506b326348a (diff) | |
download | coreutils-c6590a2f6157801fb6849471f6dfc29bb8790430.tar.xz |
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.
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 3c1b9a0a2..66415a3bf 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 45 -*- autoconf -*- +#serial 46 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -80,7 +80,6 @@ AC_DEFUN([jm_MACROS], AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp rmdir rpmatch strndup strverscmp) AC_REPLACE_FUNCS(atexit) - AC_REPLACE_FUNCS(strnlen) AC_REPLACE_FUNCS(getpass) dnl used by e.g. intl/*domain.c and lib/canon-host.c |