You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by "Alexey N. Solofnenko" <tr...@typhoon.spb.ru> on 1998/10/03 14:30:00 UTC

Re: os-linux/3128: src/Configure script produces garbled module.c file if a module has DOS newlines.

The following reply was made to PR os-linux/3128; it has been noted by GNATS.

From: "Alexey N. Solofnenko" <tr...@typhoon.spb.ru>
To: apbugs@hyperreal.org, apache-bugdb@apache.org
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]*$//'`
                                 ^