]> code.ossystems Code Review - openembedded-core.git/commit
libtool: make sure autoheader run before automake
authorMingli Yu <mingli.yu@windriver.com>
Tue, 13 Apr 2021 09:00:11 +0000 (17:00 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 23 Apr 2021 08:18:03 +0000 (16:18 +0800)
commit55372f0b2d8c57954a704a967178c75d19e0af89
treedcda5fd4c99ceaf0bdd4da09317b694d6abd62d0
parent5dbe969f4fdcf3005c0a69e97e8753819ab066a4
libtool: make sure autoheader run before automake

When use automake to generate Makefile.in from Makefile.am, there
comes below race:
 | configure.ac:45: error: required file 'config-h.in' not found

It is because the file config-h.in in updating process by autoheader,
so make automake run after autoheader to avoid the above race.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1fc0a4a98e65db7efba8bb5cb835101ea5dd865b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/libtool/libtool-2.4.6.inc
meta/recipes-devtools/libtool/libtool/0001-Makefile.am-make-sure-autoheader-run-before-automake.patch [new file with mode: 0644]