alsa-tools/ac3dec/hgcompile
Takashi Iwai e13da40b0e Add hgcompile scripts
Added hgcompile scripts.
2006-05-12 15:36:52 +02:00

9 lines
128 B
Bash
Executable file

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