[kaffe] CVS kaffe (dalibor): Fixed enabling of jvmpi, xdebugging and feedback
Kaffe CVS
cvs-commits at kaffe.org
Thu May 13 13:39:02 PDT 2004
PatchSet 4726
Date: 2004/05/13 18:59:22
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Fixed enabling of jvmpi, xdebugging and feedback
2004-05-13 Dalibor Topic <robilad at kaffe.org>
* configure.ac: Allow enabling of jvmpi, xdebugging and
feedback without an explicit 'yes'.
* configure: Regenerated.
Members:
ChangeLog:1.2300->1.2301
configure:1.315->1.316
configure.ac:1.14->1.15
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2300 kaffe/ChangeLog:1.2301
--- kaffe/ChangeLog:1.2300 Thu May 13 18:09:18 2004
+++ kaffe/ChangeLog Thu May 13 18:59:22 2004
@@ -1,5 +1,12 @@
2004-05-13 Dalibor Topic <robilad at kaffe.org>
+ * configure.ac: Allow enabling of jvmpi, xdebugging and
+ feedback without an explicit 'yes'.
+
+ * configure: Regenerated.
+
+2004-05-13 Dalibor Topic <robilad at kaffe.org>
+
* configure.ac: Allow enabling of xprofiling without
an explicit 'yes'.
Index: kaffe/configure
diff -u kaffe/configure:1.315 kaffe/configure:1.316
--- kaffe/configure:1.315 Thu May 13 18:09:19 2004
+++ kaffe/configure Thu May 13 18:59:23 2004
@@ -26278,7 +26278,6 @@
fi;
case "$enable_jvmpi" in
-"") ;;
no) ;;
*) if test "x$NOSIGCONTEXT" = "xtrue"; then
echo "JVMPI does not support Cygwin"
@@ -26372,7 +26371,6 @@
fi;
case "$enable_xdebugging" in
-"") ;;
no) ;;
*) need_libxprof=yes; CPPFLAGS="$CPPFLAGS -DKAFFE_XDEBUGGING"; JAVAC_FLAGS="-g $JAVAC_FLAGS";;
esac
@@ -26387,7 +26385,6 @@
fi;
case "$enable_feedback" in
-"") ;;
no) ;;
*) need_libxprof=yes; CPPFLAGS="$CPPFLAGS -DKAFFE_FEEDBACK";;
esac
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.14 kaffe/configure.ac:1.15
--- kaffe/configure.ac:1.14 Thu May 13 18:09:27 2004
+++ kaffe/configure.ac Thu May 13 18:59:28 2004
@@ -447,7 +447,6 @@
[Enable JVMPI @<:@default=no@:>@]))
case "$enable_jvmpi" in
-"") ;;
no) ;;
*) if test "x$NOSIGCONTEXT" = "xtrue"; then
echo "JVMPI does not support Cygwin"
@@ -511,7 +510,6 @@
[Enable debugging symbol generation for jitted code]))
case "$enable_xdebugging" in
-"") ;;
no) ;;
*) need_libxprof=yes; CPPFLAGS="$CPPFLAGS -DKAFFE_XDEBUGGING"; JAVAC_FLAGS="-g $JAVAC_FLAGS";;
esac
@@ -527,7 +525,6 @@
[Enable generation of feedback data]))
case "$enable_feedback" in
-"") ;;
no) ;;
*) need_libxprof=yes; CPPFLAGS="$CPPFLAGS -DKAFFE_FEEDBACK";;
esac
More information about the kaffe
mailing list