merge libmarkers, libtracing and libtracectl in a single libust library
[ust.git] / bootstrap
index ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e..0374e3816ed830695a4f311a15566aa427363fb5 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,9 @@
 #! /bin/sh
 
-aclocal \
-&& automake --gnu --add-missing \
-&& autoconf
+set -x
+aclocal
+libtoolize --force --copy
+autoheader
+automake --add-missing --copy
+autoconf
+
This page took 0.022945 seconds and 4 git commands to generate.