You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Lars Eilebrecht <la...@apache.org> on 1998/12/13 03:06:07 UTC

RE: cvs commit: apache-1.3 Makefile.tmpl

According to randy@hyperreal.org:

>  randy       98/12/05 13:10:41
>  
>    Modified:    .        Makefile.tmpl
>    Log:
>    Modify behavior of configure when TARGET is default. Old behavior is
>    maintained where the log files and startup script are concerned.
>    ie. apachectl, access_log, error_log.
[...]

>  's;logs/access_log;$(logfiledir)/$${target_prefix}access_log;' \
>  's;logs/error_log;$(logfiledir)/$${target_prefix}error_log;' \
>  's;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;' \
>  's;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;' \

Hmm... that does not work. I end up with the string "${target_prefix}"
in the configuration file. It's not expanded inside the sed expression.


ciao...
-- 
Lars Eilebrecht                     - DejaGNU: The strong feeling that there
sfx@unix-ag.org                    - is already a GNU-tool for your problem.
http://www.home.unix-ag.org/sfx/