diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-05-02 18:53:42 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-05-02 18:53:42 -0700 |
commit | 9ca50bebfa45165af50fa166888b593db67d8e21 (patch) | |
tree | ee3053d6929450021c71e38d90f338e3f6da2d73 /bootstrap | |
parent | 7fd168d9bf3775380044ea4b71d693f195e8033c (diff) |
build: add rudimentary automake build system
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..99f6f06 --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh + +aclocal \ +&& automake --gnu --add-missing \ +&& autoconf |