sniper Mon Jan 27 07:44:56 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 configure.in
Log:
revert previous commit
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.25 php4/configure.in:1.396.2.26
--- php4/configure.in:1.396.2.25 Mon Jan 27 06:33:47 2003
+++ php4/configure.in Mon Jan 27 07:44:56 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.25 2003/01/27 11:33:47 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.26 2003/01/27 12:44:56 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -888,7 +888,7 @@
dnl Build extension directory path
-ZEND_MODULE_API_NO=`grep -E '#define ZEND_MODULE_API_NO '
$srcdir/Zend/zend_modules.h|sed 's/#define ZEND_MODULE_API_NO //'`
+ZEND_MODULE_API_NO=`egrep '#define ZEND_MODULE_API_NO '
+$srcdir/Zend/zend_modules.h|sed 's/#define ZEND_MODULE_API_NO //'`
if test -z "$EXTENSION_DIR"; then
extbasedir=$ZEND_MODULE_API_NO
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php