This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: crosstool-ng/scripts/build/companion_libs/mpfr.sh
===================================================================
--- crosstool-ng.orig/scripts/build/companion_libs/mpfr.sh
+++ crosstool-ng/scripts/build/companion_libs/mpfr.sh
@@ -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

-- 


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]