Re: automake/472: toolchain issues when building *.o files from *.S files

2005-08-16 Thread Stepan Kasal
Hello Seth, On Mon, Aug 15, 2005 at 06:48:45PM -0700, Seth Brutzman wrote: The patch worked beautifully! I applied it to my tarball-compile of automake 1.9.6, then recompiled Inkscape without so much as a hiccup. Thanks for the prompt reply and spot on fix. :) I was lucky. ;-) I've

how to extend the Makefile templates?

2005-08-16 Thread Harald Dunkel
Hi folks, I would need some way to add recursive targets to all generated Makefiles, without asking every owner of every Makefile.am to append some include statement or some keyword to be replaced by AC_SUBST_FILE. What would be your suggestion to solve this? Regards Harri

Re: how to extend the Makefile templates?

2005-08-16 Thread Ralf Wildenhues
Hi Harald, * Harald Dunkel wrote on Tue, Aug 16, 2005 at 12:39:46PM CEST: I would need some way to add recursive targets to all generated Makefiles, without asking every owner of every Makefile.am to append some include statement or some keyword to be replaced by AC_SUBST_FILE. Hmm. I

Files used in EXTRA_DIST not working with distcheck

2005-08-16 Thread Joshua Moore-Oliva
I have two files, cspm.lex and cspm.y that due to circumstances out of my control need special processing. The only way I could get them into the package without automake automatically processing them was by using the EXTRA_DIST variable, as follows EXTRA_DIST = cspm.lex cspm.y I can make