Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3EEE5A9F.60108@ece.gatech.edu>
Date: Mon, 16 Jun 2003 20:02:39 -0400
From: Charles Wilson <cwilson@ece.gatech.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030401
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
CC: cygwin@cygwin.com
Subject: Re: cygwin autoconf produces configure scripts with CR/LF
References: <E562FCEE3A42D61192880002A5FB4333FF33E2@kite.pigroup.co.uk> <20030616175416.B1BC.T@snowelm.com> <167246809212.20030616130856@familiehaase.de>
In-Reply-To: <167246809212.20030616130856@familiehaase.de>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Gerrit P. Haase wrote:

> Makino schrieb:
> 
> 
>>Is it possible to provide some tentative solutions for cygwin distributions
>>of automake/autoconf packages, e.g. inserting "PERLIO=stdio; export PERLIO"
>>to the automake/autoconf scripts?
> 
> 
> No, I'll fix perl as soon as possible to default to the 'old' behaviour,
> that is: to write what you expect it to write.
> 
> Anyway, you can write some wrappers yourself, do s.th. like this:
> 
> $ cp /bin/autoconf /bin/autoconfwrapper
> 
> $ joe autoconf
> 
> #! /bin/sh
> export PERLIO=perlio
> /bin/autoconfwrapper $@

I don't know if that's necessary, Gerritt.  Takaki was using 5.8.0-2 -- 
and I saw similar behavior with 5.8.0-2 (but I only noticed yesterday). 
  OTOH, after upgrading to 5.8.0-3 (and WITHOUT putting PERLIO=perlio in 
my environment), I see "normal" behavior.

--Chuck



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

