diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-02-16 22:13:46 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-02-16 22:13:46 -0800 |
commit | 844c0b92e89d64832a562b2f471b93ae0b70cb8e (patch) | |
tree | 80b79d09373f8f75b86f620b90eb7bc31c4161e0 /bootstrap | |
parent | 277a82e138d655a4d8ae1beed81f943fbbced6ca (diff) |
autotools: introduce rudimentary autotools setup
Now it actually builds! Hopefully for more than just me...
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 |