[kaffe] CVS kaffe (robilad): added gjar and variants to detected jar tools
Kaffe CVS
cvs-commits at kaffe.org
Tue Jan 1 13:25:52 PST 2008
PatchSet 7645
Date: 2008/01/01 21:24:36
Author: robilad
Branch: HEAD
Tag: (none)
Log:
added gjar and variants to detected jar tools
2008-01-01 Dalibor Topic <robilad at kaffe.org>
* configure.ac (FASTJAR): Added gjar, gjar-4.1 and gjar-4.2 to detected jar tools.
Members:
ChangeLog:1.5144->1.5145
configure:1.610->1.611
configure.ac:1.280->1.281
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5144 kaffe/ChangeLog:1.5145
--- kaffe/ChangeLog:1.5144 Tue Jan 1 20:53:48 2008
+++ kaffe/ChangeLog Tue Jan 1 21:24:36 2008
@@ -1,5 +1,9 @@
2008-01-01 Dalibor Topic <robilad at kaffe.org>
+ * configure.ac (FASTJAR): Added gjar, gjar-4.1 and gjar-4.2 to detected jar tools.
+
+2008-01-01 Dalibor Topic <robilad at kaffe.org>
+
* THIRDPARTY: Removed gnu-inet licensing information.
* WHATSNEW: Annoucned purge of gnu-inet.
Index: kaffe/configure
diff -u kaffe/configure:1.610 kaffe/configure:1.611
--- kaffe/configure:1.610 Tue Jan 1 20:48:31 2008
+++ kaffe/configure Tue Jan 1 21:24:39 2008
@@ -47455,7 +47455,7 @@
# detect fastjar and set FASTJAR to its path
-for ac_prog in fastjar jar
+for ac_prog in fastjar gjar-4.2 gjar-4.1 gjar jar
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.280 kaffe/configure.ac:1.281
--- kaffe/configure.ac:1.280 Tue Jan 1 20:48:31 2008
+++ kaffe/configure.ac Tue Jan 1 21:24:39 2008
@@ -2089,7 +2089,7 @@
# detect fastjar and set FASTJAR to its path
-AC_PATH_PROGS([FASTJAR], [fastjar jar])
+AC_PATH_PROGS([FASTJAR], [fastjar gjar-4.2 gjar-4.1 gjar jar])
if test -z "${FASTJAR}"; then
AC_MSG_ERROR([No JAR tool found. Please install fastjar or jar.])
More information about the kaffe
mailing list