]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Added exp_foo and rel_foo variables to config_vars.mk for all Apache and
authorAaron Bannert <aaron@apache.org>
Thu, 21 Mar 2002 19:40:06 +0000 (19:40 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 21 Mar 2002 19:40:06 +0000 (19:40 +0000)
commit6b89dd07063876c9a64614ee997b582d3944172b
tree21459b86a18e6f39fb1b9e79d27ab465b0ed757c
parent87400abd33422491ed49bb1d3bf1ea04ed6e0f94
Added exp_foo and rel_foo variables to config_vars.mk for all Apache and
Autoconf path variables (like --sysconfdir, --sbindir, etc). exp_foo is
the "expanded" version, which means that all internal variable references
have been interpolated.  rel_foo is the same as $exp_foo, only relative
to $prefix if they share a common path.

This will be used in apxs.in and apachectl.in to allow Apache installs
to be relocated as long as the same relative directory structure remains.
Currently this is only possible if you use the Apache layout, but not
with other layouts or any overridden --foodir paths.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94108 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
acinclude.m4
configure.in