Hey,
In the autoconf manual, it is said that autoreconf runs the programs
autoconf, autoheader, aclocal, automake, libtoolize, and autopoint. But
when I run autoreconf -v to see what is running, the order is different
(that is aclocal, libtoolize, autoconf, autoheader and automake). Does it
On Tue, Sep 08, 2009 at 09:59:03AM +0200, Vincent Torri wrote:
> In the autoconf manual, it is said that autoreconf runs the programs
> autoconf, autoheader, aclocal, automake, libtoolize, and autopoint.
> But when I run autoreconf -v to see what is running, the order is
> different (that is acloca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Vincent Torri on 9/8/2009 1:59 AM:
>
> Hey,
>
> In the autoconf manual, it is said that autoreconf runs the programs
> autoconf, autoheader, aclocal, automake, libtoolize, and autopoint.
But it didn't say in which order.
> But
> when I
Hello Vincent,
* Vincent Torri wrote on Tue, Sep 08, 2009 at 09:59:03AM CEST:
>
> In the autoconf manual, it is said that autoreconf runs the programs
> autoconf, autoheader, aclocal, automake, libtoolize, and autopoint.
> But when I run autoreconf -v to see what is running, the order is
> differ