From: Ben Elliston Date: Fri, 13 May 2011 00:57:01 +0000 (+0200) Subject: Update wget commands for config.guess and config.sub. X-Git-Tag: v0.18.2~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd5eb4f30eeea7fdef64e09b6668c12500c0ee3;p=thirdparty%2Fgettext.git Update wget commands for config.guess and config.sub. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index ba2c3a0b7..11630ce42 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-05-13 Ben Elliston + + * gettext.texi (config.guess): Update wget commands. + 2011-04-13 Bruno Haible * msgcat.texi: Fix description of --use-first. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 5b2c1bb9b..802244c52 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -7917,11 +7917,11 @@ has platform dependent support for determining the locale's character encoding and therefore needs to identify the platform. You can obtain the newest version of @file{config.guess} and -@file{config.sub} from the CVS of the @samp{config} project at +@file{config.sub} from the @samp{config} project at @file{http://savannah.gnu.org/}. The commands to fetch them are @smallexample -$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess' -$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub' +$ wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' +$ wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' @end smallexample @noindent Less recent versions are also contained in the GNU @code{automake} and