view test/autogen.sh @ 1100:76459577e620

Checking external clock on DSP port was leaving audio crossbar in limbo state
author Patrice Mandin <patmandin@gmail.com>
date Thu, 21 Jul 2005 21:33:15 +0000
parents 7207057447f5
children d94b080ff6ce
line wrap: on
line source

#!/bin/sh
#
aclocal
automake --foreign --add-missing
autoconf

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"