autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: Define a complete rule via autoconf (quoting issue, AC_SUBST)
Date: Sun, 02 Nov 2008 08:52:32 +0100
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]