changeset in /hg/icedtea6: Add an additional path to check for t...
Andrew John Hughes
gnu_andrew at member.fsf.org
Wed Dec 17 14:16:49 PST 2008
changeset 83952ccf276b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=83952ccf276b
description:
Add an additional path to check for the Rhino JAR.
2008-12-17 Andrew John Hughes <gnu_andrew at member.fsf.org>
* acinclude.m4:
(FIND_RHINO_JAR): Check for js.jar
in Gentoo install location too.
diffstat:
2 files changed, 8 insertions(+)
ChangeLog | 6 ++++++
acinclude.m4 | 2 ++
diffs (25 lines):
diff -r 90358389b2d4 -r 83952ccf276b ChangeLog
--- a/ChangeLog Wed Dec 17 22:14:33 2008 +0000
+++ b/ChangeLog Wed Dec 17 22:16:21 2008 +0000
@@ -1,3 +1,9 @@ 2008-12-17 Andrew John Hughes <gnu_and
+2008-12-17 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * acinclude.m4:
+ (FIND_RHINO_JAR): Check for js.jar
+ in Gentoo install location too.
+
2008-12-17 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
diff -r 90358389b2d4 -r 83952ccf276b acinclude.m4
--- a/acinclude.m4 Wed Dec 17 22:14:33 2008 +0000
+++ b/acinclude.m4 Wed Dec 17 22:16:21 2008 +0000
@@ -645,6 +645,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
fi
if test x"${RHINO_JAR}" = "xyes"; then
AC_MSG_RESULT([not found])
More information about the distro-pkg-dev
mailing list