]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a bug that would cause SERVER_CONFIG_FILE to be an absolute path,
authorAaron Bannert <aaron@apache.org>
Fri, 8 Mar 2002 18:00:40 +0000 (18:00 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 8 Mar 2002 18:00:40 +0000 (18:00 +0000)
commit68f1eeb382b4d1564192ce2e547d91fcbeeda094
tree2d934447c1cec7bb00fc19154968920ab98f639d
parentbc823de7c3dcff7902a6e110baa6a6375f588cb5
Fix a bug that would cause SERVER_CONFIG_FILE to be an absolute path,
which would prevent the relocation of an httpd binary without having to
specify the -f flag.

Now it will be relative to the $prefix if $sysconfdir shares a common prefix,
or it will remain relative to $sysconfdir.

Submitted by: Thom May <thom@planetarytramp.net>, Aaron Bannert

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