diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-12-11 12:12:37 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-12-11 12:17:21 -0800 |
commit | cb3d1318f05ef8b1451aa9d0fbd0a6f1308e82b6 (patch) | |
tree | 6155fb1759cd35e2a5290ba3bac7ec1aeec0a8b4 /bootstrap | |
parent | f51e6fbbc43cce135e1991f498b4b8b1e7e31129 (diff) |
build: add minimal autotools setup
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..c5a7472 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf --install |