changeset 4710:aade00a0ec71

Sort dependencies by importance, not alphabetically.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 15 Sep 2003 20:40:48 +0000
parents 86c722c44f87
children 37bbd4e80866
files ChangeLog modules/argmatch modules/fatal modules/obstack modules/xalloc modules/xgethostname
diffstat 6 files changed, 18 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/argmatch
+++ b/modules/argmatch
@@ -6,12 +6,12 @@
 lib/argmatch.c
 
 Depends-on:
+gettext
 error
+quotearg
+quote
+unlocked-io
 exit
-gettext
-quote
-quotearg
-unlocked-io
 
 configure.ac:
 
--- a/modules/fatal
+++ b/modules/fatal
@@ -8,8 +8,8 @@
 
 Depends-on:
 error
+unlocked-io
 exit
-unlocked-io
 
 configure.ac:
 gl_FATAL
--- a/modules/obstack
+++ b/modules/obstack
@@ -7,8 +7,8 @@
 m4/obstack.m4
 
 Depends-on:
+gettext
 exit
-gettext
 
 configure.ac:
 gl_OBSTACK
--- a/modules/xalloc
+++ b/modules/xalloc
@@ -8,12 +8,12 @@
 m4/xalloc.m4
 
 Depends-on:
-error
-exit
-exitfail
-gettext
 malloc
 realloc
+error
+gettext
+exitfail
+exit
 
 configure.ac:
 gl_XALLOC
--- a/modules/xgethostname
+++ b/modules/xgethostname
@@ -5,10 +5,10 @@
 lib/xgethostname.c
 
 Depends-on:
+gethostname
+xalloc
 error
 exit
-gethostname
-xalloc
 
 configure.ac: