1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/memrchr
Bruno Haible 5cbf64d3e7 memrchr: Move AC_LIBOBJ invocations to module description.
* m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from
here...
* modules/memrchr (configure.ac): ... to here.
2011-06-16 00:06:30 +02:00

30 lines
381 B
Plaintext

Description:
memrchr() function: scan memory for a byte, from the right end.
Files:
lib/memrchr.c
m4/memrchr.m4
Depends-on:
extensions
string
configure.ac:
gl_FUNC_MEMRCHR
if test $ac_cv_func_memrchr = no; then
AC_LIBOBJ([memrchr])
gl_PREREQ_MEMRCHR
fi
gl_STRING_MODULE_INDICATOR([memrchr])
Makefile.am:
Include:
<string.h>
License:
LGPL
Maintainer:
Jim Meyering, glibc