On Sun, Nov 04, 2007 at 10:33:32AM +0100, Bruno Haible wrote:
> Sylvain Beucler wrote:
> > relocatable.m4 is using the AC_LIB_PROG_LD definition.
> >   AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD
> > 
> > However this macro is defined in gettext
> > (autoconf-lib-link/m4/lib-ld.m4), so it's not available in a minimal
> > autoconf + automake install.
> 
> Fixed like this:
> 
> 2007-11-04  Bruno Haible  <[EMAIL PROTECTED]>
> 
>       * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
>       Reported by Sylvain Beucler <[EMAIL PROTECTED]>.
> 
> *** modules/relocatable-prog.orig     2007-11-04 10:31:43.000000000 +0100
> --- modules/relocatable-prog  2007-11-04 10:30:27.000000000 +0100
> ***************
> *** 11,16 ****
> --- 11,17 ----
>   lib/progreloc.c
>   m4/relocatable.m4
>   m4/relocatable-lib.m4
> + m4/lib-ld.m4
>   
>   Depends-on:
>   relocatable-prog-wrapper

Thanks, this fixes my 'sh boostrap' error on systems without gettext
installed.

-- 
Sylvain


Reply via email to