summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2018-06-27 11:50:43 +0200
committerFlorian Westphal <fw@strlen.de>2018-07-02 18:07:21 +0200
commit131920089dc21db43e7dba7104c15889701230ea (patch)
tree9cae1ec218a670cb720ba2a09d62dc287ac87634 /autogen.sh
parentb0735eca551f77b19b996a742fd305185ef0377c (diff)
build: move to automake
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..a0c4395
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+autoreconf -fi;
+rm -Rf autom4te*.cache;