diff options
| author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 21:04:58 +0000 |
|---|---|---|
| committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 21:04:58 +0000 |
| commit | 88a09153515cca1388a7284174c5ff5ae4b93cb0 (patch) | |
| tree | 27111cd63e23f79a51befc8a5168955de5f5650c /libjava/include | |
| parent | 8e7912a531869136f2b5796884c49cc0a7d578d2 (diff) | |
| download | ppe42-gcc-88a09153515cca1388a7284174c5ff5ae4b93cb0.tar.gz ppe42-gcc-88a09153515cca1388a7284174c5ff5ae4b93cb0.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 68f9e9afceb..d00ce1d3b4d 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/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@ |

