From 7e1245f34d0b1fa2236e5a9b025057905153b37c Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 19 Sep 2003 03:55:40 +0000 Subject: 2003-09-18 H.J. Lu * acinclude.m4: Include ../config/accross.m4. * aclocal.m4: Regenerated. * configure.host (HOST_64BIT_TYPE): Remove if it is set to long or long long. (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long. (host64): Remove if HOST_64BIT_TYPE is set to long. * configure.in (HOST_64BIT_TYPE): Set according to the size of long and long long. (HOST_U_64BIT_TYPE): Likewise. (host64): Likewise. * configure: Regenerated. --- bfd/acinclude.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/acinclude.m4') diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4 index bf328dbafc..b1bd1bec78 100644 --- a/bfd/acinclude.m4 +++ b/bfd/acinclude.m4 @@ -1,3 +1,5 @@ +sinclude(../config/accross.m4) + dnl See whether we need to use fopen-bin.h rather than fopen-same.h. AC_DEFUN(BFD_BINARY_FOPEN, [AC_REQUIRE([AC_CANONICAL_SYSTEM]) -- cgit v1.2.1