summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildconf b/buildconf
new file mode 100755
index 0000000000..97c15bb34c
--- /dev/null
+++ b/buildconf
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+aclocal && \
+libtoolize -c --force --ltdl && \
+autoheader && \
+automake -a -c || automake -a -c
+autoconf