From: Thibault Godouet Date: Wed, 30 Aug 2023 14:04:55 +0000 (+0100) Subject: Create the configure script with autoconf in workflow. X-Git-Tag: ver3_3_2~12^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71aeacbdd6ff65b5e4a6870448c53eb1f6d23e4a;p=thirdparty%2Ffcron.git Create the configure script with autoconf in workflow. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0f94f08..cdea097 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -17,6 +17,9 @@ jobs: - name: install dependencies run: sudo apt install -y docbook docbook-xsl docbook-xml docbook-utils manpages-dev + - name: Create the configure script with autoconf + run: autoconf + - name: configure run: ./configure