summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-23 20:37:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-23 20:37:31 +0200
commitbeb58ca128e78bdbf56956e52a87eb943d85e534 (patch)
tree10ef7e573195631edacc71aeadd6ba9054b42d13 /CONTRIBUTING.md
parent4e7064d173d2b5b22e159fcf52d22b10213b67b8 (diff)
downloadphp-git-beb58ca128e78bdbf56956e52a87eb943d85e534.tar.gz
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.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 31508f6998..d819e57921 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -124,10 +124,7 @@ locations.
```bash
<php-src>/
├─ .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