diff options
author | Christopher Baines <mail@cbaines.net> | 2024-11-19 18:43:43 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-12-16 09:18:12 +0000 |
commit | 2f39c58d6ca72cd869ba69e03d639f36d497e9a8 (patch) | |
tree | 78caa9af60eb057eda659e969207a8457e2fa3f2 /bootstrap | |
download | knots-2f39c58d6ca72cd869ba69e03d639f36d497e9a8.tar knots-2f39c58d6ca72cd869ba69e03d639f36d497e9a8.tar.gz |
Initial 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..5af6611 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#! /bin/sh + +autoreconf --verbose --install --force |