Skip to content

Autotools: Update config.guess to 2024-07-27 and config.sub to 2024-05-27 #15190

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 2 commits into from
Aug 2, 2024

Conversation

petk
Copy link
Member

@petk petk commented Aug 1, 2024

wget -O build/config.guess https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
wget -O build/config.sub https://git.savannah.gnu.org/cgit/config.git/plain/config.sub

@@ -634,7 +634,8 @@ EOF
sed 's/^ //' << EOF > "$dummy.c"
#include <sys/systemcfg.h>

main()
int
main ()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess no need to "fix" it upstream, seems only for more exotic oses.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you mean the missing "void", it would be good to fix probably, but sending patches to these Savannah lists is very cumbersome. And this won't cause issues I think, yes.

@petk petk merged commit e02fa5f into php:master Aug 2, 2024
2 checks passed
@petk petk deleted the patch-update-config-scripts branch August 2, 2024 23:31
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