Don't AC_REPLACE(strnlen), now that we use
authorJim Meyering <jim@meyering.net>
Fri, 12 Apr 2002 11:02:59 +0000 (11:02 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Apr 2002 11:02:59 +0000 (11:02 +0000)
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

index 3c1b9a0a2d2ce4f9fab870531b4ba84232b23cbf..66415a3bf6ae49389f3561286b322ed5c5a00abb 100644 (file)
@@ -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