CVS kaffe (robilad): fixed javac script

Kaffe CVS <[email protected]>
Newsgroups gmane.comp.java.vm.kaffe.general
Message-ID <[email protected]>
PatchSet 7610 
Date: 2007/12/18 23:51:21
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
fixed javac script

2007-12-18  Dalibor Topic  <[email protected]>

        * kaffe/scripts/compat/javac.in: Use the JAVAC detected by configure.

Members: 
	ChangeLog:1.5108->1.5109 
	kaffe/scripts/compat/javac.in:1.11->1.12 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5108 kaffe/ChangeLog:1.5109
--- kaffe/ChangeLog:1.5108	Tue Dec 18 23:25:11 2007
+++ kaffe/ChangeLog	Tue Dec 18 23:51:21 2007
@@ -1,5 +1,9 @@
 2007-12-18  Dalibor Topic  <[email protected]>
 
+	* kaffe/scripts/compat/javac.in: Use the JAVAC detected by configure.
+
+2007-12-18  Dalibor Topic  <[email protected]>
+
 	* kaffe/scripts/jar.in, kaffe/scripts/native2ascii.in,
 	kaffe/scripts/rmiregistry.in, kaffe/scripts/serialver.in,
 	kaffe/scripts/compat/rmic.in: Removed.
Index: kaffe/kaffe/scripts/compat/javac.in
diff -u kaffe/kaffe/scripts/compat/javac.in:1.11 kaffe/kaffe/scripts/compat/javac.in:1.12
--- kaffe/kaffe/scripts/compat/javac.in:1.11	Mon Dec 17 18:28:43 2007
+++ kaffe/kaffe/scripts/compat/javac.in	Tue Dec 18 23:51:23 2007
@@ -1,4 +1,4 @@
 #! /bin/sh
-# We use the jikes compiler detected by configure
-@JIKESPROG@ -bootclasspath  @prefix@/jre/lib/rt.jar ${1+"$@"}
+# We use the compiler detected by configure
+@JAVAC@ -bootclasspath  @prefix@/jre/lib/rt.jar ${1+"$@"}
 exit $?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.