aboutsummaryrefslogtreecommitdiff
path: root/libffi/include
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-05-18 01:49:43 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-05-18 01:49:43 +0000
commita097ef55fcd0c3d10daba2f02f38a810a14094c3 (patch)
tree93288870ffb704b27298ee841ea2c448f3e1bc3a /libffi/include
parent12e5fe37a0d04facff099f93924442065ad16a3b (diff)
downloadgcc-a097ef55fcd0c3d10daba2f02f38a810a14094c3.zip
gcc-a097ef55fcd0c3d10daba2f02f38a810a14094c3.tar.gz
gcc-a097ef55fcd0c3d10daba2f02f38a810a14094c3.tar.bz2
configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
2005-05-03 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF. * Makefile.am (ACLOCAL_AMFLAGS): Remove -I ../config. * aclocal.m4, configure, fficonfig.h.in, Makefile.in, include/Makefile.in, testsuite/Makefile.in: Regenerate. From-SVN: r99879
Diffstat (limited to 'libffi/include')
-rw-r--r--libffi/include/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/libffi/include/Makefile.in b/libffi/include/Makefile.in
index e02253b..73559fd 100644
--- a/libffi/include/Makefile.in
+++ b/libffi/include/Makefile.in
@@ -42,9 +42,8 @@ subdir = include
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/ffi.h.in $(toollibffi_HEADERS)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../config/accross.m4 \
- $(top_srcdir)/../libtool.m4 $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
+ $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs