> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:autoconf-
> [EMAIL PROTECTED] On Behalf Of Markus Moeller
> Sent: mardi 23 novembre 2004 00:49
> To: Andreas Schwab
> Cc: [EMAIL PROTECTED]
> Subject: Re: Header template file
> 
> Yes that works, but if I use [EMAIL PROTECTED] it always drops the @host. is @
> a
> special character ? How do I escape it ?

@ is used to delimit replaceable text, like if you use AC_SUBST(x, y) then
@x@ will be replaced by y in files that configure creates.

I don’t think you can, though. Maybe you should AC_SUBST(something,
[EMAIL PROTECTED]). That works ;)

Guus

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 01/11/2004
 



_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to