Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: <012101c2987f$67c9eb70$78d96f83@pomello> From: "Max Bowsher" To: "Lapo Luchini" , "Mailing List: CygWin" References: <3DE8CDE5 DOT 8060307 AT lapo DOT it> Subject: Re: cygwin's autoconf? Date: Sat, 30 Nov 2002 14:47:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Lapo Luchini wrote: > Hi! > Finally I decided to study seriously the autotools (thanks for the > references, Nicholas!).. but I have a small problem: > > (cyberone is my CygWin/WinXP desktop machine, cyberx is my FreeBSD > home-server machine) > cyberone$ autoreconf > cyberone$ rsync -vrLe ssh --delete * lapo AT cyberx:project/ > cyberx$ ./configure > [normal configure output] > cyberx$ make > cd . && /bin/sh $(HOME)/project/config/missing --run autoconf > FATAL ERROR: Autoconf version 2.54 or higher is required for this > script > > Now.. either I've got it completely wrong in my head or autoconf on a > "user" PC should be needed only if configure.in/Makefile.am are > modified? Maybe a problem with the granularity of Windows filetimes? 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. Max. -- 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/