From: Sascha Schumann Date: Tue, 1 Apr 2003 08:05:39 +0000 (+0000) Subject: No need for shtool X-Git-Tag: php-4.3.2RC2~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f4e9b8eb7c2882db98d6d55c9e5c8bc04d179ce;p=php No need for shtool --- diff --git a/acinclude.m4 b/acinclude.m4 index 7cbc738f62..5a57ee77bc 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -28,7 +28,7 @@ AC_DEFUN([PHP_DEFINE],[ dnl PHP_INIT_BUILD_SYSTEM dnl AC_DEFUN([PHP_INIT_BUILD_SYSTEM],[ -test -d include || $php_shtool mkdir include +test -d include || mkdir include > Makefile.objects > Makefile.fragments dnl We need to play tricks here to avoid matching the egrep line itself