From: John (J5) Palmieri Date: Fri, 10 Feb 2006 20:57:10 +0000 (+0000) Subject: 2006-02-10 John (J5) Palmieri X-Git-Tag: dbus-0.61~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7580d7bd623e15367cb70c6c28e6daf4dd11e6c;p=thirdparty%2Fdbus.git 2006-02-10 John (J5) Palmieri * gcj/Makefile.am: point to correct jar command (Bug #4529) patch from Doug Goldstein --- diff --git a/ChangeLog b/ChangeLog index ab8c1a414..ac15adbed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2006-02-09 Joe Shaw + + * gcj/Makefile.am: point to correct jar command (Bug #4529) + patch from Doug Goldstein + +2006-02-09 Joe Shaw * 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 9d41042fa..49f370d18 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 608cdbe8f..5ee26b9c4 100644 --- a/gcj/Makefile.am +++ b/gcj/Makefile.am @@ -1,5 +1,4 @@ SUBDIRS=org -JAR=jar CLEANFILES=dbus-1.jar