mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/strtoull.m4 (gl_FUNC_STRTOULL): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOULL invocations from here... * modules/strtoull (configure.ac): ... to here.
32 lines
395 B
Plaintext
32 lines
395 B
Plaintext
Description:
|
|
strtoull() function: convert string to 'unsigned long long'.
|
|
|
|
Files:
|
|
lib/strtol.c
|
|
lib/strtoul.c
|
|
lib/strtoull.c
|
|
m4/longlong.m4
|
|
m4/strtoull.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRTOULL
|
|
if test $HAVE_STRTOULL = 0; then
|
|
AC_LIBOBJ([strtoull])
|
|
gl_PREREQ_STRTOULL
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([strtoull])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
glibc
|