> 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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to