mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
complibs/mpfr: fix extract
With MPFR 2.4.2, autoreconf needs to be run as well.
This commit is contained in:
parent
0d8e0f0e8b
commit
538d596113
@ -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