]> granicus.if.org Git - apache/commitdiff
avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the
authorJeff Trawick <trawick@apache.org>
Thu, 13 Jun 2002 17:06:04 +0000 (17:06 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 13 Jun 2002 17:06:04 +0000 (17:06 +0000)
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

CHANGES
support/apxs.in

diff --git a/CHANGES b/CHANGES
index 7221663a6ea6fc8153168d37d5d3cad8dc9c9a9f..4e2c001e169219be3e0639454e0272b2f4b14d4c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 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]
index 299e2ff82dc06ebf302ab7f4f952edafffc9389e..a934b1ae87f0a9c36d511b8a72682f113effc484 100644 (file)
@@ -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