Skip to content

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-aasland commented Dec 10, 2021

Normalise configure user communication; always use AC_MSG_* macros.

https://bugs.python.org/issue45723

@erlend-aaslanderlend-aasland changed the title bpo-45723: Use AC_MSG_* for configure user communicationbpo-45723: Normalise configure user communicationDec 10, 2021
@tiran
Copy link
Member

Thanks!

@tirantiran changed the title bpo-45723: Normalise configure user communicationbpo-45723: Normalise configure user communication (GH-30024)Dec 10, 2021
@tirantiran merged commit 74b23c9 into python:mainDec 10, 2021
@erlend-aaslanderlend-aasland deleted the ac-msg branch December 10, 2021 11:29
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
ContributorAuthor

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@erlend-aasland@tiran@the-knights-who-say-ni@bedevere-bot