From: Paul Eggert Date: Sun, 24 Jan 2016 06:41:14 +0000 (-0800) Subject: bootstrap: use American spelling X-Git-Tag: v1.0~6832 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0f9d53cb3b4c08a48b29fe8ca26bd98a06858ca5;p=gnulib.git bootstrap: use American spelling * build-aux/bootstrap: Honor American spelling. --- diff --git a/ChangeLog b/ChangeLog index 79a43dbc6d..839c22265d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-01-23 Paul Eggert + + bootstrap: use American spelling + * build-aux/bootstrap: Honor American spelling. + 2016-01-22 Karl Berry * doc/posix-functions/localtime.texi, diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 804f5c4685..f060bab83e 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -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