diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-20 03:35:30 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-20 03:35:30 +0000 |
commit | 2dc79b18aa3b2a3f061715d6ecec1afabb0d7b40 (patch) | |
tree | dacfe5fa0f407dd50407ca80669d820cb5463a47 /boehm-gc/aclocal.m4 | |
parent | 73d442c797fec27e9d4f74a1c1d79c47a165f86e (diff) | |
download | gcc-2dc79b18aa3b2a3f061715d6ecec1afabb0d7b40.tar.gz |
* acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
* aclocal.m4: Rebuild.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/aclocal.m4')
-rw-r--r-- | boehm-gc/aclocal.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4 index b47d1702172..0fb03bc6c02 100644 --- a/boehm-gc/aclocal.m4 +++ b/boehm-gc/aclocal.m4 @@ -110,12 +110,6 @@ fi LIB_AC_PROG_CXX -# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't -# run it explicitly here, it will be run implicitly before -# NEWLIB_CONFIGURE, which doesn't work because that means that it will -# be run before AC_CANONICAL_HOST. -AC_CANONICAL_BUILD - AC_CHECK_TOOL(AS, as) AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib, :) |