]> git.alsa-project.org Git - alsa-utils.git/commitdiff
github workflow: add libtoolize call for alsa-utils
authorJaroslav Kysela <perex@perex.cz>
Tue, 3 May 2022 11:33:14 +0000 (13:33 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 3 May 2022 11:33:14 +0000 (13:33 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
.github/workflows/build.yml

index b26d73de002b2f538daf2473551839d6eccb3e09..9afd86c7d6acc98432d79a297ff621feff0e997f 100644 (file)
@@ -63,6 +63,7 @@ jobs:
         cd alsa-utils
         aclocal
         gettextize -c -f --no-changelog
+        libtoolize --force --copy --automake
         aclocal -I m4
         autoheader
         automake --foreign --copy --add-missing
@@ -152,6 +153,7 @@ jobs:
         sed -e 's;po/Makefile.in;;' < configure.ac.old > configure.ac
         aclocal
         gettextize -c -f --no-changelog
+        libtoolize --force --copy --automake
         aclocal -I m4
         autoheader
         automake --foreign --copy --add-missing