X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=c507425667e579d73a2a31c27b0e7a96baa4e8da;hp=0000000000000000000000000000000000000000;hb=ac65e35509398c6f3f27b26e9309750a565e1cbd;hpb=ccd7e1c86f36342b0b06651cc52df86bb663c271 diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..c5074256 --- /dev/null +++ b/bootstrap @@ -0,0 +1,12 @@ +#! /bin/sh + +set -x +if [ ! -e config ]; then + mkdir config +fi +aclocal +libtoolize --force --copy +autoheader +automake --add-missing --copy +autoconf +