diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 19:40:56 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-03 19:40:56 +0000 |
commit | ed69811298e1f257486c59df4d62953809a83b18 (patch) | |
tree | 26e49635650726c4963f58b4e942f67d87bcfde4 /libjava/acinclude.m4 | |
parent | d974312d077aeccd53b6a042d40f6e1789b6efb7 (diff) | |
download | gcc-ed69811298e1f257486c59df4d62953809a83b18.zip gcc-ed69811298e1f257486c59df4d62953809a83b18.tar.gz gcc-ed69811298e1f257486c59df4d62953809a83b18.tar.bz2 |
acinclude.m4: Include no-executables.m4.
* acinclude.m4: Include no-executables.m4.
* aclocal.m4: Rebuild.
* configure.in: Convert to the autoconf 2.59 version of
of the no-executables hack, and also of the nonstandard CXX
hack and the multilibbed CC and CXX hack. Change prerequisite
to autoconf 2.59.
* configure: Rebuild with autoconf 2.59. (Woo-hoo!)
* Makefile.in, gcj/Makefile.in, include/Makefile.in,
testsuite/Makefile.in: Regenerate.
From-SVN: r85495
Diffstat (limited to 'libjava/acinclude.m4')
-rw-r--r-- | libjava/acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/acinclude.m4 b/libjava/acinclude.m4 index c996a1e..adaaa70 100644 --- a/libjava/acinclude.m4 +++ b/libjava/acinclude.m4 @@ -1,5 +1,6 @@ sinclude(../config/accross.m4) sinclude(../config/acx.m4) +sinclude(../config/no-executables.m4) sinclude(../libtool.m4) dnl The lines below arrange for aclocal not to bring libtool.m4 |