#!/bin/sh
# 
# Wrapper to build run GNU autoconf tool chain on spoofer project
#
set -x
autoreconf -fviW all
