diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-03 19:40:56 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-03 19:40:56 +0000 |
commit | 4618c7f0421522e19c699a906161c18a4d1ca144 (patch) | |
tree | 26e49635650726c4963f58b4e942f67d87bcfde4 /libjava/acinclude.m4 | |
parent | e08bd2f48a99bbbb4affd85f05cb1f3719352f91 (diff) | |
download | gcc-4618c7f0421522e19c699a906161c18a4d1ca144.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85495 138bc75d-0d04-0410-961f-82ee72b054a4
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 c996a1eddb4..adaaa709ad8 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 |