summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-25 22:58:10 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-25 22:58:10 +0200
commitd8a6c838e60a50db2ec35a00c45786a2df9d0f43 (patch)
treea6eb64394a2f09594fb641a1448a836c542eb28e /bootstrap.sh
parente961015695b5c65c61a2b945989c38061374e0a7 (diff)
plugins prototyping WIP
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index e3dbfcb1..bb423635 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,5 @@
#!/bin/sh
aclocal
+libtoolize
autoconf
automake -a -c
-