mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
|
|
aclocal $ACLOCAL_FLAGS
|
|
automake --add-missing
|
|
autoconf
|
|
./configure $*
|
|
make
|