changeset in /hg/icedtea6: 2009-02-13 Lillian Angel <langel at re...

Andrew John Hughes gnu_andrew at member.fsf.org
Fri Feb 13 16:04:26 PST 2009


2009/2/13 Lillian Angel <langel at redhat.com>:
> changeset 30659285afdb in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=30659285afdb
> description:
>        2009-02-13  Lillian Angel  <langel at redhat.com>
>
>                * acinclude.m4: Upgraded rhino to 1.7 from 1.6.
>
> diffstat:
>
> 2 files changed, 6 insertions(+), 2 deletions(-)
> ChangeLog    |    4 ++++
> acinclude.m4 |    4 ++--
>
> diffs (25 lines):
>
> diff -r 493d9814f1ae -r 30659285afdb ChangeLog
> --- a/ChangeLog Thu Feb 12 15:49:51 2009 +0000
> +++ b/ChangeLog Fri Feb 13 15:27:01 2009 -0500
> @@ -1,3 +1,7 @@ 2009-02-12  Andrew John Hughes  <ahughes
> +2009-02-13  Lillian Angel  <langel at redhat.com>
> +
> +       * acinclude.m4: Upgraded rhino to 1.7 from 1.6.
> +
>  2009-02-12  Andrew John Hughes  <ahughes at redhat.com>
>
>        * configure.ac:
> diff -r 493d9814f1ae -r 30659285afdb acinclude.m4
> --- a/acinclude.m4      Thu Feb 12 15:49:51 2009 +0000
> +++ b/acinclude.m4      Fri Feb 13 15:27:01 2009 -0500
> @@ -588,8 +588,8 @@ AC_DEFUN([FIND_RHINO_JAR],
>       RHINO_JAR=/usr/share/java/rhino.jar
>     elif test -e "/usr/share/java/js.jar"; then
>       RHINO_JAR=/usr/share/java/js.jar
> -    elif test -e "/usr/share/rhino-1.6/lib/js.jar"; then
> -      RHINO_JAR=/usr/share/rhino-1.6/lib/js.jar
> +    elif test -e "/usr/share/rhino-1.7/lib/js.jar"; then
> +      RHINO_JAR=/usr/share/rhino-1.7/lib/js.jar
>     fi
>     if test x"${RHINO_JAR}" = "xyes"; then
>       AC_MSG_RESULT([not found])
>

What was the purpose of this patch?  Fedora doesn't even install Rhino
to this directory and by forcing 1.7, I now can't build with
Javascript support.
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list