Re: autoreconf 2.68 runs libtoolize AFTER aclocal

2011-01-06 Thread Ralf Wildenhues
Hi Matthias, long time no see! * Matthias Andree wrote on Thu, Jan 06, 2011 at 06:28:35PM CET: > 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 ma

autoreconf 2.68 runs libtoolize AFTER aclocal

2011-01-06 Thread Matthias Andree
Greetings, 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 that autoreconf runs lib