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 | |
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')
-rwxr-xr-x | libjava/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/configure b/libjava/configure index 50339f8..0795cf1 100755 --- a/libjava/configure +++ b/libjava/configure @@ -1664,7 +1664,7 @@ else if { (eval echo configure:1665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.$ac_ext | *.c | *.o | *.obj) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -7186,7 +7186,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 @@ -7203,7 +7203,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 @@ -9272,7 +9272,7 @@ if test "$no_recursion" != yes; then fi fi - cd "$ac_popdir" + cd $ac_popdir done fi |