diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-10 19:47:22 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-10 19:47:22 +0100 |
commit | 5f4443df8dd9b252c8e2019b597462eac3318266 (patch) | |
tree | 0c316d53ead2575a0d27f4de2e65d5c76d9c597c /libtest | |
parent | 317c3f1dea369897335d91a716112a8455d43d10 (diff) |
Updated autotools
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libtest/Makefile.in b/libtest/Makefile.in index 3e57553..1ff3c52 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -91,11 +91,7 @@ build_triplet = @build@ host_triplet = @host@ subdir = libtest ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -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__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |