| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-AuthUser: | gerrit:koeln.convey.de |
| Date: | Mon, 16 Jun 2003 13:08:56 +0200 |
| From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <167246809212.20030616130856@familiehaase.de> |
| To: | Makino Takaki <t AT snowelm DOT com> |
| CC: | David Kilroy <david DOT kilroy AT pigroup DOT co DOT uk>, cygwin AT cygwin DOT com |
| Subject: | Re: cygwin autoconf produces configure scripts with CR/LF |
| In-Reply-To: | <20030616175416.B1BC.T@snowelm.com> |
| References: | <E562FCEE3A42D61192880002A5FB4333FF33E2 AT kite DOT pigroup DOT co DOT uk> |
| <20030616175416 DOT B1BC DOT T AT snowelm DOT com> | |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |