This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin autoconf produces configure scripts with CR/LF


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]