modifying the sed expression just a bit;
note that before and after this change manualdir isn't being handled
properly; using the default Apache layout we get
manualdir = $datadir/manual
instead of
manualdir = $(datadir)/manual
Submitted by: Victor Orlikowski, after I narrowed down the issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90930
13f79535-47bb-0310-9956-
ffa450edef68
;;
esac
val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
- val=`echo $val | sed -e 's:$\([a-z_]*\):$(\1):g'`
+ val=`echo $val | sed -e 's:[\$]\([a-z_]*\):$(\1):g'`
if test "$autosuffix" = "yes"; then
if echo $val | grep apache >/dev/null; then
addtarget=no