Update dependencies of modules that include "gettext.h"

2024-12-08 Thread Bruno Haible via Gnulib discussion list
A module that includes "gettext.h" needs to depend on 'gettext-h'. Some of these dependencies have been forgotten. 2024-12-08 Bruno Haible Update dependencies of modules that include "gettext.h". * modules/closein (Depends-on): Add gettext-h.

update DEPENDENCIES

2021-02-21 Thread Bruno Haible
forms). - Mention awk as a prerequisite (since configure files use awk). - Point to pre-built packages for packages that the user might not have already installed. 2021-02-21 Bruno Haible DEPENDENCIES: Update. * DEPENDENCIES: Require GCC >= 3.1. Tell where to find workin

Re: backup-rename: update dependencies

2019-01-14 Thread Akim Demaille
> Le 14 janv. 2019 à 00:42, Bruno Haible a écrit : > > Hi Akim, > >> I think that it's more than this. > > Indeed! > >>* modules/backup-rename (Depends-on): It now depends on opendirat >>instead of opendir. It also uses stdbool, and xalloc-oversized. >>But no longer dirfd. >>

Re: backup-rename: update dependencies

2019-01-13 Thread Bruno Haible
Hi Akim, > I think that it's more than this. Indeed! > * modules/backup-rename (Depends-on): It now depends on opendirat > instead of opendir. It also uses stdbool, and xalloc-oversized. > But no longer dirfd. > * modules/backupfile (Depends-on): Add xalloc-oversized. Typo in C

Re: backup-rename: update dependencies

2019-01-13 Thread Paul Eggert
Akim Demaille wrote: I think that it's more than this. Thanks, please install those, I trust your judgment. It seems quite difficult to track these dependencies. Can nothing be automated there? Probably

Re: backup-rename: update dependencies

2019-01-13 Thread Akim Demaille
t;> commit ffd5d5bb4b282d4e7a1f83d5a60ade30bac5a6f1 >> Author: Akim Demaille >> Date: Sun Jan 13 11:16:20 2019 +0100 >> >>backup-rename: update dependencies >> >>* modules/backup-rename (Depends-on): It now depends on opend

Re: backup-rename: update dependencies

2019-01-13 Thread Bruno Haible
:20 2019 +0100 > > backup-rename: update dependencies > > * modules/backup-rename (Depends-on): It now depends on opendirat > instead of opendir. Good finding. The issue originated in the commit from 2018-10-24 1b01fe40918401a965651499b0ba37ff53be86a9 . When you lo

backup-rename: update dependencies

2019-01-13 Thread Akim Demaille
I tried to use the backup-rename module, and it failed to compile for lack of "opendirat.h". So I think we need this patch. Cheers! commit ffd5d5bb4b282d4e7a1f83d5a60ade30bac5a6f1 Author: Akim Demaille Date: Sun Jan 13 11:16:20 2019 +0100 backup-rename: update de

update DEPENDENCIES file

2017-01-10 Thread Bruno Haible
gperf version: version 3.1 fixes the "link failure with -O0" problem. 2017-01-10 Bruno Haible Update DEPENDENCIES. * DEPENDENCIES: List only https URLs. Update recommended version for autoconf, automake, gperf. diff --git a/DEPENDENCIES b/DEPENDENCIES index e

Re: [PATCH] update DEPENDENCIES for interix

2011-05-17 Thread Markus Duft
On 05/17/11 00:40, Bruno Haible wrote: > Hi Markus, > >> This is a small patch in reply to [1] to update the DEPENDENCIES for interix >> accordingly. >> >> [1] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00310.html >> "gnulib should document that libsuacomp is a >>prerequisite f

Re: [PATCH] update DEPENDENCIES for interix

2011-05-16 Thread Bruno Haible
Hi Markus, > This is a small patch in reply to [1] to update the DEPENDENCIES for interix > accordingly. > > [1] http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00310.html > "gnulib should document that libsuacomp is a >prerequisite for running on Interix." The DEPENDENCIES file d

Re: [PATCH] update DEPENDENCIES for interix

2011-05-16 Thread Markus Duft
|6 ++ >> DEPENDENCIES |7 +++ >> 2 files changed, 13 insertions(+), 0 deletions(-) >> >> diff --git a/ChangeLog b/ChangeLog >> index c2a67da..e487d21 100644 >> --- a/ChangeLog >> +++ b/ChangeLog >> @@ -1,3 +1,9 @@ >> +2011-05-16

Re: [PATCH] update DEPENDENCIES for interix

2011-05-16 Thread Eric Blake
gt; > diff --git a/ChangeLog b/ChangeLog > index c2a67da..e487d21 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,9 @@ > +2011-05-16 Markus Duft > + > + update dependencies for interix (SUA). > + * DEPENDENCIES: add mandatory dependency to suacomp >= 0

[PATCH] update DEPENDENCIES for interix

2011-05-16 Thread mduft
+ + update dependencies for interix (SUA). + * DEPENDENCIES: add mandatory dependency to suacomp >= 0.6.8 on + interix (only!). + 2011-05-13 Paul Eggert intprops-tests: new module diff --git a/DEPENDENCIES b/DEPENDENCIES index f025ab2..aa2e7d9 100644 --- a/DEPENDENCIES ++