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]

Order of commands in libgetopt++/bootstrap.sh


Max Bowsher wrote:
> 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

I suggest re-ordering to match autoreconf (minus the second aclocal - I
checked that is has no effect in this case), on the grounds that the writers
of autoreconf, *should* know what they are doing.

Max.


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