X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=0ade5adcda756e795d8fa64d14668c3b4c3af9b2;hb=b33b46f7161604cb9168e9bbc854413cf18269be;hp=ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e;hpb=1304f3dfeb42271cebb865409bd3e010e2512aa4;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index ad7f6645..0ade5adc 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,8 @@ #! /bin/sh -aclocal \ -&& automake --gnu --add-missing \ -&& autoconf +set -x +if [ ! -e config ]; then + mkdir config +fi + +autoreconf -vi