Hash :
99c35c81
Author :
Date :
2011-05-22T13:10:05
strcspn: Move AC_LIBOBJ invocations to module description. * m4/strcspn.m4 (gl_FUNC_STRCSPN): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRCSPN invocations from here... * modules/strcspn (configure.ac): ... to here.
Description:
strcspn() function: search a string for any of a set of characters.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/strcspn.c
m4/strcspn.m4
Depends-on:
configure.ac:
gl_FUNC_STRCSPN
if test $ac_cv_func_strcspn = no; then
AC_LIBOBJ([strcspn])
gl_PREREQ_STRCSPN
fi
Makefile.am:
Include:
<string.h>
License:
LGPL
Maintainer:
Bruno Haible, glibc