Re: AutoConf web documentation bug.

2011-01-11 Thread Mostafa
Hi, --- On Tue, 11/1/11, Eric Blake wrote: > I will push this once I know how to credit your name in > THANKS (that is, > do you have a preferred name longer than just "Mostafa"?). "Mostafa" would be fine. Thanks, Mostafa

Re: AutoConf web documentation bug.

2011-01-11 Thread Eric Blake
On 01/11/2011 11:09 AM, Mostafa wrote: > In > http://www.gnu.org/software/autoconf/manual/autoconf.html#Conditional-constructs > , under the definition for m4_ifval, I believe the following clause is > erroneous: > > This is shorthand for: > > m4_if([cond], [], [if-true], [if-false])

AutoConf web documentation bug.

2011-01-11 Thread Mostafa
In http://www.gnu.org/software/autoconf/manual/autoconf.html#Conditional-constructs , under the definition for m4_ifval, I believe the following clause is erroneous: This is shorthand for: m4_if([cond], [], [if-true], [if-false]) Since the latter expands to if-true if cond is empty,