On Mon, Mar 19, 2001 at 06:38:09PM -0000, Jani Taskinen wrote:
> sniper                Mon Mar 19 10:38:09 2001 EDT
> 
>   Modified files:              
>     /php4/ext/midgard config.m4 
>   Log:
>   Fix the build. Again.
>   # Read README.CVS-RULES !!!!!!!!!!!!
>   # And TEST before commit.
>   
>   
> Index: php4/ext/midgard/config.m4
> diff -u php4/ext/midgard/config.m4:1.18 php4/ext/midgard/config.m4:1.19
> --- php4/ext/midgard/config.m4:1.18   Mon Mar 19 04:52:00 2001
> +++ php4/ext/midgard/config.m4        Mon Mar 19 10:38:09 2001
> @@ -1,4 +1,4 @@
> -dnl $Id: config.m4,v 1.18 2001/03/19 12:52:00 ab Exp $
> +dnl $Id: config.m4,v 1.19 2001/03/19 18:38:09 sniper Exp $
>  
>  dnl  Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
>  dnl  Copyright (C) 2000 The Midgard Project ry
> @@ -71,8 +71,7 @@
>      MIDCONFIG_FILE="php_config.h"
>    fi
>    PHP_SUBST(MIDCONFIG_FILE)
> -  AC_SUBST(MIDCONFIG_FILE)
> -  AC_OUTPUT(php_midgard.h, [], [])
> +  PHP_OUTPUT(php_midgard.h, [], [])
>    AC_DEFINE(HAVE_MIDGARD, 1, [ ])
>    PHP_EXTENSION(midgard, $ext_shared)
>  fi
This fix does not work because @MIDCONFIG_FILE@ in php_midgard.h does
not substituted by PHP_OUTPUT using template file php_midgard.h.in.
Either fix building environment in PHP4 which does not allow output
variable's value through template header file for extensions or revert
change back. That change was tested before commit.

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
    ALT Linux Team      |    www.alt-linux.org    | Architecte Open Source
-- God must love the common man; He made so many of them.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to