mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
complibs/mpfr: fix extract
With MPFR 2.4.2, autoreconf needs to be run as well. (transplanted from b376baa43a50e178915f8d5dac40d9408bf2e962)
This commit is contained in:
parent
76c374b1af
commit
355d0b24e0
@ -30,7 +30,7 @@ do_mpfr_extract() {
|
||||
# do that in the future...
|
||||
# It seems that MPFR >= 2.4.0 do not need this...
|
||||
case "${CT_MPFR_VERSION}" in
|
||||
2.4.1)
|
||||
2.4.*)
|
||||
CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
|
||||
if [ ! -f .autoreconf.ct-ng ]; then
|
||||
CT_DoLog DEBUG "Running autoreconf"
|
||||
|
Loading…
Reference in New Issue
Block a user