Skip to content

Autotools: Move AWK finder to PHP_INIT_BUILD_SYSTEM #15478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/php.m4
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ T_MD=$($php_shtool echo -n -e %B)
T_ME=$($php_shtool echo -n -e %b)
> Makefile.objects
> Makefile.fragments
dnl Required programs.
PHP_PROG_AWK
dnl Run at the end of the configuration, before creating the config.status.
AC_CONFIG_COMMANDS_PRE(
[dnl Directory for storing shared objects of extensions.
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ dnl Check for -R, etc. switch.
PHP_RUNPATH_SWITCH

dnl Checks for some support/generator progs.
PHP_PROG_AWK
PHP_PROG_BISON([3.0.0])
PHP_PROG_RE2C([1.0.3], [--no-generation-date])
PHP_PROG_PHP()
Expand Down
3 changes: 0 additions & 3 deletions scripts/phpize.m4
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ AS_VAR_IF([PHP_DEBUG], [yes], [
dnl Always shared.
PHP_BUILD_SHARED

dnl Required programs.
PHP_PROG_AWK

PHP_HELP_SEPARATOR([Extension:])
PHP_CONFIGURE_PART([Configuring extension])

Expand Down
Loading