#!/bin/sh
function run() {
	echo "[run] $*"
	$*
}
run aclocal
run autoheader2.50
run automake --add-missing
run autoconf2.50
