diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index e250af5f0..9153e8234 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -377,6 +377,7 @@ jobs: if test "$CROSS_PLATFORM_OS" = "netbsd"; then sudo pkgin -y install autoconf automake libtool libevent; export LDFLAGS="-Wl,--rpath=/usr/pkg/lib"; fi echo "::group::configure" rm -f aclocal.m4 + aclocal autoconf && autoheader (cd simdzone && autoconf && autoheader) libtoolize -c -i || glibtoolize -c -i