X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=bootstrap;h=0ade5adcda756e795d8fa64d14668c3b4c3af9b2;hb=ef1a13e0de71e01d19a9d1b2d4abdac5e34eb9bc;hp=0374e3816ed830695a4f311a15566aa427363fb5;hpb=b4512257eb71d0432554047acf6278dc42a15a75;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index 0374e381..0ade5adc 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,8 @@ #! /bin/sh set -x -aclocal -libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf +if [ ! -e config ]; then + mkdir config +fi +autoreconf -vi