Hash :
8e08af9e
Author :
Date :
2011-05-21T15:18:46
memmem*: Move AC_LIBOBJ invocations to module description. * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Set HAVE_MEMMEM. Move AC_LIBOBJ invocations from here... (gl_FUNC_MEMMEM): ... and here... * modules/memmem-simple (configure.ac): ... to here. * modules/memmem (configure.ac): ... and here.
Description:
memmem() function: efficiently locate first substring in a buffer.
Files:
Depends-on:
memmem-simple
configure.ac:
gl_FUNC_MEMMEM
if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
AC_LIBOBJ([memmem])
fi
Makefile.am:
Include:
<string.h>
License:
LGPLv2+
Maintainer:
libc, Eric Blake