Skip to content

Fix GH-9483: Autoconf warnings for newer Autoconf versions #11602

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

Closed
wants to merge 1 commit into from

Conversation

petk
Copy link
Member

@petk petk commented Jul 5, 2023

Hello, this fixes Autoconf warnings for PHP-8.1 branch. Reported at #9483

It includes 3 patches:

  • AS_ECHO patch
  • PHP's forked libtool.m4 patched to not emit Autoconf warnings
  • AC_PROG_CC_C99 is done like in the master branch (For Autoconf versions <2.70 it is called, and for newer versions not because it is already done in another Autoconf macro for 2.70 and above).

Thanks.

@petk petk changed the base branch from master to PHP-8.1 July 5, 2023 17:51
@ramsey
Copy link
Member

ramsey commented Jul 10, 2023

Committed in 41a3573

@ramsey ramsey closed this Jul 10, 2023
@petk
Copy link
Member Author

petk commented Jul 10, 2023

Thank you @ramsey

@petk petk deleted the patch-autoconf-warnings branch July 10, 2023 15:41
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.

2 participants