From 58d08c80f475a252fcbb02563d3f4b5eae6edc6d Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Thu, 23 Jul 2020 13:43:21 +0200 Subject: [PATCH] Add autogen.sh to call autoreconf --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..9022bc34 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir config +autoreconf --install -W all -I config