summaryrefslogtreecommitdiffabout
path: root/autogen.bash
Side-by-side diff
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 @@
+#!/bin/bash
+( cd "$(dirname "$0")" \
+&& mkdir -p aux.d \
+&& aclocal \
+&& autoheader \
+&& automake -a \
+&& autoconf \
+&& "$(dirname "$0")"/configure "$@" \
+)