How does this change impact the INCLUDEDIR thing? The change below deals
with bin/sbin.

Confused...

Cheers,
-g

On Fri, Apr 27, 2001 at 08:57:38PM -0000, [EMAIL PROTECTED] wrote:
> dougm       01/04/27 13:57:38
> 
>   Modified:    support  apxs.in
>   Log:
>   backing out this part of the recent apxs change
>   otherwise `apxs -q INCLUDEDIR' is broken using the default layout
>   
>   Revision  Changes    Path
>   1.19      +1 -1      httpd-2.0/support/apxs.in
>   
>   Index: apxs.in
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/support/apxs.in,v
>   retrieving revision 1.18
>   retrieving revision 1.19
>   diff -u -r1.18 -r1.19
>   --- apxs.in 2001/04/27 15:30:21     1.18
>   +++ apxs.in 2001/04/27 20:57:38     1.19
>   @@ -73,7 +73,7 @@
>    my $prefix            = "$CFG_PREFIX";
>    my $CFG_EXEC_PREFIX   = "@exec_prefix@";
>    my $exec_prefix       = "$CFG_EXEC_PREFIX";
>   -my $CFG_SBINDIR       = "@sbindir@";
>   +my $CFG_SBINDIR       = "@bindir@";
>    my $CFG_INCLUDEDIR    = "@includedir@";
>    my $CFG_LIBEXECDIR    = "@libexecdir@";
>    my $CFG_SYSCONFDIR    = "@sysconfdir@";
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/

Reply via email to