diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-16 17:44:49 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-16 17:44:59 -0400 |
commit | 8de38cdc53b8bc1ce7d6e5bca1b00ada93e0f967 (patch) | |
tree | 22d7723206de00362b28636be959a8585d36439e /bootstrap |
Add project scaffolding.
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..e756b42 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#! /bin/sh + +autoreconf -vif |