]> granicus.if.org Git - apache/commit
Sanitize the installed config_vars.mk to remove references to the
authorJoe Orton <jorton@apache.org>
Mon, 13 Jun 2005 12:49:58 +0000 (12:49 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 13 Jun 2005 12:49:58 +0000 (12:49 +0000)
commitb8274244fa9e8759450e5f421130bd5f6db3c9f4
treeee0856ff2aca308e10f689f448b11e2ff5b4a9e3
parent89cf09257e3e2519e3c3b26a42f835a8e1438ce8
Sanitize the installed config_vars.mk to remove references to the
build and source directories, and to remove variables which are
internal to the httpd build system:

* build/config_vars.sh.in: New file.

* Makefile.in (build/config_vars.out): New target.
(install-build): Install build/config_vars.out as config_vars.mk.

* configure.in: Add include path for srclib/pcre to INCLUDES rather
than CPPFLAGS, and use a topdir-relative not absolute path name.
Generate build/config_vars.sh.

Reviewed by: Paul Querna
PR: 20874, 28145

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190392 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in
build/config_vars.sh.in [new file with mode: 0644]
configure.in