error: depend on stdio
[gnulib.git] / modules / realloc-posix
index 4186e90..20270e6 100644 (file)
@@ -4,12 +4,16 @@ realloc() function: allocate memory with indefinite extent.
 Files:
 lib/realloc.c
 m4/realloc.m4
+m4/malloc.m4
 
 Depends-on:
 stdlib
 
 configure.ac:
 gl_FUNC_REALLOC_POSIX
+if test $REPLACE_REALLOC = 1; then
+  AC_LIBOBJ([realloc])
+fi
 gl_STDLIB_MODULE_INDICATOR([realloc-posix])
 
 Makefile.am:
@@ -18,7 +22,7 @@ Include:
 <stdlib.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible