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

cvs commit: httpd-2.0 acinclude.m4 config.layout

aaron       02/03/14 09:18:33

  Modified:    .        acinclude.m4 config.layout
  Log:
  Fix a comment about the /<target> appended to config.layout variables
  postpended with a '+' character. We don't currently support --target
  (and as Thom pointed out, --target means something completely different
  to Autoconf). Also change the default for '+' replacement to 'apache2'
  so 1.3 and 2.0 can coexist on such distributions.
  
  Revision  Changes    Path
  1.116     +1 -1      httpd-2.0/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/acinclude.m4,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- acinclude.m4	14 Mar 2002 03:16:50 -0000	1.115
  +++ acinclude.m4	14 Mar 2002 17:18:32 -0000	1.116
  @@ -341,7 +341,7 @@
           addtarget=yes
         fi
         if test "$addtarget" = "yes"; then
  -        val="$val/apache"
  +        val="$val/apache2"
         fi
       fi
       eval "$var='$val'"
  
  
  
  1.13      +2 -2      httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- config.layout	9 Mar 2002 19:37:09 -0000	1.12
  +++ config.layout	14 Mar 2002 17:18:33 -0000	1.13
  @@ -5,8 +5,8 @@
   ##  - layouts can be loaded with configure's --with-layout=ID option
   ##  - when no --with-layout option is given, the default layout is `Apache'
   ##  - a trailing plus character (`+') on paths is replaced with a 
  -##    `/<target>' suffix where <target> is the the argument from 
  -##    option --target (defaults to `httpd').
  +##    `/<target>' suffix where <target> is currently hardcoded to 'apache2'.
  +##    (This may become a configurable parameter at some point.)
   ##
   
   #   Classical Apache path layout.