alsa-tools/ac3dec/cvscompile

10 lines
128 B
Text
Raw Normal View History

2001-04-17 19:43:24 +00:00
#!/bin/sh
2001-04-19 09:55:58 +00:00
aclocal $ACLOCAL_FLAGS
autoheader
2002-10-24 12:26:42 +00:00
automake --add-missing --copy --foreign
touch depcomp
2001-04-17 19:43:24 +00:00
autoconf
2001-07-09 08:35:04 +00:00
./configure $*
2001-04-17 19:43:24 +00:00
make