From e27b8f8fda41cf2b90001cf24dc6b0aeb6a26360 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 15 Sep 2003 20:40:48 +0000 Subject: [PATCH] Sort dependencies by importance, not alphabetically. --- ChangeLog | 6 ++++++ modules/argmatch | 6 +++--- modules/fatal | 2 +- modules/obstack | 2 +- modules/xalloc | 8 ++++---- modules/xgethostname | 4 ++-- 6 files changed, 17 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b5350ce6e..0376830ce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-15 Paul Eggert + + * modules/argmatch, modules/fatal, modules/obstack, + modules/xalloc, modules/xgethostname: Sort dependencies by + importance, not alphabetically. + 2003-09-14 Bruno Haible * modules/fwriteerror: New file. diff --git a/modules/argmatch b/modules/argmatch index 8a1ed6d7ef..9ee248e755 100644 --- a/modules/argmatch +++ b/modules/argmatch @@ -6,12 +6,12 @@ lib/argmatch.h lib/argmatch.c Depends-on: -error -exit gettext -quote +error quotearg +quote unlocked-io +exit configure.ac: diff --git a/modules/fatal b/modules/fatal index debad18085..45090ed4fe 100644 --- a/modules/fatal +++ b/modules/fatal @@ -8,8 +8,8 @@ m4/fatal.m4 Depends-on: error -exit unlocked-io +exit configure.ac: gl_FATAL diff --git a/modules/obstack b/modules/obstack index acec7c112e..9406f53de3 100644 --- a/modules/obstack +++ b/modules/obstack @@ -7,8 +7,8 @@ lib/obstack.c m4/obstack.m4 Depends-on: -exit gettext +exit configure.ac: gl_OBSTACK diff --git a/modules/xalloc b/modules/xalloc index 7e3321b348..3a9ea12040 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -8,12 +8,12 @@ lib/xstrdup.c m4/xalloc.m4 Depends-on: -error -exit -exitfail -gettext malloc realloc +error +gettext +exitfail +exit configure.ac: gl_XALLOC diff --git a/modules/xgethostname b/modules/xgethostname index ab08d898a7..d5bef5d61e 100644 --- a/modules/xgethostname +++ b/modules/xgethostname @@ -5,10 +5,10 @@ Files: lib/xgethostname.c Depends-on: -error -exit gethostname xalloc +error +exit configure.ac: -- 2.30.2