Re: autoreconf 2.68 runs libtoolize AFTER aclocal

2011-01-11 Thread Matthias Andree
are no practical problems with autoconf 2.68 and libtoolize 2.2.10. Consider this closed. Sorry for the noise. -- Matthias Andree

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

autoconf 2.59 --quiet bug: "updating cache CACHEFILE" still printed

2005-04-06 Thread Matthias Andree
When using autoconf 2.59 to create a configuration file from a configure.ac that contains AC_CACHE_SAVE (for instance), ./configure --quiet still prints "updating cache config.cache". -- Matthias Andree