On Sat, Jul 30, 2005 at 02:29:13AM -0400, Eric Dorland wrote:

> Wow, sorry this slipped through my net for a long time. Is this still
> a problem in the latest automake 1.9? 

It's been a while since I've done java work, but the function to which
the patch applies hasn't been changed between current (Debian unstable)
1.8 and 1.9.  I haven't actually tested that the bug hasn't been fixed
in some other way, though.

Attached is an updated patch (produced mechanically from patch, diff3
-m, diff) for /usr/bin/automake-1.9 from 1.9.6-1.  Untested.

pjrm.
--- /usr/bin/automake-1.9       2005-07-13 16:04:52.000000000 +1000
+++ /home/pmoulder/src/automake-1.9     2005-07-30 18:16:31.000000000 +1000
@@ -4515,7 +4515,10 @@ sub handle_java
       }
 
 
-    push (@all, 'class' . $dir . '.stamp');
+    if $dir ne 'check')
+      {
+       push (@all, 'class' . $dir . '.stamp');
+      }
 }
 
 

Reply via email to