Hash :
b434a640
Author :
Date :
2011-05-22T13:55:15
strstr*: Move AC_LIBOBJ invocations to module description. * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Move AC_LIBOBJ invocations from here... * modules/strstr-simple (configure.ac): ... to here. * modules/strstr (configure.ac): ... and here.
Description:
strstr() function: efficiently locate first substring in a buffer.
Files:
Depends-on:
strstr-simple
configure.ac:
gl_FUNC_STRSTR
if test $REPLACE_STRSTR = 1; then
AC_LIBOBJ([strstr])
fi
Makefile.am:
Include:
<string.h>
License:
LGPLv2+
Maintainer:
all, Eric Blake