Hash :
ec979244
Author :
Date :
2011-05-09T00:41:46
isblank: Move AC_LIBOBJ invocations to module description. * m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from here... * modules/isblank (configure.ac): ... to here.
Description:
isblank() function: test whether a single-byte character is a blank.
Files:
lib/isblank.c
m4/isblank.m4
Depends-on:
extensions
ctype
configure.ac:
gl_FUNC_ISBLANK
if test $HAVE_ISBLANK = 0; then
AC_LIBOBJ([isblank])
fi
gl_CTYPE_MODULE_INDICATOR([isblank])
Makefile.am:
Include:
<ctype.h>
License:
LGPLv2+
Maintainer:
Bruno Haible