Skip to content

Commit

Permalink
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Sep 4, 2021
1 parent 3beef86 commit 6beaf2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -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)'
Expand Down

0 comments on commit 6beaf2f

Please sign in to comment.