diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-20 03:35:30 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-20 03:35:30 +0000 |
commit | 116daf21951d1b9dbce0be60f1fb5f1053356374 (patch) | |
tree | dacfe5fa0f407dd50407ca80669d820cb5463a47 /boehm-gc/aclocal.m4 | |
parent | b1891e51b85ca250c5df1807d2818262b66bc058 (diff) | |
download | gcc-116daf21951d1b9dbce0be60f1fb5f1053356374.zip gcc-116daf21951d1b9dbce0be60f1fb5f1053356374.tar.gz gcc-116daf21951d1b9dbce0be60f1fb5f1053356374.tar.bz2 |
acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
* acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
* aclocal.m4: Rebuild.
* configure: Regenerate.
From-SVN: r78145
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 b47d170..0fb03bc 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, :) |