changeset in /hg/icedtea: 2008-02-13 Lillian Angel <langel at redh...

Lillian Angel langel at redhat.com
Wed Feb 13 09:26:17 PST 2008


changeset 7e4877c23323 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=7e4877c23323
description:
	2008-02-13  Lillian Angel <langel at redhat.com>

	        * configure.ac: Updated IcedTea version.
	        * configure: Regenerate.

diffstat:

4 files changed, 16 insertions(+), 12 deletions(-)
.hgtags      |    1 -
ChangeLog    |    5 +++++
configure    |   20 ++++++++++----------
configure.ac |    2 +-

diffs (116 lines):

diff -r ebab99d6231b -r 7e4877c23323 .hgtags
--- a/.hgtags	Wed Feb 13 12:20:54 2008 -0500
+++ b/.hgtags	Wed Feb 13 12:21:10 2008 -0500
@@ -4,5 +4,4 @@ 8ea2619c21cfea2611b44879aab0f781ffd3fd50
 8ea2619c21cfea2611b44879aab0f781ffd3fd50 icedtea-1.3
 cb78e0fccf14ed4a80b0ada2c98e4621479acbf5 icedtea-1.4
 5ca86e9ca40533c48ca3445a10fd3b058ef94885 icedtea-1.5
-0b96da5cdc3646bb7617ad22a1e5172d050302f6 icedtea-1.6
 bb3929528d3e9de0529da995c4b71975fd77fb5a icedtea-1.6
diff -r ebab99d6231b -r 7e4877c23323 ChangeLog
--- a/ChangeLog	Wed Feb 13 12:20:54 2008 -0500
+++ b/ChangeLog	Wed Feb 13 12:21:10 2008 -0500
@@ -1,3 +1,8 @@ 2008-02-13  Gary Benson  <gbenson at redhat
+2008-02-13  Lillian Angel <langel at redhat.com>
+
+	* configure.ac: Updated IcedTea version.
+	* configure: Regenerate.
+
 2008-02-13  Gary Benson  <gbenson at redhat.com>
 
 	* patches/icedtea-core-build.patch: Fixed broken JVM location.
diff -r ebab99d6231b -r 7e4877c23323 configure
--- a/configure	Wed Feb 13 12:20:54 2008 -0500
+++ b/configure	Wed Feb 13 12:21:10 2008 -0500
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for icedtea 1.5.
+# Generated by GNU Autoconf 2.61 for icedtea 1.6.
 #
 # Report bugs to <fitzsim at redhat.com>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='icedtea'
 PACKAGE_TARNAME='icedtea'
-PACKAGE_VERSION='1.5'
-PACKAGE_STRING='icedtea 1.5'
+PACKAGE_VERSION='1.6'
+PACKAGE_STRING='icedtea 1.6'
 PACKAGE_BUGREPORT='fitzsim at redhat.com'
 
 ac_default_prefix=bootstrap
@@ -1313,7 +1313,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures icedtea 1.5 to adapt to many kinds of systems.
+\`configure' configures icedtea 1.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1383,7 +1383,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of icedtea 1.5:";;
+     short | recursive ) echo "Configuration of icedtea 1.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1529,7 +1529,7 @@ test -n "$ac_init_help" && exit $ac_stat
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-icedtea configure 1.5
+icedtea configure 1.6
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1543,7 +1543,7 @@ This file contains any messages produced
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by icedtea $as_me 1.5, which was
+It was created by icedtea $as_me 1.6, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2233,7 +2233,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='icedtea'
- VERSION='1.5'
+ VERSION='1.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -10426,7 +10426,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by icedtea $as_me 1.5, which was
+This file was extended by icedtea $as_me 1.6, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10473,7 +10473,7 @@ _ACEOF
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-icedtea config.status 1.5
+icedtea config.status 1.6
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r ebab99d6231b -r 7e4877c23323 configure.ac
--- a/configure.ac	Wed Feb 13 12:20:54 2008 -0500
+++ b/configure.ac	Wed Feb 13 12:21:10 2008 -0500
@@ -1,5 +1,5 @@ AC_PREREQ([2.61])
 AC_PREREQ([2.61])
-AC_INIT([icedtea], [1.5], [fitzsim at redhat.com])
+AC_INIT([icedtea], [1.6], [fitzsim at redhat.com])
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST



More information about the distro-pkg-dev mailing list