aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xbootstrap.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7409ad..f4889cb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Small graphics engine.
While inside the directory containing all files:
- autoreconf -i
+ ./bootstrap.sh
./configure
make
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..1d385b2
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec autoreconf -ivf