]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- simdzone-zone-load, fix ci, aclocal for windows, rm import file for bsd.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Oct 2025 14:06:31 +0000 (16:06 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Oct 2025 14:06:31 +0000 (16:06 +0200)
.github/workflows/analysis_ports.yml

index 2960592dd424bb62938f045cb487021b3e642377..e6537c5b90b36e784860a16ccf29853a26216d43 100644 (file)
@@ -253,6 +253,8 @@ jobs:
           cd ..
           echo "unbound"
           cd unbound
+          echo 'aclocal'
+          PERL5LIB="/c/msys64/usr/share/autoconf-2.71:/c/msys64/usr/share/autoconf:/c/msys64/usr/share/automake-1.16:/c/msys64/usr/share/automake" PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" aclocal-1.16 --system-acdir=/c/msys64/usr/share/aclocal-1.16
           echo 'autoreconf -fi'
           PERL5LIB="/c/msys64/usr/share/autoconf-2.71:/c/msys64/usr/share/autoconf:/c/msys64/usr/share/automake-1.16:/c/msys64/usr/share/automake" PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi
           echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\" --disable-shared"
@@ -374,17 +376,14 @@ jobs:
             if test "$CROSS_PLATFORM_OS" = "openbsd"; then sudo pkg_add autoconf-2.71 automake-1.16.5 libtool libevent; export AUTOCONF_VERSION="2.71"; export AUTOMAKE_VERSION="1.16"; fi
             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"
-            autoconf && autoheader
-            (cd simdzone && autoconf && autoheader)
-            aclocal
-            (cd simdzone; aclocal)
-            libtoolize -c -i || glibtoolize -c -i
-            (cd simdzone; libtoolize -c -i || glibtoolize -c -i)
-            # run autoconf again.
-            aclocal
-            (cd simdzone; aclocal)
-            autoconf && autoheader
-            (cd simdzone && autoconf && autoheader)
+            rm -f aclocal.m4
+            autoreconf -fi
+            #libtoolize -c -i || glibtoolize -c -i
+            #(cd simdzone; libtoolize -c -i || glibtoolize -c -i)
+            #aclocal
+            #(cd simdzone; aclocal)
+            #autoconf && autoheader
+            #(cd simdzone && autoconf && autoheader)
             ./configure ${{ matrix.cross_platform_config }}
             echo "::endgroup::"
             echo "::group::make"