/hg/icedtea: Fix autotools warnings and errors thrown up by auto...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Jul 20 14:12:52 PDT 2010


changeset 1df7fd93eecc in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=1df7fd93eecc
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jul 20 22:12:45 2010 +0100

	Fix autotools warnings and errors thrown up by autobuilder.

	2010-07-20 Andrew John Hughes <ahughes at redhat.com>

	 * configure.ac: Remove redundant call to
	WITH_OPENJDK_SRC_DIR. Now pulled in by
	IT_OBTAIN_HG_REVISIONS.
		* Makefile.am: (JDK_TEST_SUITE): Remove old reference to
	TEST_SUITES.


diffstat:

3 files changed, 9 insertions(+), 2 deletions(-)
ChangeLog    |    8 ++++++++
Makefile.am  |    2 +-
configure.ac |    1 -

diffs (38 lines):

diff -r 21e67bb3f91b -r 1df7fd93eecc ChangeLog
--- a/ChangeLog	Tue Jul 20 21:23:07 2010 +0100
+++ b/ChangeLog	Tue Jul 20 22:12:45 2010 +0100
@@ -1,3 +1,11 @@ 2010-07-20  Andrew John Hughes  <ahughes
+2010-07-20  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac:
+	Remove redundant call to WITH_OPENJDK_SRC_DIR.
+	Now pulled in by IT_OBTAIN_HG_REVISIONS.
+	* Makefile.am:
+	(JDK_TEST_SUITE): Remove old reference to TEST_SUITES.
+
 2010-07-20  Andrew John Hughes  <ahughes at redhat.com>
 
 	Simplify the plugin build.
diff -r 21e67bb3f91b -r 1df7fd93eecc Makefile.am
--- a/Makefile.am	Tue Jul 20 21:23:07 2010 +0100
+++ b/Makefile.am	Tue Jul 20 22:12:45 2010 +0100
@@ -253,7 +253,7 @@ endif
 endif
 
 if !DISABLE_JDK_TESTS
-JDK_TEST_SUITE = $(TEST_SUITES) jdk
+JDK_TEST_SUITE = jdk
 endif
 
 if !DISABLE_LANGTOOLS_TESTS
diff -r 21e67bb3f91b -r 1df7fd93eecc configure.ac
--- a/configure.ac	Tue Jul 20 21:23:07 2010 +0100
+++ b/configure.ac	Tue Jul 20 22:12:45 2010 +0100
@@ -151,7 +151,6 @@ WITH_JAXWS_SRC_ZIP
 WITH_JAXWS_SRC_ZIP
 WITH_JDK_SRC_ZIP
 WITH_LANGTOOLS_SRC_ZIP
-WITH_OPENJDK_SRC_DIR
 WITH_ALT_JAR_BINARY
 WITH_JAXP_DROP_ZIP
 WITH_JAF_DROP_ZIP



More information about the distro-pkg-dev mailing list