--- a/php7/configure.ac 2020-07-10 06:16:45.310469195 +0000 +++ b/php7/configure.ac 2020-07-10 06:29:28.613672780 +0000 @@ -119,10 +119,10 @@ PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` dnl Allow version values to be used in Makefile. -PHP_SUBST(PHP_MAJOR_VERSION) -PHP_SUBST(PHP_MINOR_VERSION) -PHP_SUBST(PHP_RELEASE_VERSION) -PHP_SUBST(PHP_EXTRA_VERSION) +PHP_SUBST_OLD(PHP_MAJOR_VERSION) +PHP_SUBST_OLD(PHP_MINOR_VERSION) +PHP_SUBST_OLD(PHP_RELEASE_VERSION) +PHP_SUBST_OLD(PHP_EXTRA_VERSION) dnl Define where extension directories are located in the configure context. AC_DEFUN([PHP_EXT_BUILDDIR],[$config_m4_dir])dnl