mirror of https://github.com/python/cpython
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
This commit is contained in:
parent
3beef86e22
commit
6beaf2ffae
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue