On Mon, Aug 15, 2005 at 12:10:52PM -0700, Seth Brutzman wrote:
I got a reply from the automake team!
Cool! Looks like they recognized it as an actual automake bug. Very nice.
BTW: *.S will mean _preprocessed_ assembler in automake-1.10. So if this is not your case, you should rather use *.s for asm sources.
Whoever wrote the MMX code will have to answer this. It just means inkscape may need to rename these files in automake 1.10. No big deal.
practices). Hopefully they'll end up on the mailing list like a normal attachment.
Looks like they came through fine.
retrieving revision 1.1611
This is a higher rev than the other patch, so I suspect the 2nd one is the "released" 1.9 automake patch:
RCS file: /cvsroot/automake/automake/automake.in,v retrieving revision 1.1569.2.18 diff -u -r1.1569.2.18 automake.in --- automake.in 30 Jun 2005 21:19:58 -0000 1.1569.2.18 +++ automake.in 15 Aug 2005 17:36:02 -0000 @@ -1138,7 +1138,7 @@ my $output_flag = $lang->output_flag || ''; $output_flag = '-o' if (! $output_flag
&& $lang->name eq 'c'
&& ($lang->name eq 'c' || $lang->name eq 'asm')
&& option 'subdir-objects');
# Compute a possible derived extension.
If you're root and you do:
cd /usr/bin patch -p0 automake < /path/to/this/patch
I think it'll apply and you can see if using automake 1.9 works then. If so, let them know the patch worked for you. :)