From: foobar Date: Mon, 28 Oct 2002 02:13:43 +0000 (+0000) Subject: - Enable the sed check. (and moved earlier so we can use the $SED everywhere) X-Git-Tag: php-4.3.0RC1~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af52de3430badec61b4cdec3c3173697a58d9e40;p=php - Enable the sed check. (and moved earlier so we can use the $SED everywhere) --- diff --git a/configure.in b/configure.in index 005fbdd199..5909d3f28a 100644 --- a/configure.in +++ b/configure.in @@ -30,6 +30,9 @@ dnl ------------------------------------------------------------------------- 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'" @@ -128,9 +131,6 @@ dnl AC_PROG_CXXCPP 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 AC_PROG_AWK