X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=bootstrap;h=c507425667e579d73a2a31c27b0e7a96baa4e8da;hb=ff1fedb9f2e8fcf9f99d57c2adaeac00308404fd;hp=1199ae213af4f46d2d4d346674fc96831ae0394b;hpb=e0baa9906b1c443228605a2b29c37b4bc004c61c;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index 1199ae21..c5074256 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