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
X-AuthUser: gerrit:koeln.convey.de
Date: Mon, 16 Jun 2003 13:08:56 +0200
From: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Reply-To: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <167246809212.20030616130856@familiehaase.de>
To: Makino Takaki <t@snowelm.com>
CC: David Kilroy <david.kilroy@pigroup.co.uk>, cygwin@cygwin.com
Subject: Re: cygwin autoconf produces configure scripts with CR/LF
In-Reply-To: <20030616175416.B1BC.T@snowelm.com>
References: <E562FCEE3A42D61192880002A5FB4333FF33E2@kite.pigroup.co.uk>
 <20030616175416.B1BC.T@snowelm.com>
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit

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 $@


Gerrit
-- 
=^..^=


--
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/

