From 8a4db6f3852724f5b52897afc31701b5ea3b94ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Apr 2002 11:02:59 +0000 Subject: [PATCH] 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. --- m4/jm-macros.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 3c1b9a0a2d..66415a3bf6 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 -- 2.30.2