Browse Source

changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.

experimental/new_apache_hooks
James Cox 24 years ago
parent
commit
bca90b0796
  1. 2
      build/build.mk
  2. 4
      buildconf

2
build/build.mk

@ -20,7 +20,7 @@
# Makefile to generate build tools
#
ZENDDIR = $(shell if test -d "ZendEngine2"; then echo ZendEngine2; else echo Zend; fi)
ZENDDIR = Zend
SUBDIRS = $(ZENDDIR) TSRM

4
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

Loading…
Cancel
Save