gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / memmem
index 738cd6a..63bd3ef 100644 (file)
@@ -1,21 +1,16 @@
 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:
-extensions
-string
-stdbool
-malloca
-memchr
-memcmp
+memmem-simple
 
 configure.ac:
 gl_FUNC_MEMMEM
-gl_STRING_MODULE_INDICATOR([memmem])
+if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
+  AC_LIBOBJ([memmem])
+fi
 
 Makefile.am:
 
@@ -26,4 +21,4 @@ License:
 LGPLv2+
 
 Maintainer:
-libc, Simon Josefsson
+libc, Eric Blake