This is the mail archive of the cygwin@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: cygwin's autoconf?



Lapo Luchini wrote:

I believe that autoreconf isn't entirely reliable.

This is the reason that projects (e.g. libgetopt++) often have a
bootstrap.sh which runs the relevant autotools.

Doing "aclocal && automake && autoconf" as the autobook suggests doesn't change things... =(
(or: it does seldom work, but usually doesn't.. that's why I'm thinking about granularity in NT's timekeeping)
automake 1.7.x and later require autoconf-2.54 or newer. Ordinarily, the wrapper scripts in the cygwin autotools suite ensure that "matching" versions are called -- unless your installation is not fully uptodate.

Make sure you have both
autoconf-devel-2.54-...
automake-1.7.1-....
installed, and check to see if your configure.[in|ac] file has an 'AC_PREREQ(x.xx)' line in it.

--Chuck



--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


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