X-Git-Url: http://git.squeep.com/?p=allocwithin;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=0060d18a20699147012cac6ecf04314badb2d9e8;hp=0000000000000000000000000000000000000000;hb=62af9ffd1e795491f74b07db73ad240079a0e5af;hpb=966b5d9bd5be10b5a6095aeb649d442cd6c7c901 diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..0060d18 --- /dev/null +++ b/bootstrap @@ -0,0 +1,14 @@ +#!/bin/sh +# This script is used to regenerate autotools stuff + +LIBTOOLIZE=libtoolize +case `uname -s` in + Darwin) LIBTOOLIZE=glibtoolize ;; +esac + +aclocal -I m4 \ +&& ${LIBTOOLIZE} --copy \ +&& automake --add-missing --copy \ +&& autoheader \ +&& autoconf +