summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--scripts/phpize.m42
2 files changed, 2 insertions, 2 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
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index 1094e2812c..9609b181eb 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -197,6 +197,6 @@ PHP_GEN_GLOBAL_MAKEFILE
test -d modules || $php_shtool mkdir modules
touch .deps
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
AC_OUTPUT()