Use a command that uses $CC $CFLAGS, not $CPP, to test whether inline is
[gnulib.git] / modules / allocsa
index f6ab1e9..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
@@ -21,5 +22,8 @@ lib_SOURCES += allocsa.h allocsa.c
 Include:
 #include "allocsa.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible