On Tue, 1 Apr 2003, Sascha Schumann wrote:

> sas           Tue Apr  1 03:05:01 2003 EDT
> 
>   Modified files:              
>     /php4     acinclude.m4 
>   Log:
>   Don't need shtool

Jani added this in order to fix a bug iirc.

Derick

> 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
> 
> 
> 
> 

-- 
                                        "my other box is your windows PC"
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals       http://php-mag.net/
-------------------------------------------------------------------------

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

Reply via email to