diff --git a/targets/nuttx-stm32f4/Makefile.travis b/targets/nuttx-stm32f4/Makefile.travis index 48af0955b5..81b6a8f9a7 100644 --- a/targets/nuttx-stm32f4/Makefile.travis +++ b/targets/nuttx-stm32f4/Makefile.travis @@ -31,7 +31,9 @@ LOCAL_INSTALL:=$(CURDIR)/../local/ install-kconfig: git clone https://bitbucket.org/nuttx/tools.git ../tools mkdir -p $(LOCAL_INSTALL) - cd ../tools/kconfig-frontends && ./configure --disable-mconf --disable-nconf --disable-gconf --disable-qconf --disable-utils --disable-shared --enable-static --prefix=$(LOCAL_INSTALL) + # FIXME: 'autoreconf --force --install' is a workaround after + # https://bitbucket.org/nuttx/tools/commits/164450f982b404fdc2b3233db51dc3eaa1f08b7f + cd ../tools/kconfig-frontends && autoreconf --force --install && ./configure --disable-mconf --disable-nconf --disable-gconf --disable-qconf --disable-utils --disable-shared --enable-static --prefix=$(LOCAL_INSTALL) $(MAKE) -C ../tools/kconfig-frontends $(MAKE) -C ../tools/kconfig-frontends install