Add support for 'long double' number output.
[gnulib.git] / modules / realloc
index 2d0e838..5aa68be 100644 (file)
@@ -1,16 +1,21 @@
 Description:
+realloc() function that is glibc compatible.
 
 Files:
 lib/realloc.c
-m4/realloc.m4
 
 Depends-on:
 
 configure.ac:
-jm_FUNC_REALLOC
+AC_FUNC_REALLOC
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering