alsa-tools/ac3dec/cvscompile

8 lines
86 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
2001-04-17 19:43:24 +00:00
automake --add-missing
autoconf
2001-07-09 08:35:04 +00:00
./configure $*
2001-04-17 19:43:24 +00:00
make