diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2004-07-23 23:34:17 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@gcc.gnu.org> | 2004-07-23 23:34:17 +0000 |
commit | ef05818b76a645f094e89f0804611d19c677f03f (patch) | |
tree | c441da0edad58a944786909749dd1d7878509614 /libjava/configure.in | |
parent | d91ba7b021e59c8ab455b04214a8d0a1925befaf (diff) | |
download | gcc-ef05818b76a645f094e89f0804611d19c677f03f.zip gcc-ef05818b76a645f094e89f0804611d19c677f03f.tar.gz gcc-ef05818b76a645f094e89f0804611d19c677f03f.tar.bz2 |
Makefile.am: Rename jar binary to fastjar.
2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am: Rename jar binary to fastjar.
* Makefile.in: Regenerate.
* fastjar.texi: Rename references to jar binary with fastjar.
2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
* Make-lang.in: Replace rmic and rmiregistry references with
grmic and grmiregistry.
* gcj.texi: Likewise.
2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am: Replace jar, rmic and rmiregistry references with
gjar, grmic and grmiregistry.
* configure.in: Likewise.
* Makefile.in: Regenerate.
* configure: Likewise.
* gcj/Makefile.in: Likewise.
* include/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
From-SVN: r85101
Diffstat (limited to 'libjava/configure.in')
-rw-r--r-- | libjava/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index a1bcd64..47773fe 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -1092,7 +1092,7 @@ case "${which_gcj}" in built) GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/" GCJH='$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh' - ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar' + ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/fastjar' ;; cross) if test "x${with_newlib}" = "xyes"; then @@ -1109,7 +1109,7 @@ case "${which_gcj}" in GCJ="gcj -B`${PWDCMD-pwd}`/" ## In this case, gcj is found outside the build tree. However, zip is ## found in the build tree. - ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar' + ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/fastjar' GCJH=gcjh ;; esac |