php-src/scripts
Peter Kokot f9db357623 Automatically remove aclocal.m4 if present
Commit 4e7064d173 removed the usage of
`aclocal.m4`. When using Git repositories, many times cleaning of the
generated files is not done prior to running phpize or buildconf. For
example:

  git clone git://github.com/php/php-src
  cd php-src
  git checkout PHP-7.3
  ./buildconf
  ./configure
  git checkout PHP-7.4
  ./buildconf # -> warnings
  ./configure # -> errors

To not accidentally include `aclocal.m4` file in the generated configure
this enhances build system experience a bit more by removing aclocal.m4
file prior to start building configure file using phpize or buildconf.
2019-04-28 21:05:34 +02:00
..
dev Refactor PHP_PROG_BISON and PHP_PROG_RE2C 2019-03-30 02:01:02 +01:00
man1 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
Makefile.frag Move acinclude.m4 to build/php.m4 2019-04-23 20:28:45 +02:00
php-config.in Drop support for autoconf < 2.60 in trunk and the 2011-05-15 06:09:21 +00:00
phpize.in Automatically remove aclocal.m4 if present 2019-04-28 21:05:34 +02:00
phpize.m4 Move acinclude.m4 to build/php.m4 2019-04-23 20:28:45 +02:00