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]

Re: [patch 01/10] Force autoreconf for mpfr


Remy, All,

On Thursday 27 May 2010 23:18:10 Remy Bohmer wrote:
> 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

I'd like that you explain what those "exotic cases" are. The patch breaks
the build on my machine (Debian Lenny + backports):
  # autoreconf --version
  autoreconf (GNU Autoconf) 2.65
  # libtool --version
  ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-4+lenny1 (1.1220.2.493
  2008/02/01 16:58:18)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



--
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]