summaryrefslogtreecommitdiff
path: root/manual
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 /manual
parent45958ba773c8c3808e0534d99dae0c829c6e15bb (diff)
gnulib: Import memmem module
Needed to make the previous commit portable.
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/Makefile.in b/manual/Makefile.in
index 97fc2cb3..c8258301 100644
--- a/manual/Makefile.in
+++ b/manual/Makefile.in
@@ -197,6 +197,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 \