Fix: bootstrap should call libtoolize
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Apr 2013 00:55:19 +0000 (20:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Apr 2013 00:55:19 +0000 (20:55 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
bootstrap

index c71b862a5632b09cc8fd546a9ce9c208e37465c7..1dd41c0d30988586a123c99718668f4bdfbf97f5 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,4 +5,5 @@ if [ ! -e config ]; then
        mkdir config
 fi
 
+libtoolize --force --copy
 autoreconf -i
This page took 0.024217 seconds and 4 git commands to generate.