chown: Update doc regarding AIX.
[gnulib.git] / modules / strstr
index 493a9c2..dc33bd2 100644 (file)
@@ -1,11 +1,10 @@
 Description:
+strstr() function: efficiently locate first substring in a buffer.
 
 Files:
-lib/strstr.h
-lib/strstr.c
-m4/strstr.m4
 
 Depends-on:
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
@@ -13,5 +12,10 @@ gl_FUNC_STRSTR
 Makefile.am:
 
 Include:
-"strstr.h"
+<string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+all, Eric Blake