openat: provide more convenience names
[pspp] / modules / memmem
index 847d5275886db6a38c7f707c48f9691b491acf2c..8dea8932aecbcfd4dbc8cac8049c0a4dad61a2b7 100644 (file)
@@ -1,16 +1,13 @@
 Description:
-memmem() function: locate first substring in a buffer.
+memmem() function: efficiently locate first substring in a buffer.
 
 Files:
-lib/memmem.c
-m4/memmem.m4
 
 Depends-on:
-string
+memmem-simple
 
 configure.ac:
 gl_FUNC_MEMMEM
-gl_STRING_MODULE_INDICATOR([memmem])
 
 Makefile.am:
 
@@ -21,4 +18,4 @@ License:
 LGPLv2+
 
 Maintainer:
-libc, Simon Josefsson
+libc, Eric Blake