diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-15 09:06:47 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-06 16:00:25 -0500 |
commit | 309fd1ac41cb1dffe65599743bf884871287e508 (patch) | |
tree | dd500a3f93c4b23c14a4ad6069ff30082897c375 /bootstrap |
First commit!
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 |