diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-05-27 00:04:14 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-05-27 00:13:12 -0700 |
commit | 098f704d2134e446fa6b27ce902c5fc2646d3ab4 (patch) | |
tree | ae1f5c14ed4f5d3220a9fd50912e5d86e131f8e7 | |
parent | fc5d2adb3a0b4cae904563ccb6e24c8c8ac45614 (diff) |
build: add autotools bootstrap script
-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 |