]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Sep 2021 14:01:56 +0000 (07:01 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 14:01:56 +0000 (15:01 +0100)
(cherry picked from commit 6beaf2ffaecd92955c5b3c579f184cbecc222636)

.github/workflows/build.yml

index 7b6ec726b651ea522d6bc48de2fbc3df39b409ae..2ccd351d8682e3c3eea219848abfcbd12ddfe901 100644 (file)
@@ -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)'