summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-07-30 04:55:55 +0200
committerRyan Bloom <rbb@apache.org>2001-07-30 04:55:55 +0200
commit9ca6b593ef517b792b3887850c183348f93cea69 (patch)
tree99c0f195069a4a2adf20cc9ddf77bb1f81c5e139 /acinclude.m4
parentNo such thing as /usr/local/bin/perl5 on icarus... (diff)
downloadapache2-9ca6b593ef517b792b3887850c183348f93cea69.tar.xz
apache2-9ca6b593ef517b792b3887850c183348f93cea69.zip
Install all build/*.mk when we install Apache. This is the first step
to getting apxs to use the same makefiles as Apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4ca088b222..d5c80009fd 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -45,6 +45,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(includedir)
APACHE_SUBST(iconsdir)
APACHE_SUBST(sysconfdir)
+ APACHE_SUBST(installbuilddir)
APACHE_SUBST(other_targets)
APACHE_SUBST(progname)
APACHE_SUBST(prefix)
@@ -255,7 +256,7 @@ AC_DEFUN(APACHE_LAYOUT,[
rm $pldconf
for var in prefix exec_prefix bindir sbindir libexecdir mandir \
sysconfdir datadir iconsdir htdocsdir cgidir includedir \
- localstatedir runtimedir logfiledir proxycachedir; do
+ localstatedir runtimedir logfiledir proxycachedir installbuilddir; do
eval "val=\"\$$var\""
case $val in
*+)
@@ -304,6 +305,7 @@ if test -z "$LAYOUT"; then
libexecdir='${prefix}/modules'
mandir='${prefix}/man'
layout_name=Apache
+ installbuilddir='${prefix}/build'
else
APACHE_LAYOUT($srcdir/config.layout, $LAYOUT)
fi