]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
export the BASEDIR var so that APR can use it.
authorGuenter Knauf <fuankg@apache.org>
Sat, 11 Aug 2007 01:32:54 +0000 (01:32 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 11 Aug 2007 01:32:54 +0000 (01:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@564815 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index d79eedb495ba52be2e40921280f67ad28cee2aee..22be7ba9e9c5943b3a667c8051868165deb5985f 100644 (file)
@@ -220,6 +220,7 @@ endif
 ifndef BASEDIR
 BASEDIR = Apache23
 endif
+export BASEDIR
 
 ifndef PORT
 PORT = 80