From 1f4e9b8eb7c2882db98d6d55c9e5c8bc04d179ce Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 1 Apr 2003 08:05:39 +0000 Subject: [PATCH] No need for shtool --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0