mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
4 lines
67 B
Bash
4 lines
67 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
aclocal && autoconf && automake --foreign --add-missing
|