changeset in /hg/icedtea: 2009-05-05 Matthias Klose <doko at ubun...

doko at ubuntu.com doko at ubuntu.com
Wed May 20 12:25:00 PDT 2009


changeset a0a5d904139d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a0a5d904139d
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 7409d7ed0c8b -r a0a5d904139d ChangeLog
--- a/ChangeLog	Wed May 20 20:26:00 2009 +0100
+++ b/ChangeLog	Tue May 05 16:57:03 2009 +0200
@@ -1,3 +1,8 @@ 2009-05-03  Matthias Klose  <doko at ubuntu
+2009-05-05  Matthias Klose  <doko at ubuntu.com>
+
+	* configure.ac: Building --with-additional-vms=zero and
+	srcdir != builddir doesn't work.
+
 2009-05-03  Matthias Klose  <doko at ubuntu.com>
 
 	* Makefile.am (ICEDTEA_PATCHES): Apply icedtea-cacao conditionally
diff -r 7409d7ed0c8b -r a0a5d904139d configure.ac
--- a/configure.ac	Wed May 20 20:26:00 2009 +0100
+++ b/configure.ac	Tue May 05 16:57:03 2009 +0200
@@ -580,6 +580,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