diff --git a/Book/php7/build_system/building_php.rst b/Book/php7/build_system/building_php.rst index 8faf2090..c9c067f8 100644 --- a/Book/php7/build_system/building_php.rst +++ b/Book/php7/build_system/building_php.rst @@ -140,9 +140,9 @@ The ``./buildconf`` script -------------------------- If you are building from the git repository, the first thing you'll have to do is run the ``./buildconf`` script. This -script does little more than invoking the ``build/build.mk`` makefile, which in turn calls ``build/build2.mk``. +script does little more than invoking ``autoconf``. -The main job of these makefiles is to run ``autoconf`` to generate the ``./configure`` script and ``autoheader`` to +The main job of ``autoconf`` is to generate the ``./configure`` script and ``autoheader`` to generate the ``main/php_config.h.in`` template. The latter file will be used by configure to generate the final configuration header file ``main/php_config.h``.