summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-06-23 15:47:40 +0000
committerJames Cox <imajes@php.net>2002-06-23 15:47:40 +0000
commitbca90b07961590cb7ae2aea793c1b378b930aef2 (patch)
tree9d3abaf2606948a62ef5f8b624e656b8bcc82078 /buildconf
parent9c148f0d842b564bd1b54a32bd582fad8ddc6be8 (diff)
downloadphp-git-bca90b07961590cb7ae2aea793c1b378b930aef2.tar.gz
changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index c3530e8614..957f3916b2 100755
--- a/buildconf
+++ b/buildconf
@@ -7,6 +7,10 @@ if test "$supplied_flag" = "--copy"; then
automake_flags=--copy
fi
+if test -d "ZendEngine2"; then
+ mv ZendEngine2 Zend
+fi
+
## build.mk does not check aclocal exit status yet
##
#mv aclocal.m4 aclocal.m4.old 2>/dev/null