summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2023-01-12 22:12:28 +0100
committerXavier Roche <roche@httrack.com>2023-01-12 22:12:28 +0100
commite09901a1594858e8f3dd15fca72a9835ca678075 (patch)
treecbbdbc32ad502947ba386d5ccca0baac4218662f /Makefile.in
parentf8bcb454bc60104c3c11cb4608b01c27259d54ec (diff)
Updated to 3.49.3
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0faf7e4..43e28c7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,7 +89,11 @@ build_triplet = @build@
host_triplet = @host@
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/check_zlib.m4 \
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/snprintf.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
@@ -159,7 +163,7 @@ CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
COPYING ChangeLog INSTALL NEWS README compile config.guess \
- config.sub install-sh ltmain.sh missing
+ config.sub depcomp install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)