@ -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
@ -7,6 +7,10 @@ if test "$supplied_flag" = "--copy"; then
automake_flags=--copy
fi
if test -d "ZendEngine2"; then
mv ZendEngine2 Zend
## build.mk does not check aclocal exit status yet
##
#mv aclocal.m4 aclocal.m4.old 2>/dev/null