From bea73492114c95149733405205483ce56d11125a Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Wed, 3 Nov 2021 11:30:39 -0700 Subject: Use AX_WITH_CURSES for curses library discovery Properly discovers libtinfow for customized systems (e.g., Gentoo) while offloading search handling to autoconf builtins. Additionally adds autoconf-archive as a buildtime dependency. Fixes #250. Signed-off-by: Marco Sirabella Signed-off-by: Lukas Fleischer --- .github/workflows/make.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/make.yml') diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index cbbe996..c9fe273 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install dependencies (Ubuntu) - run: sudo apt-get install asciidoc autopoint gettext xmlto + run: sudo apt-get install asciidoc autopoint gettext xmlto autoconf-archive if: matrix.os == 'ubuntu-latest' - name: Install dependencies (MacOS) run: | @@ -33,6 +33,7 @@ jobs: brew install asciidoc brew install gettext brew install xmlto + brew install autoconf-archive brew link --force gettext sudo mkdir /etc/xml sudo ln -s /usr/local/etc/xml/catalog /etc/xml/catalog -- cgit v1.2.3-54-g00ecf