[kaffe] CVS kaffe (robilad): Pass given jikes to GNU Classpath's configure

Kaffe CVS cvs-commits at kaffe.org
Sat Dec 10 19:27:55 PST 2005


PatchSet 6997 
Date: 2005/12/11 03:20:25
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Pass given jikes to GNU Classpath's configure

2005-12-11  Dalibor Topic  <robilad at kaffe.org>

        * configure.ac: Pass on jikes program name to
        GNU Classpath's configure script.

        Reported by:  Kiyo Inaba  <inaba at src.ricoh.co.jp>

Members: 
	ChangeLog:1.4518->1.4519 
	configure:1.513->1.514 
	configure.ac:1.192->1.193 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4518 kaffe/ChangeLog:1.4519
--- kaffe/ChangeLog:1.4518	Sun Dec 11 00:59:08 2005
+++ kaffe/ChangeLog	Sun Dec 11 03:20:25 2005
@@ -1,5 +1,12 @@
 2005-12-11  Dalibor Topic  <robilad at kaffe.org>
 
+	* configure.ac: Pass on jikes program name to 
+	GNU Classpath's configure script.
+
+	Reported by:  Kiyo Inaba  <inaba at src.ricoh.co.jp>
+
+2005-12-11  Dalibor Topic  <robilad at kaffe.org>
+
 	* configure.ac: Check for SIZE_MAX. Fixes a build issue on Irix.
 
 	Reported by:  Riccardo Mottola  <riccardo at kaffe.org>
Index: kaffe/configure
diff -u kaffe/configure:1.513 kaffe/configure:1.514
--- kaffe/configure:1.513	Sun Dec 11 00:59:09 2005
+++ kaffe/configure	Sun Dec 11 03:20:27 2005
@@ -25217,6 +25217,7 @@
 if test x"$use_ecj" = x"no" ; then
   if test x"$use_jikes" = x"no"; then
 	use_jikes="yes";
+	JIKESPROG="jikes";
   fi
 fi
 
@@ -50480,7 +50481,7 @@
 # This should be preset to gcjx, once gcjx is merged in.
 
 if test x"$use_jikes" = x"yes"; then
-  ac_configure_args="$ac_configure_args --with-jikes"
+  ac_configure_args="$ac_configure_args --with-jikes=${JIKESPROG}"
 fi
 
 if test x"$use_ecj" = x"yes"; then
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.192 kaffe/configure.ac:1.193
--- kaffe/configure.ac:1.192	Sun Dec 11 00:59:15 2005
+++ kaffe/configure.ac	Sun Dec 11 03:20:28 2005
@@ -787,6 +787,7 @@
 if test x"$use_ecj" = x"no" ; then 
   if test x"$use_jikes" = x"no"; then
 	use_jikes="yes";
+	JIKESPROG="jikes";
   fi
 fi
 
@@ -2325,7 +2326,7 @@
 # This should be preset to gcjx, once gcjx is merged in.
 
 if test x"$use_jikes" = x"yes"; then
-  ac_configure_args="$ac_configure_args --with-jikes"
+  ac_configure_args="$ac_configure_args --with-jikes=${JIKESPROG}"
 fi
 
 if test x"$use_ecj" = x"yes"; then




More information about the kaffe mailing list