diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-05 14:01:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 14:01:56 (GMT) |
commit | 8bb4912d94a17ad9d57aad8b8a37ce3a159fa1e0 (patch) | |
tree | 14f64464d053404bda65daad36f2d6e63e29e227 /.github | |
parent | 8342c526e9cf138a10668fa9e487d92ee1a3a42c (diff) | |
download | cpython-8bb4912d94a17ad9d57aad8b8a37ce3a159fa1e0.zip cpython-8bb4912d94a17ad9d57aad8b8a37ce3a159fa1e0.tar.gz cpython-8bb4912d94a17ad9d57aad8b8a37ce3a159fa1e0.tar.bz2 |
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
(cherry picked from commit 6beaf2ffaecd92955c5b3c579f184cbecc222636)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b6ec72..2ccd351 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,6 +105,8 @@ jobs: run: make smelly - name: Check limited ABI symbols run: make check-limited-abi + - name: Check Autoconf version 2.69 + run: grep "Generated by GNU Autoconf 2.69" configure build_win32: name: 'Windows (x86)' |