summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-09-07 17:30:48 (GMT)
committerGitHub <noreply@github.com>2021-09-07 17:30:48 (GMT)
commit5a7a35467ad6b42616327e494a9be2387c078789 (patch)
treeb1ad7554ca1e30f093abd84786d0970cd6346f30 /.github
parent04c13c97eecdb66365782dbbf5e93ff5de267a61 (diff)
downloadcpython-5a7a35467ad6b42616327e494a9be2387c078789.zip
cpython-5a7a35467ad6b42616327e494a9be2387c078789.tar.gz
cpython-5a7a35467ad6b42616327e494a9be2387c078789.tar.bz2
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e37e1d3..9f06fd3 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)'