summaryrefslogtreecommitdiffabout
path: root/autogen.bash
Unidiff
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 @@
1#!/bin/bash
2 aclocal \
3&& autoheader \
4&& automake -a \
5&& autoconf \
6&& ./configure "$@"