#! /bin/sh
# Use this script to initial DAQ builds
# Auther: Keith Thorne

## @start 1
#! /bin/sh

set -x
mkdir -p m4
aclocal -I config
libtoolize --force --copy
automake --foreign --add-missing --copy
## @end 1
