From 8a9e45a27a2535c3a0516d21c11050e4c19f89e9 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 1 Apr 2003 08:05:01 +0000 Subject: [PATCH] Don't need shtool --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 5587aedc39..7dc22e0e3b 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 grep line itself -- 2.50.1