The following reply was made to PR config/1368; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: "Bhaba R.Misra" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: config/1368: Syntax error in src/Configure file
Date: Thu, 6 Nov 1997 01:54:40 -0800 (PST)

 Yeah, that really does look like we're pushing the edge of POSIXness. 
 This patch fixes it for you, right? 
 
 Dean
 
 Index: Configure
 ===================================================================
 RCS file: /export/home/cvs/apachen/src/Configure,v
 retrieving revision 1.168
 diff -u -r1.168 Configure
 --- Configure  1997/11/05 12:48:12     1.168
 +++ Configure  1997/11/06 09:53:53
 @@ -1063,7 +1063,7 @@
            # it's responsible for the rest of its Makefile
            :
        else
 -          basedir=`echo $moddir | sed 's/^[^/]*\///g'`
 +          basedir=`echo $moddir | sed '[EMAIL PROTECTED]/]*/@@g'`
            awk >> $moddir/Makefile < $tmpfile '
                BEGIN {
                    printf "OBJS="
 

Reply via email to