1#!/bin/sh 2# Run this to set up the build system: configure, makefiles, etc. 3set -e 4 5srcdir=`dirname $0` 6test -n "$srcdir" && cd "$srcdir" 7 8echo "Updating build configuration files, please wait...." 9 10autoreconf -isf 11