diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-21 13:06:58 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-21 13:06:58 +0200 |
| commit | f8fb45facff5eaa266e0061a86d572ba7be9133c (patch) | |
| tree | e0ec53e14f21ffdf90af1efb5f97b269fb8193cf /ext/xmlrpc/libxmlrpc | |
| parent | d88b006ad64ede36636c52cc5b39dc4fedd678ec (diff) | |
| download | php-git-f8fb45facff5eaa266e0061a86d572ba7be9133c.tar.gz | |
[ci skip] Remove automake and aclocal in comments
The Automake and aclocal were part of the previous PHP build system
where Automake created Makefile from the Makefile.in templates and
aclocal was used to produce the aclocal.m4. They were removed as
dependencies via 9d9d39a0de3bec962c343051011f5a2ed7d7b242 and
e715fb00f8850990d51cee4e08e84a58f0eb0012.
Diffstat (limited to 'ext/xmlrpc/libxmlrpc')
| -rw-r--r-- | ext/xmlrpc/libxmlrpc/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlrpc/libxmlrpc/acinclude.m4 b/ext/xmlrpc/libxmlrpc/acinclude.m4 index b1d99bc316..b425377b82 100644 --- a/ext/xmlrpc/libxmlrpc/acinclude.m4 +++ b/ext/xmlrpc/libxmlrpc/acinclude.m4 @@ -1,4 +1,4 @@ -# Local macros for automake & autoconf +# Local macros for autoconf AC_DEFUN([XMLRPC_FUNCTION_CHECKS],[ |
