diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-08-06 22:16:56 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-08-06 22:16:56 +0200 |
commit | a6d2b7900a79b54d228141891013c5e360a38a5b (patch) | |
tree | a8ebf0b9d71799c0a7a9b2753bd8a8e2f72df16a /bootstrap |
Initial commit
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
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 |