From beb58ca128e78bdbf56956e52a87eb943d85e534 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 23 Apr 2019 20:37:31 +0200 Subject: Move Autoconf Archive macros to a common m4 dir In PHP the build dir is used as a directory for external macros including Autoconf Archive macros. --- CONTRIBUTING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31508f6998..d819e57921 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,10 +124,7 @@ locations. ```bash / ├─ .git/ # Git configuration and source directory - └─ TSRM/ # Thread Safe Resource Manager - └─ m4/ # https://github.com/autoconf-archive/autoconf-archive - └─ ax_func_which_gethostbyname_r.m4 - └─ ... + ├─ TSRM/ # Thread Safe Resource Manager └─ Zend/ # Zend Engine ├─ zend_vm_execute.h # Generated by `Zend/zend_vm_gen.php` ├─ zend_vm_opcodes.c # Generated by `Zend/zend_vm_gen.php` @@ -135,8 +132,7 @@ locations. └─ ... ├─ appveyor/ # Appveyor CI service files └─ build/ # *nix build system files - ├─ ax_check_compile_flag.m4 # https://github.com/autoconf-archive/autoconf-archive - ├─ ax_gcc_func_attribute.m4 # https://github.com/autoconf-archive/autoconf-archive + ├─ ax_*.m4 # https://github.com/autoconf-archive/autoconf-archive ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git -- cgit v1.2.1