Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
[gnulib.git] / modules / allocsa
index 49670c4..cb767d1 100644 (file)
@@ -4,13 +4,14 @@ Safe automatic memory allocation.
 Files:
 lib/allocsa.h
 lib/allocsa.c
+lib/allocsa.valgrind
 m4/allocsa.m4
 m4/eealloc.m4
 m4/longlong.m4
 m4/longdouble.m4
 
 Depends-on:
-alloca
+alloca-opt
 
 configure.ac:
 gl_ALLOCSA
@@ -19,7 +20,10 @@ Makefile.am:
 lib_SOURCES += allocsa.h allocsa.c
 
 Include:
-#include <allocsa.h>
+#include "allocsa.h"
+
+License:
+LGPL
 
 Maintainer:
 Bruno Haible