From 6629c3ab5b6d50b5535356dc1107398189bdbef6 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 21 Oct 2018 14:15:28 +0200 Subject: [PATCH] Remove automake as a dependency to build PHP The Automake and aclocal were part of the previous PHP build system where Automake created Makefile from the Makefile.in templates and aclocal was used to produce the aclocal.m4. Need for Automake as a dependency to build PHP has been removed in PHP 4.3.0 release and aclocal also in that period of 4.3 releases. Refs: - http://php.net/ChangeLog-4.php - http://git.php.net/?p=php-src.git;h=e715fb00f8850990d51cee4e08e84a58f0eb0012 - http://git.php.net/?p=php-src.git;h=9d9d39a0de3bec962c343051011f5a2ed7d7b242 --- git.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/git.php b/git.php index 2756aa22f2..a811e49c01 100644 --- a/git.php +++ b/git.php @@ -50,7 +50,6 @@
  • PHP 7.3: 2.68+
  • -
  • automake: 1.4+
  • libtool: 1.4.x+ (except 1.4.2)
  • re2c: 0.13.4+
  • bison: @@ -124,7 +123,7 @@
  • -

    Note that certain combinations of autoconf, automake and libtool may not +

    Note that certain combinations of autoconf and libtool may not work when used together, particularly with historical versions of PHP. See below for details.
    Also, certain versions of autoconf may generate warnings of AC_PROG_CPP @@ -174,7 +173,7 @@

    Historical issues

    -

    autoconf, automake and libtool information for PHP 5.3 and below

    +

    autoconf and libtool information for PHP 5.3 and below

    There seem to be problems with libtool 1.4.2. It is suggested @@ -190,6 +189,8 @@

  • autoconf 2.13, automake 1.5 and libtool 1.4.3
  • +

    Since PHP 4.3 automake and its aclocal program are no longer needed to build PHP.

    +

    If you have multiple versions of autoconf installed on your computer, as is common for many UNIXes, you can set the PHP_AUTOCONF and PHP_AUTOHEADER