[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: revisit: bare carriage return in status.m4 / configure
From: |
Ralf Wildenhues |
Subject: |
Re: revisit: bare carriage return in status.m4 / configure |
Date: |
Tue, 28 Oct 2008 07:42:21 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Eric Blake wrote on Tue, Oct 28, 2008 at 03:54:49AM CET:
> --- a/lib/autoconf/status.m4
> +++ b/lib/autoconf/status.m4
> @@ -370,7 +370,7 @@ else
> # The final `:' finishes the AND list.
> ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
> fi]])
> -ac_cr='
'
> +ac_cr=`echo X | tr X '\015'`
Are we going to ignore non-ASCII systems now?
AFAIR there was somebody trying to maintain a VMS fork of Autoconf,
a couple of years go.
Cheers,
Ralf