From 0d36701b326458d2a8702ba03ddd5f44d4ac2ab2 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 28 Jul 2024 01:30:15 +0200 Subject: [PATCH] Autotools: Remove dead code (#15128) This is a left over from 4dee0c4a14a00f353d982a470694f907aa7f5239. These definitions are now always done by the config-stubs file. For phpize builds they are in the phpize.m4 as before. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2565d6557fe..16c4214ed88 100644 --- a/configure.ac +++ b/configure.ac @@ -76,10 +76,6 @@ PHP_SUBST([PHP_MINOR_VERSION]) PHP_SUBST([PHP_RELEASE_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 dnl Setting up the PHP version based on the information above.