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 <marco@sirabella.org> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
154339b5f1
commit
bea7349211
3
.github/workflows/make.yml
vendored
3
.github/workflows/make.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user