aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-08-03 19:40:56 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-08-03 19:40:56 +0000
commited69811298e1f257486c59df4d62953809a83b18 (patch)
tree26e49635650726c4963f58b4e942f67d87bcfde4 /libjava/include
parentd974312d077aeccd53b6a042d40f6e1789b6efb7 (diff)
downloadgcc-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/include')
-rw-r--r--libjava/include/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in
index 6c0f2a0..6c5976d 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@