rse         98/04/14 12:08:09

  Modified:    .        configure
  Log:
  Make sure the "includedir" gets PREFIX/include/apache if PREFIX not already
  contains the words "apache" to make sure Apache headers do not bristle a
  standard include directory. Just the same behaviour as already for
  "sysconfdir", "datadir" and "localstatedir". Thanks to Marc for discovering
  this bug.
  
  Revision  Changes    Path
  1.8       +1 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/configure,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configure 1998/04/14 09:02:36     1.7
  +++ configure 1998/04/14 19:08:09     1.8
  @@ -596,7 +596,7 @@
       val=`echo $val | sed -e 's:/*$::'`
       eval "$var=\"$val\""
       case $var in
  -       sysconfdir|datadir|localstatedir ) 
  +       sysconfdir|datadir|localstatedir|includedir ) 
              eval "val=\$$var"
              case $val in
                  *apache | *apache* ) ;;
  
  
  

Reply via email to