summaryrefslogtreecommitdiffabout
path: root/autogen.bash
Side-by-side diff
Diffstat (limited to 'autogen.bash') (more/less context) (ignore whitespace changes)
-rw-r--r--autogen.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.bash b/autogen.bash
new file mode 100644
index 0000000..14798fd
--- a/dev/null
+++ b/autogen.bash
@@ -0,0 +1,6 @@
+#!/bin/bash
+ aclocal \
+&& autoheader \
+&& automake -a \
+&& autoconf \
+&& ./configure "$@"