X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=c507425667e579d73a2a31c27b0e7a96baa4e8da;hb=b04051b046ffc8b879267a32e9e7248ec75aeb89;hp=1199ae213af4f46d2d4d346674fc96831ae0394b;hpb=e0baa9906b1c443228605a2b29c37b4bc004c61c;p=ust.git diff --git a/bootstrap b/bootstrap index 1199ae2..c507425 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,10 @@ #! /bin/sh set -x -aclocal -I config +if [ ! -e config ]; then + mkdir config +fi +aclocal libtoolize --force --copy autoheader automake --add-missing --copy