Skip to content

Commit 8bb4912

Browse files
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
(cherry picked from commit 6beaf2f)
1 parent 8342c52 commit 8bb4912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
run: make smelly
106106
- name: Check limited ABI symbols
107107
run: make check-limited-abi
108+
- name: Check Autoconf version 2.69
109+
run: grep "Generated by GNU Autoconf 2.69" configure
108110

109111
build_win32:
110112
name: 'Windows (x86)'

0 commit comments

Comments
 (0)