X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=bootstrap;h=7adcc4a878d27927baa8d1eca50f8bc89ec293be;hp=c507425667e579d73a2a31c27b0e7a96baa4e8da;hb=094632060f50c0a268794c70e0650167c5c51fb8;hpb=1fc22eb45fde328b82aa5a5e296fdc086e77a32e 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