# HG changeset patch # User John W. Eaton # Date 1269555281 14400 # Node ID e6126483297acbcfcd2edd282fadf2fdb3962aaa # Parent 2da43cfcd4143241351329b0d3d3f9011abaa2fc sort list of modules in bootstrap.conf diff -r 2da43cfcd414 -r e6126483297a ChangeLog --- 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 + + * bootstrap.conf (gnulib_modules): Sort the list. + 2010-03-25 Jaroslav Hajek * bootstrap.conf: Include roundf, trunc, truncf. diff -r 2da43cfcd414 -r e6126483297a bootstrap.conf --- 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.