summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-08-06 22:16:56 +0200
committerWim Taymans <wtaymans@redhat.com>2014-08-06 22:16:56 +0200
commita6d2b7900a79b54d228141891013c5e360a38a5b (patch)
treea8ebf0b9d71799c0a7a9b2753bd8a8e2f72df16a /bootstrap
Initial commit
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..91756f9
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal && \
+ autoheader && \
+ libtoolize --automake --copy --force && \
+ automake --add-missing --copy && \
+ autoconf