github workflow: add libtoolize call for alsa-utils

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2022-05-03 13:33:14 +02:00
parent cbf0a2fa58
commit 061344f62f

View 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