Hi,

On Fri, 2008-02-29 at 09:27 +0100, Mark Wielaard wrote:
> This breaks the build when gmp isn't installed (see below).
> Could you look into that?

I still have that when gmp isn't installed. But I do now get a clean
distcheck when gpm is installed with the following patch to explicitly
include lang-math in the dist files:

2008-03-02  Mark Wielaard  <[EMAIL PROTECTED]>

    * native/jni/Makefile.am (DIST_SUBDIRS): Add java-math.

This should also fix up the autobuilder.

Committed,

Mark

diff -u -r1.21 Makefile.am
--- native/jni/Makefile.am      28 Feb 2008 22:44:23 -0000      1.21
+++ native/jni/Makefile.am      2 Mar 2008 22:47:00 -0000
@@ -36,6 +36,7 @@
   $(ALSADIR) $(DSSIDIR) $(GTKDIR) $(CLASSPATH_QT_PEER_DIR) $(XMLJDIR) \
   $(CLASSPATH_GCONF_PEER_DIR) $(CLASSPATH_GSTREAMER_PEER_DIR)
 DIST_SUBDIRS = classpath java-io java-lang java-net java-nio java-util \
+               java-math \
                gtk-peer gconf-peer gstreamer-peer qt-peer xmlj midi-alsa \
                midi-dssi native-lib



Reply via email to