alsa-tools/ac3dec/hgcompile

10 lines
128 B
Text
Raw Normal View History

#!/bin/sh
aclocal $ACLOCAL_FLAGS
autoheader
automake --add-missing --copy --foreign
touch depcomp
autoconf
./configure $*
make