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/

Reply via email to