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

doko at ubuntu.com doko at ubuntu.com
Fri Aug 7 02:58:41 PDT 2009


changeset 209e9a326eb9 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=209e9a326eb9
description:
	2009-08-07  Matthias Klose  <doko at ubuntu.com>

	       * Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Add configure options
	       for --with-*-src-zip= if not specified.

diffstat:

2 files changed, 8 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    4 +++-

diffs (26 lines):

diff -r 39d2012855a5 -r 209e9a326eb9 ChangeLog
--- a/ChangeLog	Thu Aug 06 18:35:39 2009 +0200
+++ b/ChangeLog	Fri Aug 07 11:53:17 2009 +0200
@@ -1,3 +1,8 @@ 2009-08-06  Matthias Klose  <doko at ubuntu
+2009-08-07  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Add configure options
+	for --with-*-src-zip= if not specified.
+
 2009-08-06  Matthias Klose  <doko at ubuntu.com>
 
 	* Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Adjust for added/removed
diff -r 39d2012855a5 -r 209e9a326eb9 Makefile.am
--- a/Makefile.am	Thu Aug 06 18:35:39 2009 +0200
+++ b/Makefile.am	Fri Aug 07 11:53:17 2009 +0200
@@ -3435,7 +3435,9 @@ ADD_ZERO_CONFIGURE_ARGS += \
 			'--with-java=% '--with-javah=% \
 			'--with-rmic=% '--with-additional-vms=% \
 			'--disable-bootstrap% '--enable-bootstrap% , \
-		$(CONFIGURE_ARGS))
+		$(CONFIGURE_ARGS)) \
+	$(foreach i, openjdk hotspot corba jaxp jaxws jdk langtools, \
+	  $(if $(findstring --with-$(i)-src-zip=, $(CONFIGURE_ARGS)),, --with-$(i)-src-zip=$(abs_top_builddir)/$(i).tar.gz))
 
 ADD_ZERO_EXTRA_BUILD_ENV = \
 	BUILD_LANGTOOLS=false ALT_LANGTOOLS_DIST=$(ICEDTEA_BUILD_DIR)/langtools/dist \



More information about the distro-pkg-dev mailing list