idcache: Fix module description.
[pspp] / modules / strchrnul
index d431dbafe465972aad85482f22779edc8aba46cb..59c4cc68abb05d1bf9aae77e1f4521eafbde86f1 100644 (file)
@@ -4,12 +4,13 @@ byte.
 
 Files:
 lib/strchrnul.c
+lib/strchrnul.valgrind
 m4/strchrnul.m4
 
 Depends-on:
-extensions
 string
-rawmemchr
+extensions
+rawmemchr       [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1]
 
 configure.ac:
 gl_FUNC_STRCHRNUL
@@ -21,7 +22,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-FSF
+Eric Blake, glibc