mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
33 lines
347 B
Plaintext
33 lines
347 B
Plaintext
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
|