1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/strtoll
Bruno Haible 35794abd23 strtoll: Move AC_LIBOBJ invocations to module description.
* m4/strtoll.m4 (gl_FUNC_STRTOLL): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOLL invocations from
here...
* modules/strtoll (configure.ac): ... to here.
2011-06-16 00:06:57 +02:00

31 lines
364 B
Plaintext

Description:
strtoll() function: convert string to 'long long'.
Files:
lib/strtol.c
lib/strtoll.c
m4/longlong.m4
m4/strtoll.m4
Depends-on:
stdlib
configure.ac:
gl_FUNC_STRTOLL
if test $HAVE_STRTOLL = 0; then
AC_LIBOBJ([strtoll])
gl_PREREQ_STRTOLL
fi
gl_STDLIB_MODULE_INDICATOR([strtoll])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
glibc