Autotools: Remove dead code (#15128)

This is a left over from 4dee0c4a14.

These definitions are now always done by the config-stubs file. For
phpize builds they are in the phpize.m4 as before.
This commit is contained in:
Peter Kokot 2024-07-28 01:30:15 +02:00 committed by GitHub
parent 32210ce967
commit 0d36701b32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,10 +76,6 @@ PHP_SUBST([PHP_MINOR_VERSION])
PHP_SUBST([PHP_RELEASE_VERSION]) PHP_SUBST([PHP_RELEASE_VERSION])
PHP_SUBST([PHP_EXTRA_VERSION]) PHP_SUBST([PHP_EXTRA_VERSION])
dnl Define where extension directories are located in the configure context.
AC_DEFUN([PHP_EXT_BUILDDIR],[$config_m4_dir])dnl
AC_DEFUN([PHP_EXT_DIR],[$config_m4_dir])dnl
AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir/$config_m4_dir])dnl
AC_DEFUN([PHP_ALWAYS_SHARED],[])dnl AC_DEFUN([PHP_ALWAYS_SHARED],[])dnl
dnl Setting up the PHP version based on the information above. dnl Setting up the PHP version based on the information above.