We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c592722 commit bf7e19bCopy full SHA for bf7e19b
cibuild.sh
@@ -76,6 +76,8 @@ function kconfig-frontends {
76
--disable-kconfig --disable-nconf --disable-qconf \
77
--disable-gconf --disable-mconf --disable-static \
78
--disable-shared --disable-L10n --disable-utils
79
+ # Avoid "aclocal/automake missing" errors
80
+ touch aclocal.m4 Makefile.in
81
make install
82
cd $tools; git clean -xfd
83
fi
0 commit comments