summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-11-12 15:25:47 -0500
committerAnthony Green <green@moxielogic.com>2012-11-12 15:25:47 -0500
commit69da33a0761aeac73f9e9646269da61c906d6020 (patch)
treeb71c091d726330938782b71c97781e689c67a092 /man
parentf680b598b7bdde325ac9349e8c35151c228bf2df (diff)
downloadlibffi-69da33a0761aeac73f9e9646269da61c906d6020.tar.gz
Pull in config.sub for aarch64 support and more
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 4dc351f..199fea6 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -54,7 +54,18 @@ target_triplet = @target@
subdir = man
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/asmcfi.m4 \
+ $(top_srcdir)/m4/ax_cc_maxopt.m4 \
+ $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
+ $(top_srcdir)/m4/ax_check_compile_flag.m4 \
+ $(top_srcdir)/m4/ax_compiler_vendor.m4 \
+ $(top_srcdir)/m4/ax_configure_args.m4 \
+ $(top_srcdir)/m4/ax_enable_builddir.m4 \
+ $(top_srcdir)/m4/ax_gcc_archflag.m4 \
+ $(top_srcdir)/m4/ax_gcc_x86_cpuid.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)/acinclude.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)