From: Doug MacEachern Date: Fri, 27 Apr 2001 20:57:38 +0000 (+0000) Subject: backing out this part of the recent apxs change X-Git-Tag: 2.0.18~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446ad419be299b0fcb438e52f11e28d3904f2b04;p=thirdparty%2Fapache%2Fhttpd.git backing out this part of the recent apxs change otherwise `apxs -q INCLUDEDIR' is broken using the default layout PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88957 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apxs.in b/support/apxs.in index fc04758a72d..c1c91ee07f0 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -73,7 +73,7 @@ my $CFG_PREFIX = "@prefix@"; 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@";