From: Pablo Galindo Salgado Date: Sat, 4 Sep 2021 14:20:38 +0000 (+0100) Subject: Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) X-Git-Tag: v3.11.0a1~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6beaf2ffaecd92955c5b3c579f184cbecc222636;p=thirdparty%2FPython%2Fcpython.git Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05bdf2445a23..27e07a5f91bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)'