From: Jaroslav Kysela Date: Mon, 25 May 2026 09:15:03 +0000 (+0200) Subject: INSTALL: update compilation from git sources X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3774d41b9533ad85dd7d060868420dde1ba619a8;p=alsa-utils.git INSTALL: update compilation from git sources Signed-off-by: Jaroslav Kysela --- diff --git a/INSTALL b/INSTALL index 5f20814..bc5a3af 100644 --- a/INSTALL +++ b/INSTALL @@ -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