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