mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/calloc.m4 (gl_REPLACE_CALLOC): Remove macro. (gl_FUNC_CALLOC_GNU, gl_FUNC_CALLOC_POSIX): Instead, just set REPLACE_CALLOC. * modules/calloc-posix (configure.ac): Invoke AC_LIBOBJ here. * modules/calloc-gnu (configure.ac): Likewise.
28 lines
319 B
Plaintext
28 lines
319 B
Plaintext
Description:
|
|
calloc() function that is glibc compatible.
|
|
|
|
Files:
|
|
lib/calloc.c
|
|
m4/calloc.m4
|
|
|
|
Depends-on:
|
|
calloc-posix
|
|
|
|
configure.ac:
|
|
gl_FUNC_CALLOC_GNU
|
|
if test $REPLACE_CALLOC = 1; then
|
|
AC_LIBOBJ([calloc])
|
|
fi
|
|
gl_MODULE_INDICATOR([calloc-gnu])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|