changeset in /hg/icedtea6: 2009-05-05 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Tue May 5 08:01:24 PDT 2009
changeset 3fc3144c4fef in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3fc3144c4fef
description:
2009-05-05 Matthias Klose <doko at ubuntu.com>
* configure.ac: Building --with-additional-vms=zero and
srcdir != builddir doesn't work.
diffstat:
2 files changed, 8 insertions(+)
ChangeLog | 5 +++++
configure.ac | 3 +++
diffs (25 lines):
diff -r be7c5293ac85 -r 3fc3144c4fef ChangeLog
--- a/ChangeLog Tue May 05 13:30:07 2009 +0200
+++ b/ChangeLog Tue May 05 16:57:03 2009 +0200
@@ -1,3 +1,8 @@ 2009-05-05 Xerxes RÃ¥nby <xerxes at zafena.
+2009-05-05 Matthias Klose <doko at ubuntu.com>
+
+ * configure.ac: Building --with-additional-vms=zero and
+ srcdir != builddir doesn't work.
+
2009-05-05 Xerxes RÃ¥nby <xerxes at zafena.se>
* ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
diff -r be7c5293ac85 -r 3fc3144c4fef configure.ac
--- a/configure.ac Tue May 05 13:30:07 2009 +0200
+++ b/configure.ac Tue May 05 16:57:03 2009 +0200
@@ -540,6 +540,9 @@ if test "x${USE_SYSTEM_CACAO_TRUE}" = x;
if test "x${USE_SYSTEM_CACAO_TRUE}" = x; then
AC_MSG_ERROR([cannot build with system cacao as additional vm])
fi
+if test "x${ADD_ZERO_BUILD_TRUE}" = x && test "x${abs_top_builddir}" = "x${abs_top_srcdir}"; then
+ AC_MSG_ERROR([build of additional zero/shark VM requires build with srcdir != builddir])
+fi
if test "x${ZERO_BUILD_TRUE}" = x || test "x${ADD_ZERO_BUILD_TRUE}" = x; then
dnl Check for libffi headers and libraries.
More information about the distro-pkg-dev
mailing list