You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/11/06 12:23:28 UTC

[PATCH] Re: config/1368: Syntax error in src/Configure file (fwd)

We do something that's probably fine POSIX, but pushing the edge of what
vendors would likely mess up ... and it does break on MachTen. 

Dean

---------- Forwarded message ----------
Date: 6 Nov 1997 10:00:01 -0000
From: Dean Gaudet <dg...@arctic.org>
To: apache-bugdb@apache.org
Subject: Re: config/1368: Syntax error in src/Configure file

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

From: Dean Gaudet <dg...@arctic.org>
To: "Bhaba R.Misra" <sy...@vt.edu>
Cc: apbugs@hyperreal.org
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 's@^[^/]*/@@g'`
  	    awk >> $moddir/Makefile < $tmpfile '
  		BEGIN {
  		    printf "OBJS="
 


Re: [PATCH] Re: config/1368: Syntax error in src/Configure file (fwd)

Posted by Martin Kraemer <Ma...@mch.sni.de>.
On Thu, Nov 06, 1997 at 03:23:28AM -0800, Dean Gaudet wrote:
> We do something that's probably fine POSIX, but pushing the edge of what
> vendors would likely mess up ... and it does break on MachTen. 
>  -	    basedir=`echo $moddir | sed 's/^[^/]*\///g'`
>  +	    basedir=`echo $moddir | sed 's@^[^/]*/@@g'`

+1.
    Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request