X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=bootstrap;h=0374e3816ed830695a4f311a15566aa427363fb5;hb=7c2343de7f0d04535565637bbd52653befdc337f;hp=ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e;hpb=1304f3dfeb42271cebb865409bd3e010e2512aa4;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index ad7f6645..0374e381 100755 --- 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 +