diff options
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 00000000..f56f9239 --- /dev/null +++ b/bootstrap | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | export WANT_AUTOMAKE="1.8" | ||
3 | autoreconf -f -i | ||