diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-07-19 10:02:53 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-07-19 10:02:53 -0400 |
commit | 5150d320304f958a12d0aa1356b9afec27fa6ba5 (patch) | |
tree | 28edc532d3de3165b3eb3fa8abf7f54275dbac36 | |
parent | 5a0c70f14562a4a217a68d3f951fcfe0b9a54d31 (diff) |
Add autotools bootstrap script.
* bootstrap: New file.
-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 |