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,

Re: autoreconf 2.68 runs libtoolize AFTER aclocal

2011-01-11 Thread Matthias Andree
On 2011-01-06, I wrote: > I've recently added LT_INIT([disable-static]) to openvpn, and figured > that autoreconf will run aclocal -I m4 first, and only then libtoolize. > I find this is the wrong order, because libtoolize may populate m4/, so > that I have to run autoreconf twice. > > I propose