You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/10/30 01:12:49 UTC

cvs commit: httpd-apreq-2 acinclude.m4

joes        2003/10/29 16:12:49

  Modified:    .        acinclude.m4
  Log:
  httpd is installed into SBINDIR, not BINDIR- see httpd-2.0/build/rules.mk. Patch submitted by Philippe Chiasson.
  
  Revision  Changes    Path
  1.13      +1 -1      httpd-apreq-2/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/acinclude.m4,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- acinclude.m4	27 Oct 2003 22:51:57 -0000	1.12
  +++ acinclude.m4	30 Oct 2003 00:12:49 -0000	1.13
  @@ -30,7 +30,7 @@
   
           else
                   APACHE2_INCLUDES=-I`$APACHE2_APXS -q INCLUDEDIR`
  -                APACHE2_HTTPD=`$APACHE2_APXS -q BINDIR`/httpd
  +                APACHE2_HTTPD=`$APACHE2_APXS -q SBINDIR`/httpd
                   APR_CONFIG=`$APACHE2_APXS -q APR_BINDIR`/apr-config
                   APU_CONFIG=`$APACHE2_APXS -q APU_BINDIR`/apu-config