ab              Sun Mar 18 23:37:01 2001 EDT

  Modified files:              
    /php4/ext/midgard   config.m4 config.m4.session 
  Log:
  Oops. Substitution code fixed
  
  
Index: php4/ext/midgard/config.m4
diff -u php4/ext/midgard/config.m4:1.14 php4/ext/midgard/config.m4:1.15
--- php4/ext/midgard/config.m4:1.14     Sun Mar 18 23:04:56 2001
+++ php4/ext/midgard/config.m4  Sun Mar 18 23:37:00 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.14 2001/03/19 07:04:56 ab Exp $
+dnl $Id: config.m4,v 1.15 2001/03/19 07:37:00 ab Exp $
 
 dnl  Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
 dnl  Copyright (C) 2000 The Midgard Project ry
@@ -72,6 +72,6 @@
   else
     MIDCONFIG_FILE="php_config.h"
   fi
-  PHP_SUBST(MIDCONFIG_FILE)
-  PHP_OUTPUT(php_midgard.h)
+  PHP_SUBST_OLD(MIDCONFIG_FILE)
+  AC_OUTPUT(php_midgard.h, [], [])
 fi
Index: php4/ext/midgard/config.m4.session
diff -u php4/ext/midgard/config.m4.session:1.4 php4/ext/midgard/config.m4.session:1.5
--- php4/ext/midgard/config.m4.session:1.4      Sun Mar 18 23:04:56 2001
+++ php4/ext/midgard/config.m4.session  Sun Mar 18 23:37:00 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4.session,v 1.4 2001/03/19 07:04:56 ab Exp $
+dnl $Id: config.m4.session,v 1.5 2001/03/19 07:37:00 ab Exp $
 
 dnl  Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
 dnl  Copyright (C) 2000 The Midgard Project ry
@@ -79,6 +79,6 @@
   else
     MIDCONFIG_FILE="php_config.h"
   fi
-  PHP_SUBST(MIDCONFIG_FILE)
-  PHP_OUTPUT(php_midgard.h)
+  PHP_SUBST_OLD(MIDCONFIG_FILE)
+  AC_OUTPUT(php_midgard.h, [], [])
 fi



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