summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--modules/argmatch6
-rw-r--r--modules/fatal2
-rw-r--r--modules/obstack2
-rw-r--r--modules/xalloc8
-rw-r--r--modules/xgethostname4
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 <eggert@twinsun.com>
+
+ * modules/argmatch, modules/fatal, modules/obstack,
+ modules/xalloc, modules/xgethostname: Sort dependencies by
+ importance, not alphabetically.
+
2003-09-14 Bruno Haible <bruno@clisp.org>
* 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: