]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: use American spelling
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Jan 2016 06:41:14 +0000 (22:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Jan 2016 06:41:45 +0000 (22:41 -0800)
* build-aux/bootstrap: Honor American spelling.

ChangeLog
build-aux/bootstrap

index 79a43dbc6df3a91e290fd898dae3552296a4538f..839c22265d0efcd36fad75aa7e34e920ada3a0e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       bootstrap: use American spelling
+       * build-aux/bootstrap: Honor American spelling.
+
 2016-01-22  Karl Berry  <karl@freefriends.org>
 
        * doc/posix-functions/localtime.texi,
index 804f5c46854a60afe7c11df843b9ce1447841830..f060bab83e3e6e41348bee0fde26672cc0987ed7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2016-01-24.06; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -42,7 +42,7 @@ export LC_ALL
 
 local_gl_dir=gl
 
-# Honour $PERL, but work even if there is none
+# Honor $PERL, but work even if there is none.
 PERL="${PERL-perl}"
 
 me=$0