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

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

 



> 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@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux