From a4d90f9176b8096de26bcc55e59a0ba331549b27 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 9 Mar 2019 17:45:41 +0000
Subject: [PATCH] Mention autoreconf in the installation instructions

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index e51442b..ba93d60 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ taken from [Fabla](https://github.com/openAVproductions/openAV-Fabla),
 To install from source, run:
 
 ```shell
+autoreconf --install
 ./configure
 make
 make install
-- 
GitLab