aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-17 19:30:24 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-17 19:31:26 +0100
commit7de9585efbbd148df26cd180900db69e11c36061 (patch)
tree71633e9aeaa43a7a43a7078cedf16cda267bb0dc /autogen.sh
parente8d91ad3692c3e8941f86d5d2fe51eb572f20095 (diff)
downloadwix-on-linux-7de9585efbbd148df26cd180900db69e11c36061.tar.gz
wix-on-linux-7de9585efbbd148df26cd180900db69e11c36061.tar.bz2
wix-on-linux-7de9585efbbd148df26cd180900db69e11c36061.zip
Set up an autotools system.
Supersedes the hand-hacked Makefile I was previously working with.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..52251d0
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,2 @@
1#!/bin/sh
2autoreconf -i && rm -rf autom4te.cache