]> sigrok.org Git - sigrok-androidutils.git/blobdiff - autogen.sh
Build a library with the C++ part of environment setup
[sigrok-androidutils.git] / autogen.sh
index 971c456f9a634987c545bfcd42c4d5c5980d8899..5d169f2ba694f03c1bdd1f291a6cd2c8f749d908 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+libtoolize --install --copy --quiet || exit 1
 aclocal || exit 1
 automake --add-missing --copy --foreign || exit 1
 autoconf || exit 1