2007-02-05 Paolo Bonzini <bonzini@gnu.org>
[gnulib.git] / modules / strchrnul
index 500bd94..d79d63e 100644 (file)
@@ -2,20 +2,23 @@ Description:
 strchrnul(): Find the first occurrence of C in S or the final NUL byte.
 
 Files:
-lib/strchrnul.h
 lib/strchrnul.c
 m4/strchrnul.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STRCHRNUL
+gl_STRING_MODULE_INDICATOR([strchrnul])
 
 Makefile.am:
-lib_SOURCES += strchrnul.h
 
 Include:
-"strchrnul.h"
+<string.h>
+
+License:
+LGPL
 
 Maintainer:
 FSF