changeset in /hg/icedtea: 2008-03-11 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Thu May 29 14:12:30 PDT 2008


changeset 30e860293151 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=30e860293151
description:
	2008-03-11  Lillian Angel  <langel at redhat.com>

	        * configure: Regenerated.
	        * configure.ac: Added conditional for WITH_OPENJDK.

diffstat:

3 files changed, 14 insertions(+)
ChangeLog    |    5 +++++
configure    |    8 ++++++++
configure.ac |    1 +

diffs (48 lines):

diff -r c158f20b371c -r 30e860293151 ChangeLog
--- a/ChangeLog	Tue Mar 11 16:04:05 2008 -0400
+++ b/ChangeLog	Tue Mar 11 16:06:10 2008 -0400
@@ -1,3 +1,8 @@ 2008-03-11  Matthias Klose  <doko at ubuntu
+2008-03-11  Lillian Angel  <langel at redhat.com>
+
+	* configure: Regenerated.
+	* configure.ac: Added conditional for WITH_OPENJDK.
+
 2008-03-11  Matthias Klose  <doko at ubuntu.com>
 
 	* .hgignore: Add debian packaging directory.
diff -r c158f20b371c -r 30e860293151 configure
--- a/configure	Tue Mar 11 16:04:05 2008 -0400
+++ b/configure	Tue Mar 11 16:06:10 2008 -0400
@@ -7227,6 +7227,7 @@ else
     XERCES2_JAR=
 
 fi
+fi
 
   if test -z "${XERCES2_JAR}"; then
     { echo "$as_me:$LINENO: checking for xerces2 jar" >&5
@@ -10666,6 +10667,13 @@ if test -z "${WITH_OPENJDK_TRUE}" && tes
   { { echo "$as_me:$LINENO: error: conditional \"WITH_OPENJDK\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5
 echo "$as_me: error: conditional \"WITH_OPENJDK\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
+if test -z "${GCC_OLD_TRUE}" && test -z "${GCC_OLD_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"GCC_OLD\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"GCC_OLD\" was never defined.
 Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }
 fi
diff -r c158f20b371c -r 30e860293151 configure.ac
--- a/configure.ac	Tue Mar 11 16:04:05 2008 -0400
+++ b/configure.ac	Tue Mar 11 16:06:10 2008 -0400
@@ -174,6 +174,7 @@ else
   AC_CONFIG_FILES([javap], [chmod +x javap])
 fi
 fi
+fi
 WITH_OPENJDK_SRC_ZIP
 WITH_OPENJDK_SRC_DIR
 AC_CHECK_WITH_CACAO



More information about the distro-pkg-dev mailing list