#!/bin/sh
#
# configure script for ${WRKSRC}.  It just decends into the
# common and sdr/freebsd subdirectories and runs configure.
#
cd common
./configure $@
cd ../sdr/freebsd
./configure $@
