php4-beta | 199912
Date: 12/31/99
- Next message: Sascha Schumann: "[PHP4BETA] cvs: /php4 LICENSE SAPI.c SAPI.h configuration-parser.y configuration-scanner.l fopen-wrappers.c fopen-wrappers.h header internal_functions.c.in internal_functions_registry.h internal_functions_win32.c main.c main.h php.h php_globals.h php_ini.c php_ini.h php_realpath.c php_realpath.h php_reentrancy.h php_sprintf.c reentrancy.c request_info.c request_info.h rfc1867.c safe_mode.c snprintf.h /php4/ext/apache apache.c /php4/ext/aspell aspell.c /php4/ext/bcmath bcmath.c /php4/ext/com COM.c /php4/ext/dav dav.c /php4/ext/db db.c /php4/ext/dbase dbase.c /php4/ext/domxml domxml.c /php4/ext/fdf fdf.c /php4/ext/filepro filepro.c /php4/ext/gd gd.c gdt1.c gdt1.h /php4/ext/gettext gettext.c /php4/ext/hyperwave hg_comm.c hw.c /php4/ext/imap imap.c /php4/ext/informix ifx.ec /php4/ext/interbase interbase.c /php4/ext/java java.c reflect.java /php4/ext/ldap ldap.c /php4/ext/mcrypt mcrypt.c /php4/ext/mhash mhash.c /php4/ext/msql php_msql.c /php4/ext/mssql php_mssql.c php_mssql.h /php4/ext/mysql php_mysql.c"
- Previous message: garyb <email protected>: "Re: [PHP4BETA] HAPPY NEW YEAR!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Fri Dec 31 20:21:29 1999 EDT
Modified files:
/php4/ext/informix config.m4
Log:
Be as portable as possible
Index: php4/ext/informix/config.m4
diff -u php4/ext/informix/config.m4:1.12 php4/ext/informix/config.m4:1.13
--- php4/ext/informix/config.m4:1.12 Wed Dec 29 23:52:03 1999
+++ php4/ext/informix/config.m4 Fri Dec 31 20:20:58 1999
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.12 1999/12/30 04:52:03 sas Exp $
+dnl $Id: config.m4,v 1.13 2000/01/01 01:20:58 sas Exp $
PHPIFXLIB=ext/informix/libphp_ifx.a
@@ -75,7 +75,7 @@
*.o)
AC_ADD_LIBPATH($abs_builddir/ext/informix)
AC_ADD_LIBRARY(php_ifx, 1)
- test -d ext/informix || mkdir ext ext/informix
+ $srcdir/build/shtool mkdir -f -p ext/informix
cd ext/informix
ar r libphp_ifx.a $i
ranlib libphp_ifx.a
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Sascha Schumann: "[PHP4BETA] cvs: /php4 LICENSE SAPI.c SAPI.h configuration-parser.y configuration-scanner.l fopen-wrappers.c fopen-wrappers.h header internal_functions.c.in internal_functions_registry.h internal_functions_win32.c main.c main.h php.h php_globals.h php_ini.c php_ini.h php_realpath.c php_realpath.h php_reentrancy.h php_sprintf.c reentrancy.c request_info.c request_info.h rfc1867.c safe_mode.c snprintf.h /php4/ext/apache apache.c /php4/ext/aspell aspell.c /php4/ext/bcmath bcmath.c /php4/ext/com COM.c /php4/ext/dav dav.c /php4/ext/db db.c /php4/ext/dbase dbase.c /php4/ext/domxml domxml.c /php4/ext/fdf fdf.c /php4/ext/filepro filepro.c /php4/ext/gd gd.c gdt1.c gdt1.h /php4/ext/gettext gettext.c /php4/ext/hyperwave hg_comm.c hw.c /php4/ext/imap imap.c /php4/ext/informix ifx.ec /php4/ext/interbase interbase.c /php4/ext/java java.c reflect.java /php4/ext/ldap ldap.c /php4/ext/mcrypt mcrypt.c /php4/ext/mhash mhash.c /php4/ext/msql php_msql.c /php4/ext/mssql php_mssql.c php_mssql.h /php4/ext/mysql php_mysql.c"
- Previous message: garyb <email protected>: "Re: [PHP4BETA] HAPPY NEW YEAR!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

