X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=45d79b9660bc72ef279a2c185a3ac50e2ba13b9c;hb=50f3dba07e569f6ef3070e47cc1e5866c3684811;hp=1199ae213af4f46d2d4d346674fc96831ae0394b;hpb=e0baa9906b1c443228605a2b29c37b4bc004c61c;p=ust.git diff --git a/bootstrap b/bootstrap index 1199ae2..45d79b9 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,12 @@ #! /bin/sh set -x -aclocal -I config -libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf +if [ ! -e config ]; then + mkdir config +fi +if [ ! -e m4 ]; then + mkdir m4 +fi + +autoreconf