ab Mon Mar 19 01:56:06 2001 EDT
Modified files:
/php4/ext/midgard config.m4 config.m4.session
Log:
Keep compability with 4.0.4pl1
Index: php4/ext/midgard/config.m4
diff -u php4/ext/midgard/config.m4:1.15 php4/ext/midgard/config.m4:1.16
--- php4/ext/midgard/config.m4:1.15 Sun Mar 18 23:37:00 2001
+++ php4/ext/midgard/config.m4 Mon Mar 19 01:56:06 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.15 2001/03/19 07:37:00 ab Exp $
+dnl $Id: config.m4,v 1.16 2001/03/19 09:56:06 ab Exp $
dnl Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
dnl Copyright (C) 2000 The Midgard Project ry
@@ -72,6 +72,7 @@
else
MIDCONFIG_FILE="php_config.h"
fi
- PHP_SUBST_OLD(MIDCONFIG_FILE)
+ PHP_SUBST(MIDCONFIG_FILE)
+ AC_SUBST(MIDCONFIG_FILE)
AC_OUTPUT(php_midgard.h, [], [])
fi
Index: php4/ext/midgard/config.m4.session
diff -u php4/ext/midgard/config.m4.session:1.5 php4/ext/midgard/config.m4.session:1.6
--- php4/ext/midgard/config.m4.session:1.5 Sun Mar 18 23:37:00 2001
+++ php4/ext/midgard/config.m4.session Mon Mar 19 01:56:06 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4.session,v 1.5 2001/03/19 07:37:00 ab Exp $
+dnl $Id: config.m4.session,v 1.6 2001/03/19 09:56:06 ab Exp $
dnl Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
dnl Copyright (C) 2000 The Midgard Project ry
@@ -79,6 +79,7 @@
else
MIDCONFIG_FILE="php_config.h"
fi
- PHP_SUBST_OLD(MIDCONFIG_FILE)
+ PHP_SUBST(MIDCONFIG_FILE)
+ AC_SUBST(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]