mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 14:28:22 +01:00
github workflow: add libtoolize call for alsa-utils
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
cbf0a2fa58
commit
061344f62f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue