]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Create the configure script with autoconf in workflow.
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 30 Aug 2023 14:04:55 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 14:04:55 +0000 (15:04 +0100)
.github/workflows/makefile.yml

index 0f94f08e3950082eab845ce67f6984123c9f32b6..cdea09797e4e700ba162324c914a3e3334305325 100644 (file)
@@ -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