8000 GH-89886: Bump autoconf to version 2.71 by erlend-aasland · Pull Request #104925 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Dismiss alert

GH-89886: Bump autoconf to version 2.71 #104925

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

Merged
merged 8 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Build Python with autoconf 2.71
  • Loading branch information
tiran committed Dec 7, 2021
commit 8ddb5ca0a90a4edb5dd0ff5ec7b36c7538da276c
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Diff line change
Original file line number Diff line number
Expand Up @@ -70,12 +70,12 @@ jobs:
uses: hendrikmuhs/ccache-action@v1
- name: Check Autoconf version 2.69 and aclocal 1.16.3
run: |
grep "Generated by GNU Autoconf 2.69" configure
grep "aclocal 1.16.3" aclocal.m4
grep "Generated by GNU Autoconf 2.71" configure
grep "aclocal 1.16.4" aclocal.m4
grep -q "runstatedir" configure
grep -q "PKG_PROG_PKG_CONFIG" aclocal.m4
- name: Regenerate autoconf files
run: docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:269
run: docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:271
- name: Build CPython
run: |
# Build Python with the libpython dynamic library
Expand Down
12 changes: 6 additions & 6 deletions aclocal.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
0