Skip to content

Commit

Permalink
Issue #407: Made bootstrap compatible with autoconf 2.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
esabol committed Jul 31, 2024
1 parent 3806344 commit 51cec51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- {name: 'ubuntu-24.04 gcc-13', os: ubuntu-24.04, cc: 'gcc-13', cxx: 'g++-13', tag: '13'}
- {name: 'ubuntu-24.04 gcc-14', os: ubuntu-24.04, cc: 'gcc-14', cxx: 'g++-14', tag: '14'}
- {name: 'alpine-3.18 gcc-12', os: ubuntu-latest, container: 'alpine:3.18', cc: 'gcc', cxx: 'g++', tag: '12'}
- {name: 'alpine-3.20 gcc-13', os: ubuntu-latest, container: 'alpine:3.20', cc: 'gcc', cxx: 'g++', tag: '13'}

env:
CC: ${{ matrix.config.cc }}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Use and distribution licensed under the BSD license. See
# the COPYING file in this directory for full text.

m4_include([version.m4])
m4_include([./version.m4])
AC_REVISION([m4_esyscmd_s([git describe --always])])
AC_PREREQ([2.69])
AC_INIT([gearmand],[VERSION_NUMBER],[https://github.com/gearman/gearmand/issues],[gearmand],[http://gearman.info/])
Expand Down

0 comments on commit 51cec51

Please sign in to comment.