From 2feb138966157157d546bf8223fb1d1b356adda9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 14 Jun 2004 03:50:48 +0000 Subject: [PATCH] Add some missing dependencies and/or files. --- ChangeLog | 9 +++++++++ modules/hash | 1 + modules/pipe | 1 + modules/stat | 1 + modules/userspec | 1 + modules/xstrtol | 1 + 6 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 224b5f8903..80f5b6f69a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-06-12 Jim Meyering + and Paul Eggert + + * modules/hash (Files): Add lib/xalloc.h. + * modules/pipe (Depends-on): Add wait-process. + * modules/stat (Depends-on): Add xalloc. + * modules/userspec (Files): Add lib/userspec.h. + * modules/xstrtol (Depends-on): Add error. + 2004-06-01 Jim Meyering * modules/calloc: New file. diff --git a/modules/hash b/modules/hash index 6081004530..e4f3653b4c 100644 --- a/modules/hash +++ b/modules/hash @@ -5,6 +5,7 @@ Files: lib/hash.h lib/hash.c m4/hash.m4 +lib/xalloc.h Depends-on: stdbool diff --git a/modules/pipe b/modules/pipe index b4831777a3..a4581d9d40 100644 --- a/modules/pipe +++ b/modules/pipe @@ -8,6 +8,7 @@ lib/w32spawn.h m4/pipe.m4 Depends-on: +wait-process error exit fatal-signal diff --git a/modules/stat b/modules/stat index d8d15081f6..c377eb1574 100644 --- a/modules/stat +++ b/modules/stat @@ -6,6 +6,7 @@ lib/stat.c m4/stat.m4 Depends-on: +xalloc configure.ac: gl_FUNC_STAT diff --git a/modules/userspec b/modules/userspec index ecd2d8d8cd..f912707370 100644 --- a/modules/userspec +++ b/modules/userspec @@ -3,6 +3,7 @@ Parse a `user:group' specifier (e.g. the first argument of chown utility). Files: lib/userspec.c +lib/userspec.h m4/userspec.m4 Depends-on: diff --git a/modules/xstrtol b/modules/xstrtol index a3e53c1882..73ccb2f441 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -15,6 +15,7 @@ m4/xstrtol.m4 Depends-on: exitfail +error configure.ac: gl_XSTRTOL -- 2.30.2