$ PHP_AUTOCONF errores en mac os x 10.7.3 al intentar instalar extensiones pecl

Estoy tratando de configurar mi máquina con pecl_http y memcache y en ambos casos, obtengo errores similares. Esto está en MAC OS X 10.7.3 (lion) y también tengo XCODE instalado en él. También instalé la edición comunitaria de Zend Server antes de ejecutar estos comandos y configuré las variables de entorno CFLAGS = '- arch i386 -arch x86_64'. Así que por favor ayuda con lo que necesito hacer

bash-3.2# **sudo pecl install pecl_http-1.7.1**
downloading pecl_http-1.7.1.tgz ...
Starting to download pecl_http-1.7.1.tgz (174,098 bytes)
.....................................done: 174,098 bytes
71 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
ERROR: `phpize' failed

Respuestas a la pregunta(12)

Su respuesta a la pregunta