bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] megatest fallout


From: Ralf Wildenhues
Subject: Re: [bug-gnulib] megatest fallout
Date: Fri, 22 Sep 2006 19:19:08 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Bruno,

* Bruno Haible wrote on Fri, Sep 22, 2006 at 02:58:06PM CEST:
> Ralf Wildenhues wrote:
> > handful of missing bits:
> > 
> > - getloadavg/configure.ac needs
> >     AC_CONFIG_LIBOBJ_DIR([gllib])
> >   added early in the file.
> 
> This one should be fixed by the other patch I proposed on Monday and
> committed today.

Indeed that fixes it.  I somehow forgot about that pending patch, sorry.

> > - ./bison-i18n/configure.ac needs
> >     AM_GNU_GETTEXT([external])
> >   somewhere, and a gettextize call.
> 
> The bison-i18n module should have a dependency on 'gettext', I think?

Yep, that fixes this one, too.  I'm installing this:

Cheers,
Ralf

        * modules/bison-i18n (Depends-on): Add gettext.

Index: modules/bison-i18n
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/bison-i18n,v
retrieving revision 1.1
diff -u -r1.1 bison-i18n
--- modules/bison-i18n  18 Aug 2006 19:37:45 -0000      1.1
+++ modules/bison-i18n  22 Sep 2006 17:18:36 -0000
@@ -5,6 +5,7 @@
 m4/bison-i18n.m4
 
 Depends-on:
+gettext
 
 configure.ac:
 BISON_I18N
cvs diff: Diffing tests




reply via email to

[Prev in Thread] Current Thread [Next in Thread]