This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal: Remove autotool-generated files from setup CVS


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]