summaryrefslogtreecommitdiffstats
path: root/support/apxs.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-06-13 19:06:04 +0200
committerJeff Trawick <trawick@apache.org>2002-06-13 19:06:04 +0200
commit9b010e96b306785ebd861196e73143d9308c0cba (patch)
tree64715b6db720a97d98ac410ca56b15cd944881ed /support/apxs.in
parentJust quiet an annoying warning. (diff)
downloadapache2-9b010e96b306785ebd861196e73143d9308c0cba.tar.xz
apache2-9b010e96b306785ebd861196e73143d9308c0cba.zip
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
Diffstat (limited to 'support/apxs.in')
-rw-r--r--support/apxs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/apxs.in b/support/apxs.in
index 299e2ff82d..a934b1ae87 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -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