sas Tue Apr 1 03:05:01 2003 EDT Modified files: /php4 acinclude.m4 Log: Don't need shtool Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.235 php4/acinclude.m4:1.236 --- php4/acinclude.m4:1.235 Mon Mar 31 18:21:41 2003 +++ php4/acinclude.m4 Tue Apr 1 03:05:01 2003 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4,v 1.235 2003/03/31 23:21:41 sniper Exp $ +dnl $Id: acinclude.m4,v 1.236 2003/04/01 08:05:01 sas Exp $ dnl dnl This file contains local autoconf functions. @@ -28,7 +28,7 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php