Re: Define a complete rule via autoconf (quoting issue, AC_SUBST)

2008-11-02 Thread Paolo Bonzini
I get errors running ./configure. I guess, this is, because of a problem with the quotation. Doing a simple: AC_SUBST([DESKTOP_DATA_RULE], [ target: requirements @list=... ]) DESKTOP_DATA_RULE=AS_ESCAPE([ ... ]) AC_SUBST([DESKTOP_DATA_RULE]) should work. Paolo

Re: Define a complete rule via autoconf (quoting issue, AC_SUBST)

2008-11-02 Thread Ralf Wildenhues
Hello Daniel, re. the part that has not been addressed yet: * Daniel Leidert wrote on Sat, Nov 01, 2008 at 11:21:11PM CET: schemas_DATA = `echo $(schemas_in_files) | sed 's/.schemas.in$$//;$(transform);s/$$/.schemas/'` Running the install target fails, because the installation rules do

Re: Define a complete rule via autoconf (quoting issue, AC_SUBST)

2008-11-01 Thread Daniel Leidert
Am Dienstag, den 28.10.2008, 07:50 +0100 schrieb Ralf Wildenhues: Hi Daniel, * Daniel Leidert wrote on Mon, Oct 27, 2008 at 11:04:34PM CET: I want to place a rule in several Makefiles. So I thought about putting @DESKTOP_DATA_RULE@ into every Makefile.am and define the rule via