summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-02-10 20:57:10 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-02-10 20:57:10 +0000
commitd7580d7bd623e15367cb70c6c28e6daf4dd11e6c (patch)
treea02ed15d2984f0b9ff64e62c3f73e558173a96d6
parentcbe0956998b0bd2d711eac322e3f1af84e0bc991 (diff)
2006-02-10 John (J5) Palmieri <johnp@redhat.com>
* gcj/Makefile.am: point to correct jar command (Bug #4529) patch from Doug Goldstein <cardoe at gentoo.org>
-rw-r--r--ChangeLog7
-rw-r--r--configure.in5
-rw-r--r--gcj/Makefile.am1
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ab8c1a41..ac15adbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2006-02-09 Joe Shaw <joeshaw@novell.com
+2006-02-10 John (J5) Palmieri <johnp@redhat.com>
+
+ * gcj/Makefile.am: point to correct jar command (Bug #4529)
+ patch from Doug Goldstein <cardoe at gentoo.org>
+
+2006-02-09 Joe Shaw <joeshaw@novell.com>
* mono/Arguments.cs: Fix a magic number in the mono bindings
that doesn't work on 64 bit arches. Patch from Peter Johanson.
diff --git a/configure.in b/configure.in
index 9d41042f..49f370d1 100644
--- a/configure.in
+++ b/configure.in
@@ -211,6 +211,8 @@ fi
if test x$enable_gcj = xyes; then
if test x$have_gcj = xno ; then
AC_MSG_ERROR([Building gcj explicitly required, but gcj not found])
+ else
+ AC_CHECK_PROGS(JAR, gcj-jar fastjar jar)
fi
fi
@@ -1412,7 +1414,8 @@ echo "
if test x$enable_gcj = xyes ; then
echo \
" gcj: ${GCJ}
- gcjflags: ${GCJFLAGS}"
+ gcjflags: ${GCJFLAGS}
+ jar: ${JAR}"
else
echo \
" gcj: (not enabled)"
diff --git a/gcj/Makefile.am b/gcj/Makefile.am
index 608cdbe8..5ee26b9c 100644
--- a/gcj/Makefile.am
+++ b/gcj/Makefile.am
@@ -1,5 +1,4 @@
SUBDIRS=org
-JAR=jar
CLEANFILES=dbus-1.jar