]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:29:05 +0000 (11:29 +0100)
commit1fc0a4a98e65db7efba8bb5cb835101ea5dd865b
treedef79e9c3ab43d8d8adb4a46ab07d389896a0f5f
parent89d675efd633b495daa4a3a57420b9c309497035
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>
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]