From ddd5eb4f30eeea7fdef64e09b6668c12500c0ee3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 13 May 2011 02:57:01 +0200 Subject: [PATCH] Update wget commands for config.guess and config.sub. --- gettext-tools/doc/ChangeLog | 4 ++++ gettext-tools/doc/gettext.texi | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.47.2