From: Pablo Galindo Salgado Date: Tue, 7 Sep 2021 17:30:48 +0000 (+0100) Subject: Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156) X-Git-Tag: v3.9.8~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a7a35467ad6b42616327e494a9be2387c078789;p=thirdparty%2FPython%2Fcpython.git Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e37e1d3cf185..9f06fd33cc07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)'