Skip to content
Commit ac63b30a authored by Mingli Yu's avatar Mingli Yu Committed by Steve Sakoman
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 avatarSteve Sakoman <steve@sakoman.com>
parent 4e17f980
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