X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=bootstrap;h=1199ae213af4f46d2d4d346674fc96831ae0394b;hp=ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e;hb=e0baa9906b1c443228605a2b29c37b4bc004c61c;hpb=7a7dca403897749bd9517dbb94cfc144adfd64f9 diff --git a/bootstrap b/bootstrap index ad7f664..1199ae2 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,9 @@ #! /bin/sh -aclocal \ -&& automake --gnu --add-missing \ -&& autoconf +set -x +aclocal -I config +libtoolize --force --copy +autoheader +automake --add-missing --copy +autoconf +