From 3774d41b9533ad85dd7d060868420dde1ba619a8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 25 May 2026 11:15:03 +0200 Subject: [PATCH] INSTALL: update compilation from git sources Signed-off-by: Jaroslav Kysela --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.52.0