order of programs run by autoreconf

2009-09-08 Thread Vincent Torri
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

Re: order of programs run by autoreconf

2009-09-08 Thread Patrick Welche
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

Re: order of programs run by autoreconf

2009-09-08 Thread Eric Blake
-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

Re: order of programs run by autoreconf

2009-09-08 Thread Ralf Wildenhues
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