You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
748 B
17 lines
748 B
--- apache_1.3.27/configure.orig Tue May 21 14:24:59 2002 |
|
+++ apache_1.3.27/configure Mon Feb 10 11:08:40 2003 |
|
@@ -1216,10 +1216,10 @@ |
|
## or we cannot support the case where the relative |
|
## path is just the emtpy one, i.e. ""] |
|
## |
|
-runtimedir_relative=`echo $runtimedir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'` |
|
-logfiledir_relative=`echo $logfiledir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'` |
|
-sysconfdir_relative=`echo $sysconfdir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'` |
|
-libexecdir_relative=`echo $libexecdir | sed -e "s:^$prefix/*::" -e 's:\(.\)$:\1/:'` |
|
+runtimedir_relative="$runtimedir/" |
|
+logfiledir_relative="$logfiledir/" |
|
+sysconfdir_relative="$sysconfdir/" |
|
+libexecdir_relative="$libexecdir/" |
|
|
|
## |
|
## check and debug
|
|
|