Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)#29441
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bedevere-bot commentedNov 7, 2021
🤖 New build scheduled with the buildbot fleet by@tiran for commit 2b2a10ebcb4216c271248e2191c64f29a7a68912 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
All changes are based on the output of 2.71's autoupdate tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I took a quick look and left some comments.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
autoconf 2.71 has deprecated the macro:
|
Oh, well 😆 |
In autoconf 2.71, |
erlend-aasland commentedNov 8, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It seems that we can use
|
BTW, we need to make sure we set |
autoconf 2.71 no longer defines the variable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, but I think one NEWS entry is enough ;)
``AC_PROG_EGREP`` should be checked explicitly.``AC_CONFIG_HEADER`` -> ``AC_CONFIG_HEADERS````AC_USE_SYSTEM_EXTENSIONS`` must be defined before first use of ``AC_LINK``or ``AC_COMPILE`` macros.``STDC_HEADERS`` and ``AC_HEADER_TIME`` are obsolete.Signed-off-by: Christian Heimes <christian@python.org>
Oops :) I have removed the second entry and rebased the PR. |
Uh oh!
There was an error while loading.Please reload this page.
AC_PROG_EGREP
should be checked explicitly.AC_CONFIG_HEADER
->AC_CONFIG_HEADERS
AC_USE_SYSTEM_EXTENSIONS
must be defined before first use ofAC_LINK
or
AC_COMPILE
macros.STDC_HEADERS
andAC_HEADER_TIME
are obsolete.Signed-off-by: Christian Heimeschristian@python.org
https://bugs.python.org/issue45723