X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=c507425667e579d73a2a31c27b0e7a96baa4e8da;hp=0000000000000000000000000000000000000000;hb=48d848c7291ec22da6258ac03cd9c1dafec1fdfb;hpb=3644b3ee9ca6a858cf733579012ef595d652dcdf diff --git a/bootstrap b/bootstrap new file mode 100644 index 0000000..c507425 --- /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 +