[Buildroot] [PATCH 1/1] package/ltrace: fix autoreconf with autoconf >= 2.70

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Oct 9 20:09:08 UTC 2021


On Sat,  9 Oct 2021 09:50:04 +0200
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> Fix the following build failure raised since bump of autoconf to version
> 2.71 in commit ecd54b65c1f998a7ccd91f7c523e4ff38c4781da:
> 
> autoreconf: error: cannot create config/autoconf: No such file or directory
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/433599039d6e1ee301465f9867e169c121a0646f
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  ...ac-fix-autoreconf-with-autoconf-2.70.patch | 35 +++++++++++++++++++
>  1 file changed, 35 insertions(+)
>  create mode 100644 package/ltrace/0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch

I've extended the explanation to indicate why removing the
AC_CONFIG_AUX_DIR invocation is OK: it's because there is no
config/autoconf directory. I think your commit log should try to
explain why a change is OK, not just "we're removing stuff to fix a
build failure".

Applied to master with the extended commit log. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list