diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 00:52:18 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 00:52:18 +0000 |
commit | 4665e56c27a42868f98ab9fe93e60da977dcf20e (patch) | |
tree | 464444ee2548ffc88edec780d5b040aef71ff5ea /gcc/aclocal.m4 | |
parent | d4298db33d9bc5310683e13d45fde6f6e53f8e91 (diff) | |
download | gcc-4665e56c27a42868f98ab9fe93e60da977dcf20e.zip gcc-4665e56c27a42868f98ab9fe93e60da977dcf20e.tar.gz gcc-4665e56c27a42868f98ab9fe93e60da977dcf20e.tar.bz2 |
Makefile.in, [...]: Replace "build_canonical" with build, "host_canonical" with host.
* Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
Replace "build_canonical" with build, "host_canonical" with host.
* configure.in: Use GCC_TOPLEV_SUBDIRS.
* aclocal.m4: Include ../config/acx.m4.
* configure: Regenerate.
(ada)
* Makefile.in: Replace "host_canonical" with "host" for autoconf
substitution.
From-SVN: r67691
Diffstat (limited to 'gcc/aclocal.m4')
-rw-r--r-- | gcc/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 12848de..4228504 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -1,3 +1,4 @@ +sinclude(../config/acx.m4) sinclude(../config/accross.m4) dnl See if stdbool.h properly defines bool and true/false. |