cygwin's autoconf?

Charles Wilson cwilson@ece.gatech.edu
Sat Nov 30 22:03:00 GMT 2002



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/



More information about the Cygwin mailing list