alsa-tools/ac3dec/cvscompile
2002-10-24 12:26:42 +00:00

9 lines
128 B
Bash

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