From 55f6bd906de69d92bf8b3102a90a56a91376992e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 6 Dec 2023 13:29:35 -0800 Subject: [PATCH] Now autoreconf not autogen.sh modified: freebsd_autotools.yml --- .github/workflows/freebsd_autotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freebsd_autotools.yml b/.github/workflows/freebsd_autotools.yml index 6502c4246..ab1a503cd 100644 --- a/.github/workflows/freebsd_autotools.yml +++ b/.github/workflows/freebsd_autotools.yml @@ -22,7 +22,7 @@ jobs: echo $SHELL sudo pkg install -y python3 bash automake libtool sudo pkg install -y gmake binutils lzlib - sh ./autogen.sh + autoreconf --warnings=all -vif ./configure make make check