changeset 823:7a015d5c9cb1

2008-04-17 Joshua Sumali <jsumali@redhat.com> * configure: Regenerated. * configure.ac: Bump version number to 1.2.
author Joshua Sumali <jsumali@redhat.com>
date Thu, 17 Apr 2008 17:04:16 -0400
parents 3afc6a459636
children 580c9ff79417
files ChangeLog configure configure.ac
diffstat 3 files changed, 17 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 17 13:22:10 2008 -0400
+++ b/ChangeLog	Thu Apr 17 17:04:16 2008 -0400
@@ -1,3 +1,8 @@
+2008-04-17  Joshua Sumali  <jsumali@redhat.com>
+
+	* configure: Regenerated.
+	* configure.ac: Bump version number to 1.2.
+
 2008-04-17  Joshua Sumali  <jsumali@redhat.com>
 
 	* rt/net/sourceforge/jnlp/Launcher.java: Fix applet focusing bug.
--- a/configure	Thu Apr 17 13:22:10 2008 -0400
+++ b/configure	Thu Apr 17 17:04:16 2008 -0400
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for icedtea6 1.1.
+# Generated by GNU Autoconf 2.61 for icedtea6 1.2.
 #
 # Report bugs to <fitzsim@redhat.com>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='icedtea6'
 PACKAGE_TARNAME='icedtea6'
-PACKAGE_VERSION='1.1'
-PACKAGE_STRING='icedtea6 1.1'
+PACKAGE_VERSION='1.2'
+PACKAGE_STRING='icedtea6 1.2'
 PACKAGE_BUGREPORT='fitzsim@redhat.com'
 
 ac_default_prefix=bootstrap
@@ -1343,7 +1343,7 @@
   # 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 icedtea6 1.1 to adapt to many kinds of systems.
+\`configure' configures icedtea6 1.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1413,7 +1413,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of icedtea6 1.1:";;
+     short | recursive ) echo "Configuration of icedtea6 1.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1572,7 +1572,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-icedtea6 configure 1.1
+icedtea6 configure 1.2
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1586,7 +1586,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by icedtea6 $as_me 1.1, which was
+It was created by icedtea6 $as_me 1.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2276,7 +2276,7 @@
 
 # Define the identity of the package.
  PACKAGE='icedtea6'
- VERSION='1.1'
+ VERSION='1.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12582,7 +12582,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by icedtea6 $as_me 1.1, which was
+This file was extended by icedtea6 $as_me 1.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12629,7 +12629,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-icedtea6 config.status 1.1
+icedtea6 config.status 1.2
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -13353,7 +13353,7 @@
   # each Makefile.in and add a new line on top of each file to say so.
   # Grep'ing the whole file is not good either: AIX grep has a line
   # limit of 2048, but all sed's we know have understand at least 4000.
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
     dirpart=`$as_dirname -- "$mf" ||
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 	 X"$mf" : 'X\(//\)[^/]' \| \
--- a/configure.ac	Thu Apr 17 13:22:10 2008 -0400
+++ b/configure.ac	Thu Apr 17 17:04:16 2008 -0400
@@ -1,5 +1,5 @@
 AC_PREREQ([2.61])
-AC_INIT([icedtea6], [1.1], [fitzsim@redhat.com])
+AC_INIT([icedtea6], [1.2], [fitzsim@redhat.com])
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST