You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/03/13 19:02:02 UTC

cvs commit: httpd-2.0/support apxs.in

trawick     02/03/13 10:02:02

  Modified:    support  apxs.in
  Log:
  get some hardcoded paths out of apxs
  
  PR:          10163 (but PR isn't completely solved with this commit)
  
  Revision  Changes    Path
  1.35      +4 -3      httpd-2.0/support/apxs.in
  
  Index: apxs.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/apxs.in,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- apxs.in	1 Feb 2002 19:25:14 -0000	1.34
  +++ apxs.in	13 Mar 2002 18:02:02 -0000	1.35
  @@ -320,6 +320,7 @@
       my $data = join('', <DATA>);
       $data =~ s|%NAME%|$name|sg;
       $data =~ s|%TARGET%|$CFG_TARGET|sg;
  +    $data =~ s|%PREFIX%|$prefix|sg;
   
       my ($mkf, $mods, $src) = ($data =~ m|^(.+)-=#=-\n(.+)-=#=-\n(.+)|s);
   
  @@ -586,9 +587,9 @@
   ##
   
   builddir=$(shell pwd)
  -top_srcdir=/home/rbb/apachebin4
  -top_builddir=/home/rbb/apachebin4/build
  -include /home/rbb/apachebin4/build/special.mk
  +top_srcdir=%PREFIX%
  +top_builddir=%PREFIX%
  +include %PREFIX%/build/special.mk
   
   #   the used tools
   APXS=apxs