changeset in /hg/icedtea: 2007-12-14 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:40 PST 2008
changeset 8ebacb1a78b9 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=8ebacb1a78b9
description:
2007-12-14 Lillian Angel <langel at redhat.com>
* configure.ac: Updated to version 1.5.
* configure: Regenerate.
diffstat:
4 files changed, 17 insertions(+), 11 deletions(-)
ChangeLog | 5 +++++
Makefile.in | 1 +
configure | 20 ++++++++++----------
configure.ac | 2 +-
diffs (118 lines):
diff -r 887f0f6a7833 -r 8ebacb1a78b9 ChangeLog
--- a/ChangeLog Fri Dec 14 16:44:35 2007 -0500
+++ b/ChangeLog Fri Dec 14 16:55:48 2007 -0500
@@ -1,3 +1,8 @@ 2007-12-14 Lillian Angel <langel at redha
+2007-12-14 Lillian Angel <langel at redhat.com>
+
+ * configure.ac: Updated to version 1.5.
+ * configure: Regenerate.
+
2007-12-14 Lillian Angel <langel at redhat.com>
Fixes Bug #88
diff -r 887f0f6a7833 -r 8ebacb1a78b9 Makefile.in
--- a/Makefile.in Fri Dec 14 16:44:35 2007 -0500
+++ b/Makefile.in Fri Dec 14 16:55:48 2007 -0500
@@ -124,6 +124,7 @@ LIBS = @LIBS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
+MERCURIAL = @MERCURIAL@
MKDIR_P = @MKDIR_P@
MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
MOZILLA_LIBS = @MOZILLA_LIBS@
diff -r 887f0f6a7833 -r 8ebacb1a78b9 configure
--- a/configure Fri Dec 14 16:44:35 2007 -0500
+++ b/configure Fri Dec 14 16:55:48 2007 -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.4.
+# Generated by GNU Autoconf 2.61 for icedtea 1.5.
#
# 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.4'
-PACKAGE_STRING='icedtea 1.4'
+PACKAGE_VERSION='1.5'
+PACKAGE_STRING='icedtea 1.5'
PACKAGE_BUGREPORT='fitzsim at redhat.com'
ac_default_prefix=bootstrap
@@ -1275,7 +1275,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.4 to adapt to many kinds of systems.
+\`configure' configures icedtea 1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1345,7 +1345,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of icedtea 1.4:";;
+ short | recursive ) echo "Configuration of icedtea 1.5:";;
esac
cat <<\_ACEOF
@@ -1467,7 +1467,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.4
+icedtea configure 1.5
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1481,7 +1481,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.4, which was
+It was created by icedtea $as_me 1.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2171,7 +2171,7 @@ fi
# Define the identity of the package.
PACKAGE='icedtea'
- VERSION='1.4'
+ VERSION='1.5'
cat >>confdefs.h <<_ACEOF
@@ -10375,7 +10375,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.4, which was
+This file was extended by icedtea $as_me 1.5, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10422,7 +10422,7 @@ _ACEOF
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-icedtea config.status 1.4
+icedtea config.status 1.5
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -r 887f0f6a7833 -r 8ebacb1a78b9 configure.ac
--- a/configure.ac Fri Dec 14 16:44:35 2007 -0500
+++ b/configure.ac Fri Dec 14 16:55:48 2007 -0500
@@ -1,5 +1,5 @@ AC_PREREQ([2.61])
AC_PREREQ([2.61])
-AC_INIT([icedtea], [1.4], [fitzsim at redhat.com])
+AC_INIT([icedtea], [1.5], [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