Skip to content

Autotools: Move abs_srcdir and abs_builddir to init macro #15537

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 22, 2024

Conversation

petk
Copy link
Member

@petk petk commented Aug 22, 2024

This syncs the abs_srcdir and abs_builddir variables assignments between the php-src build and phpize. The && was picked over ; as it is more rigorous - the pwd command would fail if cd fails for some reason. The obsolete backticks are replaced with the recommended $(...).

This syncs the abs_srcdir and abs_builddir variables assignments between
the php-src build and phpize. The `&&` was picked over `;` as it is more
rigorous - the pwd command would fail if cd fails for some reason.
@petk
Copy link
Member Author

petk commented Aug 22, 2024

Rechecked and merging this.

@petk petk merged commit 4e193b4 into php:master Aug 22, 2024
10 checks passed
@petk petk deleted the patch-PHP_INIT_BUILD_SYSTEM-1 branch August 22, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant