]> 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)
commit26ce4fbd74a72f5be430e052b522136d36662743
tree2d934447c1cec7bb00fc19154968920ab98f639d
parentc9b4962ad98261950af7e5f3eae51a22a56d34d6
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