Sort dependencies by importance, not alphabetically.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Sep 2003 20:40:48 +0000 (20:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Sep 2003 20:40:48 +0000 (20:40 +0000)
ChangeLog
modules/argmatch
modules/fatal
modules/obstack
modules/xalloc
modules/xgethostname

index 3b5350ce6e125fb364101aace026d8cf91e5f97d..0376830ce73a3ef5002668a1bebd83c3f5674249 100644 (file)
--- 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.
index 8a1ed6d7ef7b3f323968acd83d1ca36420e384d9..9ee248e755123288cc020a4f24b6d67fc85fbe9c 100644 (file)
@@ -6,12 +6,12 @@ lib/argmatch.h
 lib/argmatch.c
 
 Depends-on:
-error
-exit
 gettext
-quote
+error
 quotearg
+quote
 unlocked-io
+exit
 
 configure.ac:
 
index debad18085c88aca59536057761d8fe107e8131b..45090ed4fe8ae56f1ebce34d50adb44846ffeea6 100644 (file)
@@ -8,8 +8,8 @@ m4/fatal.m4
 
 Depends-on:
 error
-exit
 unlocked-io
+exit
 
 configure.ac:
 gl_FATAL
index acec7c112e5284c3a03a2e4f731c1116f21b7781..9406f53de3ef451c99e7bcf741833c4ad15425be 100644 (file)
@@ -7,8 +7,8 @@ lib/obstack.c
 m4/obstack.m4
 
 Depends-on:
-exit
 gettext
+exit
 
 configure.ac:
 gl_OBSTACK
index 7e3321b348b11f0b239753622aa889a333d0e0de..3a9ea12040f54dc53cd5648874bfe2f153210370 100644 (file)
@@ -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
index ab08d898a7bfd6245bfceb8607ca0fa2555d5f91..d5bef5d61eb49cdab9074d14d08c49d0f1454f73 100644 (file)
@@ -5,10 +5,10 @@ Files:
 lib/xgethostname.c
 
 Depends-on:
-error
-exit
 gethostname
 xalloc
+error
+exit
 
 configure.ac: