* configure.in: Use AC_FUNC_STRNLEN.

This commit is contained in:
Akim Demaille
2002-01-11 13:33:05 +00:00
parent b85810aec0
commit c57b2479ff
11 changed files with 69 additions and 64 deletions

View File

@@ -88,9 +88,10 @@ AM_C_PROTOTYPES
AC_FUNC_ALLOCA
AC_FUNC_OBSTACK
AC_FUNC_ERROR_AT_LINE
AC_FUNC_STRNLEN
AC_CHECK_FUNCS(mkstemp setlocale)
AC_CHECK_DECLS([stpcpy, strchr, strspn, strnlen, memchr, memrchr])
AC_REPLACE_FUNCS(stpcpy strchr strnlen strspn memchr memrchr)
AC_REPLACE_FUNCS(stpcpy strchr strspn memchr memrchr)
jm_FUNC_MALLOC
jm_FUNC_REALLOC
jm_PREREQ_QUOTEARG