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