Hash :
0447803a
Author :
Date :
2011-05-21T14:46:30
memchr: Respect rules for use of AC_LIBOBJ. * m4/memchr.m4 (gl_FUNC_MEMCHR): Move AC_LIBOBJ and gl_PREREQ_MEMCHR invocations from here... * modules/memchr (configure.ac): ... to here.
Description:
memchr() function: scan memory for a byte.
Files:
lib/memchr.c
lib/memchr.valgrind
m4/memchr.m4
m4/mmap-anon.m4
Depends-on:
extensions
string
memchr-obsolete
configure.ac:
gl_FUNC_MEMCHR
if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
AC_LIBOBJ([memchr])
gl_PREREQ_MEMCHR
fi
gl_STRING_MODULE_INDICATOR([memchr])
Makefile.am:
Include:
<string.h>
License:
LGPLv2+
Maintainer:
Jim Meyering, glibc