Please. Help to compine php 5.3.10

#1
[root@s1 php-5.3.10]# yum info autoconf
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Installed Packages
Name : autoconf
Arch : noarch
Version : 2.63
Release : 5.1.el6
Size : 2.5 M
Repo : installed
From repo : base
Summary : A GNU tool for automatically configuring source code
URL : http://www.gnu.org/software/autoconf/
License : GPLv3+ and GFDL
Description : GNU Autoconf is a tool for configuring source code and Makefiles.
: Using Autoconf, programmers can create portable and configurable
: packages, since the person building the package is allowed to
: specify various configuration options.
:
: You should install Autoconf if you are developing software and
: would like to create shell scripts that configure your source code
: packages. If you are installing Autoconf, you will also need to
: install the GNU m4 package.
:
: Note that the Autoconf package is not required for the end-user
: who may be configuring software with an Autoconf-generated script;
: Autoconf is only required for the generation of the scripts, not
: their use.
[root@s1 php-5.3.10]# touch ac*
[root@s1 php-5.3.10]# ./buildconf --force
Forcing buildconf
buildconf: checking installation...
buildconf: You need autoconf 2.59 or lower to build this version of PHP.
You are currently trying to use 2.63
Most distros have separate autoconf 2.13 or 2.59 packages.
On Debian/Ubuntu both autoconf2.13 and autoconf2.59 packages exist.
Install autoconf2.13 and set the PHP_AUTOCONF env var to
autoconf2.13 and try again.
make: *** [buildmk.stamp] Error 1
My system have install autoconf but not work with command ./buildconf --force

Thanks
 
Top