Skip to content
Commit 7f2a5d07 authored by Mingli Yu's avatar Mingli Yu Committed by Anuj Mittal
Browse files

libtool: make sure autoheader run before autoconf



autoheader will update ../libtool-2.4.6/libltdl/config-h.in which
autoconf needs, so there comes a race sometimes as below:
 | configure.ac:45: error: required file 'config-h.in' not found
 | touch '../libtool-2.4.6/libltdl/config-h.in'

So make sure autoheader run before autoconf to avoid this race.

Signed-off-by: default avatarMingli Yu <mingli.yu@windriver.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d8451cbe)
Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
parent 23144a6d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment