diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-05-07 01:08:27 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-05-07 01:08:27 +0000 |
commit | fbc1bc098d2e57f28a030ba1880adfbfa29ceca8 (patch) | |
tree | ba622dba81a5cab0d07d3ba397b8ce4ace92a052 /libiberty/aclocal.m4 | |
parent | f9c8747643609a4469b59a796887ba7663c87b51 (diff) | |
download | gcc-fbc1bc098d2e57f28a030ba1880adfbfa29ceca8.tar.gz |
configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
2005-05-06 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.
* aclocal.m4: Don't include accross.m4.
* configure, config.in: Regenerate.
From-SVN: r99343
Diffstat (limited to 'libiberty/aclocal.m4')
-rw-r--r-- | libiberty/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 index f33e0c6218d..99b50564065 100644 --- a/libiberty/aclocal.m4 +++ b/libiberty/aclocal.m4 @@ -1,4 +1,3 @@ -sinclude(../config/accross.m4) sinclude(../config/acx.m4) sinclude(../config/no-executables.m4) |