Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 3938 invoked by uid 6000); 3 Oct 1998 12:30:03 -0000 Received: (qmail 3835 invoked by uid 2001); 3 Oct 1998 12:30:00 -0000 Date: 3 Oct 1998 12:30:00 -0000 Message-ID: <19981003123000.3833.qmail@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: "Alexey N. Solofnenko" Subject: Re: os-linux/3128: src/Configure script produces garbled module.c file if a module has DOS newlines. Reply-To: "Alexey N. Solofnenko" Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR os-linux/3128; it has been noted by GNATS. 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]*$//'` ^