|
|||||||||||
|
DO NOT REPLY [Bug 15678] New: - configure broken if layout begins on first line of config.layout
From: <bugzilla(at)apache.org>
Date: Fri Dec 27 2002 - 02:31:07 EST
configure broken if layout begins on first line of config.layout
Summary: configure broken if layout begins on first line of
config.layout
Product: Apache httpd-2.0
Version: 2.0.43
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Other
Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: sk@sethwklein.net
The configure script is broken if the selected layout begins on the first line of config.layout. To reproduce:
cd httpd-2.0.43
This is with GNU Sed 4.0.4 which is relevent because the problem is with the sed program that configure uses to parse config.layout. The following patch (which i will also attach, if the system lets me) fixes the problem for me.
I am tempted to indulge in a rant about the wisdom of using configure args instead of weird config files in this situation but this bug report is hardly the place. I will however indulge in a suggestion. Something like: if [ ! -s "$pldconf" ];then To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Fri Dec 27 07:29:49 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:14 EDT |
||||||||||
|
|||||||||||