]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 4 Sep 2021 14:20:38 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Sep 2021 14:20:38 +0000 (15:20 +0100)
.github/workflows/build.yml

index 05bdf2445a234115379a67262c2ce330afd736fd..27e07a5f91bf37aaaecd9fb96929e307ddb7cfb1 100644 (file)
@@ -84,6 +84,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)'