sas             Tue Apr  1 03:05:39 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       acinclude.m4 
  Log:
  No need for shtool
  
  
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.218.2.13 php4/acinclude.m4:1.218.2.14
--- php4/acinclude.m4:1.218.2.13        Mon Mar 31 18:21:56 2003
+++ php4/acinclude.m4   Tue Apr  1 03:05:39 2003
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.218.2.13 2003/03/31 23:21:56 sniper Exp $
+dnl $Id: acinclude.m4,v 1.218.2.14 2003/04/01 08:05:39 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 egrep line itself



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to