From 6dd734c780065afb63a773d7ac867136e628ffaf Mon Sep 17 00:00:00 2001
From: Thomas Braun <thomas.braun@byte-physics.de>
Date: Thu, 10 Jan 2019 02:07:10 +0100
Subject: [PATCH] Add autogen.sh script for helping novice users

For novice autotools users it is convenient to have just a script to
execute.
---
 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 000000000..a0703d739
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoreconf -ivf