diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-12 22:12:28 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-12 22:12:28 +0100 |
commit | e09901a1594858e8f3dd15fca72a9835ca678075 (patch) | |
tree | cbbdbc32ad502947ba386d5ccca0baac4218662f /libtest | |
parent | f8bcb454bc60104c3c11cb4608b01c27259d54ec (diff) |
Updated to 3.49.3
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libtest/Makefile.in b/libtest/Makefile.in index 1ff3c52..3e57553 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -91,7 +91,11 @@ build_triplet = @build@ host_triplet = @host@ subdir = libtest 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 $(am__DIST_COMMON) |