X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=c507425667e579d73a2a31c27b0e7a96baa4e8da;hb=a09dac63957396890b1085cac0fee92ecc5db87a;hp=ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e;hpb=1304f3dfeb42271cebb865409bd3e010e2512aa4;p=ust.git diff --git a/bootstrap b/bootstrap index ad7f664..c507425 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,12 @@ #! /bin/sh -aclocal \ -&& automake --gnu --add-missing \ -&& autoconf +set -x +if [ ! -e config ]; then + mkdir config +fi +aclocal +libtoolize --force --copy +autoheader +automake --add-missing --copy +autoconf +