mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
25 lines
286 B
Plaintext
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
|