]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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)
commitc6590a2f6157801fb6849471f6dfc29bb8790430
tree4b36137b6ccf9aaab49e690dd617afe658ddc4f5
parentf5da3f584b0eecee31df7eb68cf7f506b326348a
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