Received: (qmail 29898 invoked by uid 2012); 3 Oct 1998 09:33:31 -0000 Message-Id: <19981003093331.29897.qmail@hyperreal.org> Date: 3 Oct 1998 09:33:31 -0000 From: Alexey Solofnenko Reply-To: trelony@writeme.com To: apbugs@hyperreal.org Subject: src/Configure script produces garbled module.c file if a module has DOS newlines. X-Send-Pr-Version: 3.2 >Number: 3128 >Category: os-linux >Synopsis: src/Configure script produces garbled module.c file if a module has DOS newlines. >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sat Oct 3 02:40:01 PDT 1998 >Last-Modified: Sat Oct 3 05:30:00 PDT 1998 >Originator: trelony@writeme.com >Organization: apache >Release: 1.3.2 >Environment: Linux 2.0.35 RH 5.1 gcc 2.7... >Description: If a module file has dos newlines "\r\n" and this module is added in configuration as AddModule .... Configure scripts creates something like modulename;\r_module and it wont compile. >How-To-Repeat: yes >Fix: >Audit-Trail: From: "Alexey N. Solofnenko" 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]*$//'` ^ >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]