1
0
Fork 0

INSTALL: update compilation from git sources

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2026-05-25 11:15:03 +02:00
parent 4391f98f7f
commit 3774d41b95

View file

@ -35,8 +35,11 @@ to compile git sources of alsa-utils package.
For compilation you can use these commands:
aclocal
# avoid blind AC_CONFIG_FILES change in configure.ac
cp configure.ac configure.ac.backup
gettextize
mv configure.ac.backup configure.ac
aclocal -Im4
autoheader
automake --foreign --copy --add-missing
autoconf