bug-autoconf
[Top][All Lists]
Advanced

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

Re: AH_VERBATIM isn't really verbatim with backslashes (autoconf 2.49c)


From: Akim Demaille
Subject: Re: AH_VERBATIM isn't really verbatim with backslashes (autoconf 2.49c)
Date: 30 Jan 2001 11:40:42 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| Given the following configure.ac file:
|   AC_INIT(configure.ac)
|   AC_CONFIG_HEADER(config.h)
|   AH_VERBATIM([BACKSLASH], [#define BACKSLASH '\\'])
| 
| The command "autoheader" generates a config.h.in file like this:
| 
|   /* config.h.in.  Generated automatically from configure.ac by autoheader.  
*/
| 
|   #define BACKSLASH '\'
| 
| Apparently AH_VERBATIM isn't really verbatim: it turned two
| backslashes into one.  This isn't documented anywhere that I can see;
| is it intended?

Hm, I had not realized it was a different issue :(

I really don't know what to do, it has not been specified.  You tell
me...  There should be at least $var expansion in there.  IMHO.



reply via email to

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