Fix inefficiency introduced on 2007-11-03.
[gnulib.git] / modules / realloc
index 67813d4..4596b4c 100644 (file)
@@ -5,18 +5,19 @@ Files:
 lib/realloc.c
 
 Depends-on:
+realloc-posix
 
 configure.ac:
 AC_FUNC_REALLOC
+AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
 
 Makefile.am:
-EXTRA_DIST += realloc.c
 
 Include:
 <stdlib.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering