Skip to content
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

bpo-45723: Normalise configure user communication (GH-30024) #30024

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Dec 10, 2021

Normalise configure user communication; always use AC_MSG_* macros.

https://bugs.python.org/issue45723

@erlend-aasland erlend-aasland requested a review from tiran December 10, 2021 10:59
@erlend-aasland erlend-aasland changed the title bpo-45723: Use AC_MSG_* for configure user communication bpo-45723: Normalise configure user communication Dec 10, 2021
@tiran
Copy link
Member

tiran commented Dec 10, 2021

Thanks!

@tiran tiran changed the title bpo-45723: Normalise configure user communication bpo-45723: Normalise configure user communication (GH-30024) Dec 10, 2021
@tiran tiran merged commit 74b23c9 into python:main Dec 10, 2021
@erlend-aasland erlend-aasland deleted the ac-msg branch December 10, 2021 11:29
@@ -1037,8 +1037,7 @@ if $CPP $CPPFLAGS conftest.c >conftest.out 2>/dev/null; then
_arm_arch=`sed -n -e '/__ARM_ARCH/d' -e 's/^arm_arch = //p' conftest.out`
AC_MSG_RESULT([$ANDROID_API_LEVEL])
if test -z "$ANDROID_API_LEVEL"; then
echo 'Fatal: you must define __ANDROID_API__'
exit 1
AC_MSG_ERROR([Fatal: you must define __ANDROID_API__])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Argh, I forgot to remove the "Fatal: " prefix. I'll add it to a future autoconf PR.

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.

4 participants