Proposal: Remove autotool-generated files from setup CVS

Max Bowsher maxb@ukf.net
Thu Mar 6 12:29:00 GMT 2003


Max Bowsher wrote:
> Robert: Does the order of invocation of automake and autoconf matter?
>
> It's one way round in libgetopt++ and the other way round in setup.

I've been looking at autoreconf. If it is right, and *if* order *does*
matter, then libgetopt++/bootstrap.sh is wrong.

autoreconf in libgetopt++:
~~~~~~~~~~~~~~~~~~~~~~~~~~
aclocal
libtoolize
aclocal (*)
autoconf
autoheader
automake

(*) seems like overkill. Anyway, is currently unneccessary for setup &
libgetopt++.

bootstrap.sh in libgetopt++:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aclocal
autoheader
libtoolize
automake
autoconf


Max.



More information about the Cygwin-apps mailing list