changeset 10465:e6126483297a

sort list of modules in bootstrap.conf
author John W. Eaton <jwe@octave.org>
date Thu, 25 Mar 2010 18:14:41 -0400
parents 2da43cfcd414
children c0c24219fccf
files ChangeLog bootstrap.conf
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 25 18:13:42 2010 -0400
+++ b/ChangeLog	Thu Mar 25 18:14:41 2010 -0400
@@ -1,3 +1,7 @@
+2010-03-25  John W. Eaton  <jwe@octave.org>
+
+	* bootstrap.conf (gnulib_modules): Sort the list.
+
 2010-03-25  Jaroslav Hajek  <highegg@gmail.com>
 
 	* bootstrap.conf: Include roundf, trunc, truncf.
--- a/bootstrap.conf	Thu Mar 25 18:13:42 2010 -0400
+++ b/bootstrap.conf	Thu Mar 25 18:14:41 2010 -0400
@@ -31,17 +31,19 @@
   lstat
   mkdir
   mkfifo
-  sleep
   nanosleep
   pathmax
   progname
   readlink
   rename
   rmdir
+  round
+  roundf
   sigaction
   signal
   sigprocmask
   sleep
+  sleep
   stat
   stdint
   strftime
@@ -52,13 +54,11 @@
   sys_times
   time
   times
+  trunc
+  truncf
   unistd
   unlink
   vsnprintf
-  round
-  roundf
-  trunc
-  truncf
 "
 
 # Additional xgettext options to use.  Use "\\\newline" to break lines.