From ed63b998b5ba2da759ba5b2d4ec033d0329747d7 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 4 Apr 2026 09:00:22 +0200 Subject: [PATCH] INSTALL: move autoreconf -i before ./configure in Quickstart When building from a git clone, configure does not exist yet. autoreconf -i must be run first to generate it. --- INSTALL | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 6b5bcbe..282e4dd 100644 --- a/INSTALL +++ b/INSTALL @@ -4,14 +4,11 @@ Quickstart To build Duc with its default options, run: + $ autoreconf -i $ ./configure $ make $ sudo make install -Generate the configure script when it is not available (cloned git repo): - - $ autoreconf -i - To get the required dependencies on Debian or Ubuntu, run: