diff options
author | David Thompson <davet@gnu.org> | 2015-05-23 20:24:13 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-23 20:24:47 -0400 |
commit | 3c35564e16b762f6ad1928ab46ece0afc2b59ba1 (patch) | |
tree | e7596665e56292a3f2a501dff6ec8fab6dcfa523 /bootstrap | |
parent | 74e7e843c2e734a62716722339bf41af488cfcb0 (diff) |
Add new autotools based installation scripts.
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..4a4af27 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -vif
\ No newline at end of file |