[CT-NG:patch 05/19] Force autoreconf for mpfr
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>
Fri Apr 09 21:04:24 2010 +0200 (2010-04-09)
changeset 18953ea4e6f7b85f
parent 1894 faea3afad5c0
child 1896 7e81cd6ca0b6
child 1904 ec847e60981d
[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>
scripts/build/companion_libs/mpfr.sh
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Sun Apr 11 15:37:53 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Fri Apr 09 21:04:24 2010 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4              CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
     1.5              if [ ! -f .autoreconf.ct-ng ]; then
     1.6                  CT_DoLog DEBUG "Running autoreconf"
     1.7 -                CT_DoExecLog ALL autoreconf
     1.8 +                CT_DoExecLog ALL autoreconf -fi
     1.9                  touch .autoreconf.ct-ng
    1.10              fi
    1.11              CT_Popd