Hash :
f9c05953
Author :
Date :
2011-05-22T14:08:12
strtoul: Move AC_LIBOBJ invocations to module description. * m4/strtoul.m4 (gl_FUNC_STRTOUL): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here... * modules/strtoul (configure.ac): ... to here.
Description:
strtoul() function: convert string to 'unsigned long'.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/strtol.c
lib/strtoul.c
m4/strtoul.m4
Depends-on:
configure.ac:
gl_FUNC_STRTOUL
if test $ac_cv_func_strtoul = no; then
AC_LIBOBJ([strtoul])
fi
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
glibc