diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-10 19:37:33 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-10 19:37:44 +0900 |
commit | 659b834ab3edbb356bbf71df11f6f95ab0c3a0d8 (patch) | |
tree | 5cd576e5860081d689b15333c53672ac52fd4a9a /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..872167c --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -vif |