summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-23 20:38:57 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-23 20:38:57 +0200
commitd2e6c1aff1e0f8583d27287420371f6dd6fd2741 (patch)
tree10425cc39d3f665a294ffdfb5e7b06a75c594dd8 /CONTRIBUTING.md
parent028ffddf69db246a8b5e8bf0a9d297cac8aa4934 (diff)
parentbeb58ca128e78bdbf56956e52a87eb943d85e534 (diff)
downloadphp-git-d2e6c1aff1e0f8583d27287420371f6dd6fd2741.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Move Autoconf Archive macros to a common m4 dir
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 c8043dafe5..2d32dc6a20 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