dgaudet 97/11/06 13:57:39
Modified: src CHANGES Configure
Log:
A sed command in the Configure script pushed the edge of POSIXness,
breaking on some systems
PR: 1368
Submitted by: Bhaba R.Misra <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer
Revision Changes Path
1.489 +3 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -r1.488 -r1.489
--- CHANGES 1997/11/06 10:46:58 1.488
+++ CHANGES 1997/11/06 21:57:36 1.489
@@ -1,4 +1,7 @@
Changes with Apache 1.3b3
+
+ *) A sed command in the Configure script pushed the edge of POSIXness,
+ breaking on some systems. [Bhaba R.Misra <[EMAIL PROTECTED]>] PR#1368
*) Solaris >= 2.5 was totally broken due to a mess up using pthread
mutexes. [Roy Fielding, Dean Gaudet]
1.169 +1 -1 apachen/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apachen/src/Configure,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- Configure 1997/11/05 12:48:12 1.168
+++ Configure 1997/11/06 21:57:37 1.169
@@ -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="