diff options
author | Christopher Baines <mail@cbaines.net> | 2020-08-31 13:38:22 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-08-31 13:38:22 +0100 |
commit | 5acbc44d2d6c89fd984ef2353f81f73d4e227a33 (patch) | |
tree | ff657d482aa9d95ad1e62585c0b2432e7b190e26 /bootstrap | |
download | prometheus-5acbc44d2d6c89fd984ef2353f81f73d4e227a33.tar prometheus-5acbc44d2d6c89fd984ef2353f81f73d4e227a33.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 |