diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-17 19:30:24 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-17 19:31:26 +0100 |
commit | 7de9585efbbd148df26cd180900db69e11c36061 (patch) | |
tree | 71633e9aeaa43a7a43a7078cedf16cda267bb0dc /autogen.sh | |
parent | e8d91ad3692c3e8941f86d5d2fe51eb572f20095 (diff) | |
download | wix-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-x | autogen.sh | 2 |
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 | ||
2 | autoreconf -i && rm -rf autom4te.cache | ||