diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-07-16 21:04:58 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-07-16 21:04:58 +0000 |
commit | 4c86f32571913801c3e876d2621ef74adce3fdbc (patch) | |
tree | 27111cd63e23f79a51befc8a5168955de5f5650c /libjava/gcj | |
parent | 7740f00d546112f3ceaa0c68caab28c10dc1d562 (diff) | |
download | gcc-4c86f32571913801c3e876d2621ef74adce3fdbc.zip gcc-4c86f32571913801c3e876d2621ef74adce3fdbc.tar.gz gcc-4c86f32571913801c3e876d2621ef74adce3fdbc.tar.bz2 |
Makefile.am: Set ZIP and GCJH directly using autoconf.
* Makefile.am: Set ZIP and GCJH directly using autoconf.
* Makefile.in, include/Makefile.in, testsuite/Makefile.in,
gcj/Makefile.in: Regenerate.
* configure.in: Set ZIP and GCJH. Remove redundant condition
in AM_CONDITIONAL(NATIVE,...)
* configure: Regenerate.
From-SVN: r84832
Diffstat (limited to 'libjava/gcj')
-rw-r--r-- | libjava/gcj/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/gcj/Makefile.in b/libjava/gcj/Makefile.in index af1b861..9402129 100644 --- a/libjava/gcj/Makefile.in +++ b/libjava/gcj/Makefile.in @@ -85,6 +85,7 @@ GCDEPS = @GCDEPS@ GCINCS = @GCINCS@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ +GCJH = @GCJH@ GCJVERSION = @GCJVERSION@ GCLIBS = @GCLIBS@ GCOBJS = @GCOBJS@ @@ -139,6 +140,7 @@ THREADSPEC = @THREADSPEC@ TOOLKIT = @TOOLKIT@ VERSION = @VERSION@ ZINCS = @ZINCS@ +ZIP = @ZIP@ ZLIBS = @ZLIBS@ ZLIBSPEC = @ZLIBSPEC@ ZLIBTESTSPEC = @ZLIBTESTSPEC@ |