]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 7 Sep 2021 17:30:48 +0000 (18:30 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 17:30:48 +0000 (19:30 +0200)
.github/workflows/build.yml

index e37e1d3cf1855f4db807a47f097c5e9847655bd7..9f06fd33cc07e8bede8fc4fa2f2a441d47b60843 100644 (file)
@@ -99,6 +99,8 @@ jobs:
           fi
       - name: Check exported libpython symbols
         run: make smelly
+      - name: Check Autoconf version 2.69
+        run: grep "Generated by GNU Autoconf 2.69" configure
 
   build_win32:
     name: 'Windows (x86)'