[Python-checkins] Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)

pablogsal webhook-mailer at python.org
Sun Sep 5 10:02:00 EDT 2021


https://github.com/python/cpython/commit/8bb4912d94a17ad9d57aad8b8a37ce3a159fa1e0
commit: 8bb4912d94a17ad9d57aad8b8a37ce3a159fa1e0
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-09-05T15:01:56+01:00
summary:

Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)

(cherry picked from commit 6beaf2ffaecd92955c5b3c579f184cbecc222636)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7b6ec726b651ea..2ccd351d8682e3 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)'



More information about the Python-checkins mailing list