Skip to content

Commit 6beaf2f

Browse files
authored
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
1 parent 3beef86 commit 6beaf2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
run: make smelly
8585
- name: Check limited ABI symbols
8686
run: make check-limited-abi
87+
- name: Check Autoconf version 2.69
88+
run: grep "Generated by GNU Autoconf 2.69" configure
8789

8890
build_win32:
8991
name: 'Windows (x86)'

0 commit comments

Comments
 (0)