sniper Sun Oct 27 21:13:44 2002 EDT Modified files: /php4 configure.in Log: - Enable the sed check. (and moved earlier so we can use the $SED everywhere) Index: php4/configure.in diff -u php4/configure.in:1.391 php4/configure.in:1.392 --- php4/configure.in:1.391 Sun Oct 27 14:51:17 2002 +++ php4/configure.in Sun Oct 27 21:13:43 2002 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.391 2002/10/27 19:51:17 andrei Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.392 2002/10/28 02:13:43 sniper Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -30,6 +30,9 @@ AC_PREREQ(2.13) AC_INIT(README.CVS-RULES) +dnl check for working sed +PHP_PROG_SED + PHP_CONFIG_NICE(config.nice) for arg in $0 "$@"; do CONFIGURE_COMMAND="$CONFIGURE_COMMAND '$arg'" @@ -127,9 +130,6 @@ dnl check for -R, etc. switch PHP_RUNPATH_SWITCH - -dnl check for working sed (disabled for now, waiting for comments) -dnl PHP_PROG_SED AC_PROG_RANLIB AC_PROG_LN_S
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php