Skip to content

Commit bf7e19b

Browse files
yamtxiaoxiang781216
authored andcommitted
Avoid occasional "aclocal/automake missing" errors
1 parent c592722 commit bf7e19b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cibuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ function kconfig-frontends {
7676
--disable-kconfig --disable-nconf --disable-qconf \
7777
--disable-gconf --disable-mconf --disable-static \
7878
--disable-shared --disable-L10n --disable-utils
79+
# Avoid "aclocal/automake missing" errors
80+
touch aclocal.m4 Makefile.in
7981
make install
8082
cd $tools; git clean -xfd
8183
fi

0 commit comments

Comments
 (0)