summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-07-10 12:38:14 +0100
committerColin Watson <cjwatson@debian.org>2017-07-10 12:38:45 +0100
commit8ef5daf2a912314fc464fd53879a31e5c53fda02 (patch)
tree1e5e3b14c59745bdbd50f80fdbcfc155f79f0893 /tools
parent45958ba773c8c3808e0534d99dae0c829c6e15bb (diff)
gnulib: Import memmem module
Needed to make the previous commit portable.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index d7567f8c..51d85980 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -198,6 +198,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/man-arg-automatic-create.m4 \
$(top_srcdir)/gnulib/m4/mbstate_t.m4 \
$(top_srcdir)/gnulib/m4/mbtowc.m4 \
$(top_srcdir)/gnulib/m4/memchr.m4 \
+ $(top_srcdir)/gnulib/m4/memmem.m4 \
$(top_srcdir)/gnulib/m4/mempcpy.m4 \
$(top_srcdir)/gnulib/m4/memrchr.m4 \
$(top_srcdir)/gnulib/m4/minmax.m4 \