mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
[CT-NG:patch 05/19] Force autoreconf for mpfr
In some exotic case the autoreconf step of mpfr is not executed (correctly) leaving an incorrect version number for libtool in the configure script. After extracting the sources files, force autoreconf to be executed. Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com>
This commit is contained in:
parent
58de741ecf
commit
1ef028c7e6
@ -34,7 +34,7 @@ do_mpfr_extract() {
|
||||
CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
|
||||
if [ ! -f .autoreconf.ct-ng ]; then
|
||||
CT_DoLog DEBUG "Running autoreconf"
|
||||
CT_DoExecLog ALL autoreconf
|
||||
CT_DoExecLog ALL autoreconf -fi
|
||||
touch .autoreconf.ct-ng
|
||||
fi
|
||||
CT_Popd
|
||||
|
Loading…
Reference in New Issue
Block a user