X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=7adcc4a878d27927baa8d1eca50f8bc89ec293be;hp=c507425667e579d73a2a31c27b0e7a96baa4e8da;hb=d8c5c4c94e4f23c2befe00238dd43aada1ef3164;hpb=0e69474740ca10da06d244534de9b562d5776375 diff --git a/bootstrap b/bootstrap index c507425..7adcc4a 100755 --- a/bootstrap +++ b/bootstrap @@ -1,12 +1,9 @@ #! /bin/sh -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 -i