summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-23 20:32:03 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-23 20:32:03 +0200
commit028ffddf69db246a8b5e8bf0a9d297cac8aa4934 (patch)
tree141e7556978ee2ad45bdb364467b1d1489c96851 /docs
parentfe54a667202fcd88fa725d62a64aad2ce575423e (diff)
parent4e7064d173d2b5b22e159fcf52d22b10213b67b8 (diff)
downloadphp-git-028ffddf69db246a8b5e8bf0a9d297cac8aa4934.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Move acinclude.m4 to build/php.m4
Diffstat (limited to 'docs')
-rw-r--r--docs/unix-build-system.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/unix-build-system.md b/docs/unix-build-system.md
index 8e18207ab2..4df945a62b 100644
--- a/docs/unix-build-system.md
+++ b/docs/unix-build-system.md
@@ -53,7 +53,7 @@ The full syntax:
PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
```
-Please have a look at `acinclude.m4` for the gory details and meanings of the
+Please have a look at `build/php.m4` for the gory details and meanings of the
other parameters.
And that's basically it for the extension side.
@@ -118,4 +118,4 @@ contexts. With the help of macros you can define special flags for each
source-file, where it is located, in which target context it can work, etc.
Have a look at the well documented macros `PHP_ADD_SOURCES(_X)` in
-`acinclude.m4`.
+`build/php.m4`.