1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/strstr
Bruno Haible b434a64047 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.
2011-06-16 00:06:53 +02:00

25 lines
286 B
Plaintext

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