From ef05818b76a645f094e89f0804611d19c677f03f Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 23 Jul 2004 23:34:17 +0000 Subject: Makefile.am: Rename jar binary to fastjar. 2004-07-23 Thomas Fitzsimmons * Makefile.am: Rename jar binary to fastjar. * Makefile.in: Regenerate. * fastjar.texi: Rename references to jar binary with fastjar. 2004-07-23 Thomas Fitzsimmons * Make-lang.in: Replace rmic and rmiregistry references with grmic and grmiregistry. * gcj.texi: Likewise. 2004-07-23 Thomas Fitzsimmons * 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 --- libjava/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libjava/configure') 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 -- cgit v1.1