-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-45723: Prepare support for autoconf 2.71 (GH-29441) #29441
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
c4fe80a
to
fa14a14
Compare
fa14a14
to
2b2a10e
Compare
🤖 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. |
2b2a10e
to
2ffa2cb
Compare
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.
2ffa2cb
to
c224b32
Compare
autoconf 2.71 has deprecated the macro:
|
Oh, well 😆 |
In autoconf 2.71, |
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>
f8bfcf8
to
6a08338
Compare
Oops :) I have removed the second entry and rebased the PR. |
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 Heimes christian@python.org
https://bugs.python.org/issue45723