#!/bin/sh set -e setglobal topdir = $[dirname $0] cd $topdir autoreconf --install --warnings=all --force setglobal args = ''"" if test -f "$topdir/.config.args" { setglobal args = $[cat $topdir/.config.args] } echo echo "----------------------------------------------------------------" echo "Initialized build system. For a common configuration please run:" echo "----------------------------------------------------------------" echo echo "$topdir/configure $args" echo