diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index 16c37bf1..6939db23 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -29,8 +29,8 @@ jobs: ./buildconf.sh ./configure make dist - tar xf expat-*.tar.gz - pushd expat-*/ + tar xf expat-*.*.*.tar.gz + pushd expat-*.*.*/ mkdir build_autotools pushd build_autotools diff --git a/expat/Changes b/expat/Changes index 5c8dffde..f7b111e0 100644 --- a/expat/Changes +++ b/expat/Changes @@ -30,7 +30,7 @@ Release x.x.xx xxx xxxxxxx xx xxxx so that users with "find_package(expat [..] CONFIG [..])" are served on distributions that are *not* using the CMake build system inside for libexpat packaging - #450 Autotools: Resolve use of obsolete macro AC_CONFIG_HEADER + #450 #452 Autotools: Resolve use of obsolete macro AC_CONFIG_HEADER Version info bumped from 7:12:6 to 8:0:7 due to addition of error code XML_ERROR_NO_BUFFER (see https://verbump.de/ for what these numbers do) diff --git a/expat/configure.ac b/expat/configure.ac index 35172811..9a6858e7 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -27,7 +27,7 @@ m4_define([expat_version], m4_ifdef([__gnu__], [esyscmd(conftools/get-version.sh lib/expat.h)], [2.2.x])) -AC_INIT([expat],[expat_version],[expat-bugs@libexpat.org]) +AC_INIT([expat], expat_version, [expat-bugs@libexpat.org]) m4_undefine([expat_version]) AC_CONFIG_SRCDIR([Makefile.in])