2012/4/11 Yader Hernandez <yader.hernan...@gmail.com> > Hello, > > Is there a reason why the github repo doesn't contain configure file? I > would have thought that I could do something like: > > git clone https://github.com/php/php-src.git > > cd php-src > > ./configure > > make && make install > > The only way to get configure is through downloading at php.net >
You need to use ./buildconf first.