diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-10 00:52:18 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-10 00:52:18 +0000 |
commit | 4f442f072b81043c7def37b581e3c222a14c1c1b (patch) | |
tree | 464444ee2548ffc88edec780d5b040aef71ff5ea /gcc/aclocal.m4 | |
parent | ac52103530764de8356114514f213d8372015b21 (diff) | |
download | gcc-4f442f072b81043c7def37b581e3c222a14c1c1b.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67691 138bc75d-0d04-0410-961f-82ee72b054a4
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 12848de9f4e..4228504ee65 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. |