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/include | |
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/include')
-rw-r--r-- | libjava/include/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 6c0f2a0aabe..6c5976dd76b 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -69,11 +69,13 @@ BACKTRACESPEC = @BACKTRACESPEC@ CAIRO_CFLAGS = @CAIRO_CFLAGS@ CAIRO_LIBS = @CAIRO_LIBS@ CC = @CC@ +CFLAGS = @CFLAGS@ CHECKREFSPEC = @CHECKREFSPEC@ COMPPATH = @COMPPATH@ CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ +CXXFLAGS = @CXXFLAGS@ DIRLTDL = @DIRLTDL@ DIVIDESPEC = @DIVIDESPEC@ DLLTOOL = @DLLTOOL@ @@ -101,6 +103,7 @@ IEEESPEC = @IEEESPEC@ INCLTDL = @INCLTDL@ INTERPRETER = @INTERPRETER@ JC1GCSPEC = @JC1GCSPEC@ +LDFLAGS = @LDFLAGS@ LIBART_CFLAGS = @LIBART_CFLAGS@ LIBART_LIBS = @LIBART_LIBS@ LIBFFI = @LIBFFI@ @@ -147,7 +150,6 @@ ZLIBTESTSPEC = @ZLIBTESTSPEC@ build_subdir = @build_subdir@ do_compare = @do_compare@ gcc_version = @gcc_version@ -glibjava_CXX = @glibjava_CXX@ here = @here@ host_subdir = @host_subdir@ libgcj_basedir = @libgcj_basedir@ |