Erros $ PHP_AUTOCONF no mac os x 10.7.3 ao tentar instalar extensões pecl

Estou tentando configurar minha máquina com pecl_http e memcache e, nos dois casos, recebo erros semelhantes. Isso está no MAC OS X 10.7.3 (leão) e também tenho o XCODE instalado. Também instalei o Zend Server community edition antes de executar esses comandos e tenho as variáveis de ambiente CFLAGS = '- arch i386 -arch x86_64' definidas. Então, por favor, ajude com o que eu preciso fazer

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

questionAnswers(12)

yourAnswerToTheQuestion