]> git.alsa-project.org Git - alsa-utils.git/commitdiff
INSTALL: update compilation from git sources
authorJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2026 09:15:03 +0000 (11:15 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2026 09:15:03 +0000 (11:15 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
INSTALL

diff --git a/INSTALL b/INSTALL
index 5f20814c155e977d603cb51bac4b2a8c2832d4bf..bc5a3af28fd4c087345c5401787f0463a030bf57 100644 (file)
--- 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