[kaffe] CVS kaffe (robilad): improved the configure error message when both jikes and ecj are selected
Kaffe CVS
cvs-commits at kaffe.org
Sat Jul 15 06:50:21 PDT 2006
PatchSet 7343
Date: 2006/07/15 13:37:21
Author: robilad
Branch: HEAD
Tag: (none)
Log:
improved the configure error message when both jikes and ecj are selected
2006-07-15 Dalibor Topic <robilad at kaffe.org>
* configure.ac: Improved the error message when both
jikes and ecj are selected in configure options.
Members:
ChangeLog:1.4846->1.4847
configure:1.556->1.557
configure.ac:1.234->1.235
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4846 kaffe/ChangeLog:1.4847
--- kaffe/ChangeLog:1.4846 Sat Jul 15 13:22:13 2006
+++ kaffe/ChangeLog Sat Jul 15 13:37:21 2006
@@ -1,5 +1,10 @@
2006-07-15 Dalibor Topic <robilad at kaffe.org>
+ * configure.ac: Improved the error message when both
+ jikes and ecj are selected in configure options.
+
+2006-07-15 Dalibor Topic <robilad at kaffe.org>
+
Fix for #44.
* configure.ac: Fixed typos in check for multiple
Index: kaffe/configure
diff -u kaffe/configure:1.556 kaffe/configure:1.557
--- kaffe/configure:1.556 Sat Jul 15 13:22:16 2006
+++ kaffe/configure Sat Jul 15 13:37:26 2006
@@ -25519,8 +25519,8 @@
if test x"$use_ecj" = x"yes" -a x"$use_jikes" = x"yes"; then
- { { echo "$as_me:$LINENO: error: You must specify only one compiler" >&5
-echo "$as_me: error: You must specify only one compiler" >&2;}
+ { { echo "$as_me:$LINENO: error: You can not chose jikes and ecj at the same time." >&5
+echo "$as_me: error: You can not chose jikes and ecj at the same time." >&2;}
{ (exit 1); exit 1; }; }
fi
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.234 kaffe/configure.ac:1.235
--- kaffe/configure.ac:1.234 Sat Jul 15 13:22:24 2006
+++ kaffe/configure.ac Sat Jul 15 13:37:33 2006
@@ -910,7 +910,7 @@
dnl =========================================================================
if test x"$use_ecj" = x"yes" -a x"$use_jikes" = x"yes"; then
- AC_MSG_ERROR([You must specify only one compiler])
+ AC_MSG_ERROR([You can not chose jikes and ecj at the same time.])
fi
if test x"$JAVA_COMPILER" = x; then
More information about the kaffe
mailing list