]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libtool: make sure autoheader run before autoconf
authorMingli Yu <mingli.yu@windriver.com>
Wed, 24 Mar 2021 06:48:53 +0000 (14:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Mar 2021 21:26:19 +0000 (22:26 +0100)
commitd8451cbef5906b67756582fdfc44eb01ed3512fc
treedfaf36546416fab27d1a8001b47641ed857f251a
parentfb7692da7faa49b370680decbbaceaeb85b6889d
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: 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-autoconf.patch [new file with mode: 0644]