php-src/build
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
..
ax_check_compile_flag.m4 Upgrade AX_CHECK_COMPILE_FLAG macro to serial 6 2018-07-28 01:40:02 +02:00
ax_func_which_gethostbyname_r.m4 Move Autoconf Archive macros to a common m4 dir 2019-04-23 20:37:31 +02:00
ax_gcc_func_attribute.m4 Optimized php_addslashes with SSE4.2 instructions 2018-01-15 21:17:50 +08:00
build.mk Automatically remove aclocal.m4 if present 2019-04-28 21:05:34 +02:00
buildcheck.sh Enhance Autoconf version checking 2019-03-24 02:12:46 +01:00
config-stubs Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.guess Fix file permissions 2019-02-28 22:07:16 +01:00
config.sub Fix file permissions 2019-02-28 22:07:16 +01:00
genif.sh Merge branch 'PHP-7.3' 2018-10-20 09:55:33 +02:00
libtool.m4 Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4. 2015-08-27 15:59:59 -07:00
ltmain.sh Fix file permissions 2019-02-28 22:07:16 +01:00
Makefile.gcov Move Makefile.global and Makefile.gcov to build directory 2019-03-04 12:30:42 +01:00
Makefile.global Remove php7.spec.in file 2019-03-28 17:42:11 +01:00
order_by_dep.awk Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php_cxx_compile_stdcxx.m4 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php.m4 Move acinclude.m4 to build/php.m4 2019-04-23 20:28:45 +02:00
pkg.m4 ext/gd: Use pkg-config to detect the availability of freetype2 2018-11-07 13:05:47 +01:00
print_include.awk Replace the incomprehensible newline escaping with @NEWLINE@ 2001-03-30 14:02:20 +00:00
shtool fix bug #51076 (race condition in shtool's mkdir -p) 2013-10-08 08:37:08 +02:00