Don't insist on 'long long int' support in the preprocessor. It
[gnulib.git] / modules / realloc
index 2d0e838..4596b4c 100644 (file)
@@ -1,16 +1,23 @@
 Description:
+realloc() function that is glibc compatible.
 
 Files:
 lib/realloc.c
-m4/realloc.m4
 
 Depends-on:
+realloc-posix
 
 configure.ac:
-jm_FUNC_REALLOC
+AC_FUNC_REALLOC
+AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering