From 4c8e72a268f3f565054d527992655caafa2ccd91 Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Wed, 2 Oct 2024 14:05:26 -0700 Subject: [PATCH] another attempt w/ the release action --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0732f7eb6..3fb26bc84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,8 @@ jobs: - name: Set up build tools run: sudo apt-get install -y build-essential autoconf automake libtool pkg-config autoconf-archive - - name: Create necessary directories - run: mkdir -p m4 auxdir build-aux/m4 - - name: Generate configure script - run: autoreconf -i -I m4 -I build-aux/m4 + run: autoreconf -fi - name: Run configure run: ./configure