Commit 96b01206 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the

makefile created by apxs -g works on more systems

it was broken on at least AIX and Tru64


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95646 13f79535-47bb-0310-9956-ffa450edef68
parent 6ce71671
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.38
  *) Fix apxs so that the makefile created by "apxs -g" works on AIX and
     Tru64 (and probably some other platforms).  [Jeff Trawick]
  *) Allow CGI scripts to return their Content-Length.  This also fixes a
     hang on HEAD requests seen on certain platforms (such as FreeBSD).
     [Justin Erenkrantz]
+1 −1
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ __DATA__
##  Autogenerated via ``apxs -n %NAME% -g''.
##

builddir=$(shell pwd)
builddir=.
top_srcdir=%PREFIX%
top_builddir=%PREFIX%
include %INSTALLBUILDDIR%/special.mk