summaryrefslogtreecommitdiffabout
path: root/autogen.bash
Unidiff
Diffstat (limited to 'autogen.bash') (more/less context) (ignore whitespace changes)
-rw-r--r--autogen.bash9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.bash b/autogen.bash
new file mode 100644
index 0000000..a798fad
--- a/dev/null
+++ b/autogen.bash
@@ -0,0 +1,9 @@
1#!/bin/bash
2( cd "$(dirname "$0")" \
3&& mkdir -p aux.d \
4&& aclocal \
5&& autoheader \
6&& automake -a \
7&& autoconf \
8&& "$(dirname "$0")"/configure "$@" \
9)