summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-05 03:06:06 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-07-07 12:10:53 +0200
commit491f1477bea49e4ccd499664d17d35efb06d0912 (patch)
tree7830fa4012058290875bdddd12463c188dfada11 /configure.ac
parent9aeeecc47c58b130bb146676649e0c721150f9c7 (diff)
downloadphp-git-491f1477bea49e4ccd499664d17d35efb06d0912.tar.gz
Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS
Autoconf doesn't mention the AC_CONFIG_HEADER macro since the v2.13 released in 1999 anywhere in the documentation. Future of this macro is unclear and commented as possible candidate for obsoletion in the autoconf source code. Since it is just a wrapper around the main AC_CONFIG_HEADERS macro, the functionality is the same, and also more clear to find it in the autoconf documentation and avoid possible future obsoletion.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2445a5a8f..178a0893c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ PHP_CONFIG_NICE(config.nice)
PHP_CANONICAL_HOST_TARGET
-AC_CONFIG_HEADER(main/php_config.h)
+AC_CONFIG_HEADERS([main/php_config.h])
AH_TOP([
#ifndef PHP_CONFIG_H
#define PHP_CONFIG_H