Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <8516471FB1F6D211B3850004AC4CA7AF3A9115@wd21exch003.hdq.winndixies.com> From: Steve Bloomfield To: "'earnie_boyd AT yahoo DOT com'" Cc: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: RE: Configure not finding autoconf & automake Date: Fri, 19 Nov 1999 09:15:56 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="windows-1252" > -----Original Message----- > From: Earnie Boyd [mailto:earnie_boyd AT yahoo DOT com] > Sent: Friday, November 19, 1999 8:46 AM > To: Steve Bloomfield; 'cygwin AT sourceware DOT cygnus DOT com' > Subject: Re: Configure not finding autoconf & automake > > > --- Steve Bloomfield wrote: > > When I run configure to set up anything it reports that autoconf and > > automake are not found (but continues). These were > included with version > > 1.0 and they are in my PATH, so what's wrong? > > > > Is the configure script looking for a physical rather than a > relative path to > autoconf and automake? > Here is what autoconf looks like when I run it: /:autoconf --version : not found : not found : not found : not found : not found : not found /usr/local/bin/autoconf: 41: Syntax error: expecting "in" Here is what the configure script does: /:if (autoconf --version) < /dev/null >/dev/null 2>&1; then > echo I have it > else > echo I dont > fi I dont /: Are there environment variables needed for autoconf to work correctly? -Steve Bloomfield -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com