rse         98/04/21 06:34:46

  Modified:    .        STATUS configure
               src      CHANGES
  Log:
  Fix `configure --compat' to be more "compatible".
  
  Submitted by: Ralf S. Engelschall
  Reviewed by: Lars Eilebrecht, Ralf S. Engelschall
  
  Revision  Changes    Path
  1.316     +1 -0      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.315
  retrieving revision 1.316
  diff -u -r1.315 -r1.316
  --- STATUS    1998/04/21 12:10:09     1.315
  +++ STATUS    1998/04/21 13:34:40     1.316
  @@ -56,6 +56,7 @@
       * HP-UX 11 port by Jeff Earickson
       * Ralf's fix for the install-config target to get correct MimeMagicFile
       * PRs 2081 and 2082 closed
  +    * Ralf's adjustments to `configure --compat' to be even more "compatible"
   
   Available Patches:
   
  
  
  
  1.13      +5 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/configure,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure 1998/04/20 06:30:59     1.12
  +++ configure 1998/04/21 13:34:41     1.13
  @@ -349,7 +349,7 @@
               exec_prefix='$prefix'
               bindir='$exec_prefix/bin'
               sbindir='$exec_prefix/bin'
  -            libexecdir='$exec_prefix/bin'
  +            libexecdir='$exec_prefix/libexec'
               mandir='$prefix/man'
               sysconfdir='$prefix/conf'
               datadir='$prefix'
  @@ -357,6 +357,10 @@
               localstatesubdir_run='logs'
               localstatesubdir_logs='logs'
               includedir='$prefix/include'
  +            customized_sysconfdir=1
  +            customized_datadir=1
  +            customized_localstatedir=1
  +            customized_includedir=1
               ;;
           --add-module=*) 
               file="$apc_optarg"
  
  
  
  1.781     +6 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.780
  retrieving revision 1.781
  diff -u -r1.780 -r1.781
  --- CHANGES   1998/04/21 12:10:20     1.780
  +++ CHANGES   1998/04/21 13:34:43     1.781
  @@ -1,4 +1,10 @@
   Changes with Apache 1.3b7
  +  
  +  *) Make `configure --compat' more "compatible" by first 
  +     let the libexecdir default to EPREFIX/libexec instead of EPREFIX/bin and
  +     second by making sure the "avoid-bristling-suffix" /apache is not
  +     appended to sysconfdir, datadir, localstatedir and includedir when
  +     --compat is used. [Ralf S. Engelschall, Lars Eilebrecht]
   
     *) PR2082: Closed... NeXT required strdup() in support/logresolve.c
   
  
  
  

Reply via email to