The patch you propose doesn't exactly fix the problem, if anything, it makes it 
worse.

The current trunk has a more sane fix for the problem:
https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk/configure.apxs


Index: configure.apxs
===================================================================
--- configure.apxsI(revision 950655)
+++ configure.apxsI(working copy)
@@ -104,8 +104,7 @@
 if test "x$found_features" = "x"; then
   cp modules/fcgid/fcgid_config.h.in modules/fcgid/fcgid_config.h
 else
-  found_features="`echo \"$found_features\" | sed -e '#s*/#*\\$/#g;'`"
-  eval sed $found_features < modules/fcgid/fcgid_config.h.in \
+  eval sed "$found_features" < modules/fcgid/fcgid_config.h.in \

And that it is.

Tested, verified on multiple shells, works, committed by Eric Covener to trunk.


So long,
-- 
Igor Galić

Tel: +43 (0) 699 122 96 338
Fax: +43(0) 1 91 333 41
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to