#!/bin/sh

set -x
aclocal 
autoheader
automake  --add-missing --copy
autoconf
set +x

