iconv: Work around AIX 6.1..7.1 bug.
[gnulib.git] / modules / xalloc
index 2e7b89b..43ee942 100644 (file)
@@ -1,31 +1,25 @@
 Description:
-Memory allocation with out-of-memory checking.
+Memory allocation with out-of-memory checking.  Also see xalloc-die.
 
 Files:
 lib/xalloc.h
 lib/xmalloc.c
-lib/xstrdup.c
 m4/xalloc.m4
-m4/size_max.m4
-m4/ptrdiff_max.m4
 
 Depends-on:
-malloc
-realloc
-error
-gettext
-exitfail
-stdbool
+inline
+xalloc-die
 
 configure.ac:
 gl_XALLOC
 
 Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
 
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
-