dbus ChangeLog,1.953,1.954 configure.in,1.141,1.142
John Palmieri
johnp at freedesktop.org
Fri Feb 10 12:57:12 PST 2006
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv20196
Modified Files:
ChangeLog configure.in
Log Message:
2006-02-10 John (J5) Palmieri <johnp at redhat.com>
* gcj/Makefile.am: point to correct jar command (Bug #4529)
patch from Doug Goldstein <cardoe at gentoo.org>
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.953
retrieving revision 1.954
diff -u -d -r1.953 -r1.954
--- ChangeLog 9 Feb 2006 19:57:42 -0000 1.953
+++ ChangeLog 10 Feb 2006 20:57:09 -0000 1.954
@@ -1,4 +1,9 @@
-2006-02-09 Joe Shaw <joeshaw at novell.com
+2006-02-10 John (J5) Palmieri <johnp at 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 at 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.
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- configure.in 22 Jan 2006 19:42:00 -0000 1.141
+++ configure.in 10 Feb 2006 20:57:09 -0000 1.142
@@ -211,6 +211,8 @@
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 @@
if test x$enable_gcj = xyes ; then
echo \
" gcj: ${GCJ}
- gcjflags: ${GCJFLAGS}"
+ gcjflags: ${GCJFLAGS}
+ jar: ${JAR}"
else
echo \
" gcj: (not enabled)"
More information about the dbus-commit
mailing list