| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3DE9114C.1070309@ece.gatech.edu> |
| Date: | Sat, 30 Nov 2002 14:28:12 -0500 |
| From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 |
| X-Accept-Language: | en-us, en |
| MIME-Version: | 1.0 |
| To: | Lapo Luchini <lapo AT lapo DOT it> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: cygwin's autoconf? |
| References: | <3DE8CDE5 DOT 8060307 AT lapo DOT it> <012101c2987f$67c9eb70$78d96f83 AT pomello> <3DE8E77D DOT 3000603 AT lapo DOT it> |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |