From 8cdffcee92181f505d9607e4bee779b8c80a84ba Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 4 Nov 2009 23:53:09 +0100 Subject: Add autotools support. --- bootstrap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..0f61946 --- /dev/null +++ b/bootstrap @@ -0,0 +1,10 @@ +#!/bin/sh + +# change to root directory +cd $(dirname "$0") + +# run auto.* tools +aclocal --force && \ + autoheader --force && \ + automake --gnu --add-missing --force-missing --copy && \ + autoconf --force -- cgit v1.2.3-70-g09d2