From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Todd Goodman" To: "'Steve Bloomfield'" , Cc: Subject: RE: Configure not finding autoconf & automake Date: Sat, 20 Nov 1999 11:17:00 -0000 Message-id: <002f01bf3370$d4e71150$0301a8c0@tgoodman8> References: <8516471FB1F6D211B3850004AC4CA7AF3A9115@wd21exch003.hdq.winndixies.com> X-SW-Source: 1999-11/msg00488.html This looks like what I get if I have a script with carriage-return/newline line endings on a binary mount. I had the same problems with autoconf and automake. Todd > -----Original Message----- > From: cygwin-owner@sourceware.cygnus.com > [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Steve > Bloomfield > Sent: Friday, November 19, 1999 9:16 AM > To: 'earnie_boyd@yahoo.com' > Cc: 'cygwin@sourceware.cygnus.com' > Subject: RE: Configure not finding autoconf & automake > > > > > > -----Original Message----- > > From: Earnie Boyd [ mailto:earnie_boyd@yahoo.com ] > > Sent: Friday, November 19, 1999 8:46 AM > > To: Steve Bloomfield; 'cygwin@sourceware.cygnus.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@sourceware.cygnus.com > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Todd Goodman" To: "'Steve Bloomfield'" , Cc: Subject: RE: Configure not finding autoconf & automake Date: Tue, 30 Nov 1999 23:39:00 -0000 Message-ID: <002f01bf3370$d4e71150$0301a8c0@tgoodman8> References: <8516471FB1F6D211B3850004AC4CA7AF3A9115@wd21exch003.hdq.winndixies.com> X-SW-Source: 1999-11n/msg00488.html Message-ID: <19991130233900.7x6-NmX0CIpfMQC5ArMqsFAhrsRNSzVj7e5-iYWM_1M@z> This looks like what I get if I have a script with carriage-return/newline line endings on a binary mount. I had the same problems with autoconf and automake. Todd > -----Original Message----- > From: cygwin-owner@sourceware.cygnus.com > [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Steve > Bloomfield > Sent: Friday, November 19, 1999 9:16 AM > To: 'earnie_boyd@yahoo.com' > Cc: 'cygwin@sourceware.cygnus.com' > Subject: RE: Configure not finding autoconf & automake > > > > > > -----Original Message----- > > From: Earnie Boyd [ mailto:earnie_boyd@yahoo.com ] > > Sent: Friday, November 19, 1999 8:46 AM > > To: Steve Bloomfield; 'cygwin@sourceware.cygnus.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@sourceware.cygnus.com > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com