view modules/strtoul @ 15115:51c87706ae95

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 14:08:12 +0200
parents 392e3cd610a2
children
line wrap: on
line source

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