The following reply was made to PR os-linux/3128; it has been noted by GNATS.
From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: Subject: Re: os-linux/3128: src/Configure script produces garbled module.c
file
if a module has DOS newlines.
Date: Sat, 03 Oct 1998 12:30:31 +0000
It can be fixed by adding \x0D character in src/Configuration :
1409:sed 's/[ \t]*;[ \r\t]*$//'`
^
