X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcalloc-posix;h=ef274ed490e60aaea03ffa6052dabfe21f5c053a;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=49e3051488d696477db50f0644075897c53568b2;hpb=e8b82791a9b8ebb792a6a40e0b0db3c1edf71f5d;p=gnulib.git diff --git a/modules/calloc-posix b/modules/calloc-posix index 49e305148..ef274ed49 100644 --- a/modules/calloc-posix +++ b/modules/calloc-posix @@ -4,12 +4,16 @@ calloc() function: allocate memory with indefinite extent. Files: lib/calloc.c m4/calloc.m4 +m4/malloc.m4 Depends-on: stdlib configure.ac: gl_FUNC_CALLOC_POSIX +if test $REPLACE_CALLOC = 1; then + AC_LIBOBJ([calloc]) +fi gl_STDLIB_MODULE_INDICATOR([calloc-posix]) Makefile.am: @@ -18,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible