From: Jim Meyering Date: Fri, 12 Apr 2002 11:02:59 +0000 (+0000) Subject: Don't AC_REPLACE(strnlen), now that we use X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4db6f3852724f5b52897afc31701b5ea3b94ce;p=pspp 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. --- 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