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
This commit is contained in:
Nathanael Nerode
2004-07-16 21:04:58 +00:00
parent 7740f00d54
commit 4c86f32571
8 changed files with 143 additions and 127 deletions
+2
View File
@@ -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@