mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
32210ce967
commit
0d36701b32
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue