From bf45ac13b45db5f721ab939ce843aa470630502b Mon Sep 17 00:00:00 2001 From: David Mulder Date: Thu, 16 May 2024 13:32:42 -0600 Subject: [PATCH] fix --- .github/workflows/build.yml | 3 ++- .github/workflows/test.yml | 3 ++- src/idmap/configure.ac | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18ae0ca..1ae4c90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,8 @@ jobs: libkrb5-dev \ libpcre2-dev \ libclang-13-dev \ - autoconf + autoconf \ + gettext - name: "Fetch submodules" run: git submodule init && git submodule update diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 648bf54..4bfa4d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,8 @@ jobs: libkrb5-dev \ libpcre2-dev \ libclang-13-dev \ - autoconf + autoconf \ + gettext - name: "Fetch submodules" run: git submodule init && git submodule update diff --git a/src/idmap/configure.ac b/src/idmap/configure.ac index f14aafc..8c54c9e 100644 --- a/src/idmap/configure.ac +++ b/src/idmap/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) m4_include([sssd/version.m4]) AC_INIT([libsss_idmap],[VERSION_NUMBER],[sssd-devel@lists.fedorahosted.org])