]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in: Fix detection of gcj when building with newlib.
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Aug 2003 13:25:46 +0000 (13:25 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Aug 2003 13:25:46 +0000 (13:25 +0000)
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70644 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure
libjava/configure.in

index 2ce212138bcf2fc1ff3a2810186615a58688157d..1333cb4f971bf6015e870ec6617cf73dcd668279 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-21  Richard Earnshaw  <rearnsha@arm.com>
+
+       * configure.in: Fix detection of gcj when building with newlib.
+       * configure: Regenerated.
+
 2003-08-20  Graydon Hoare  <graydon@redhat.com>
 
        * jni.cc: Replace "cheating" pointer-casting code with
index a8ea89652dba96ecf9ca67a9ff6ab1106dc611b3..a3554a9a09078ccdb1be7c1b30894cc616af47f7 100755 (executable)
@@ -7310,14 +7310,14 @@ else
 fi
 
    fi
+fi
 
-   if test -z "${with_multisubdir}"; then
-      builddotdot=.
-   else
+if test -z "${with_multisubdir}"; then
+   builddotdot=.
+else
 
-      builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
+   builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
 
-   fi
 fi
 
 # Which gcj do we use?
index 25bd5223045b7c20d9f46a243d72d537bf95484c..24224dbc0f621390a2f85b922c21621c9a1eefbe 100644 (file)
@@ -798,14 +798,14 @@ else
    if test "$GC" = boehm; then
       AC_CHECK_LIB(dl, main, SYSTEMSPEC="$SYSTEMSPEC -ldl")
    fi
+fi
 
-   if test -z "${with_multisubdir}"; then
-      builddotdot=.
-   else
+if test -z "${with_multisubdir}"; then
+   builddotdot=.
+else
 changequote(<<,>>)
-      builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
+   builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
 changequote([,])
-   fi
 fi
 
 # Which gcj do we use?