querying certain other variables from config_vars.mk.
PR: 9316
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95549
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.37
+ *) Fix apxs to allow "apxs -q installbuilddir" and to allow
+ querying certain other variables from config_vars.mk. PR 9316
+ [Jeff Trawick]
+
*) Added the "detached" attribute to the cgi_exec_info_t internals
so that Win32 and Netware won't create a new window or console
for each CGI invoked. PR 8387
my $prefix = get_vars("prefix");
my $CFG_PREFIX = $prefix;
my $exec_prefix = get_vars("exec_prefix");
+my $datadir = get_vars("datadir");
+my $localstatedir = get_vars("localstatedir");
my $CFG_TARGET = get_vars("progname");
my $CFG_SYSCONFDIR = get_vars("sysconfdir");
my $CFG_CFLAGS = join ' ', map { get_vars($_) }