Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

Merged
tiran merged 1 commit intopython:mainfromerlend-aasland:ac-msg
Dec 10, 2021

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-aasland commentedDec 10, 2021
edited by bedevere-bot
Loading

Normaliseconfigure user communication; always useAC_MSG_* macros.

https://bugs.python.org/issue45723

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

Thanks!

erlend-aasland reacted with hooray emoji

@tirantiran changed the titlebpo-45723: Normalise configure user communicationbpo-45723: Normalise configure user communication (GH-30024)Dec 10, 2021
@tirantiran merged commit74b23c9 intopython:mainDec 10, 2021
@erlend-aaslanderlend-aasland deleted the ac-msg branchDecember 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
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
Reviewers

@tirantirantiran approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

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

[8]ページ先頭

©2009-2025 Movatter.jp