This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch 4 of 4: Minor typo


"Tim Van Holder" <tim.van.holder@pandora.be> writes:

> > Tim> 2001-02-10  Tim Van Holder  <tim.van.holder@pandora.be>
> > Tim> 	* m4/sanity.m4: Quote AC_MSG_RESULT's argument.
> > 
> > Why?
> As I understand it, the current convention is that ALL arguments
> to autoconf macros should be quoted (even trivial ones like
> 'yes' and 'no').
> Basically, I ran a cvs diff on my local tree and this change
> showed up. Looking into this now, there are several other
> AC_MSG_RESULT calls in m4/ that are unquoted.
> I'll defer the decision on whether to quote all or none of them
> to you or Akim; it does not really matter that much.

I sometimes apply very strict rules in Autoconf, hoping it will help
readers to catch the rules of quotation, but indeed here, although
very correct (actually to be extremely correct there should be two
levels of quotations: this is a terminal, a literal), it's kind of
obfuscating :)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]