diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 21:53:32 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 21:53:32 +0100 |
| commit | 0f52ac05e8a3e8118c6f176a82fa56e905d5ab36 (patch) | |
| tree | 6c1b5121a2fd36db5c69f8726607ffec9d0eacfa /bootstrap.sh | |
| parent | 7de14dbc0b642ee492fe592ccb53e8d81a4dc599 (diff) | |
Add bootstrap script
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..e26f141 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p m4 +autoreconf -i |