]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update wget commands for config.guess and config.sub.
authorBen Elliston <bje@gnu.org>
Fri, 13 May 2011 00:57:01 +0000 (02:57 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:48 +0000 (23:39 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index ba2c3a0b7b484cc3e402232aae1dc052526884b4..11630ce42c816a7d84ae6ff815dd1edaf2f26355 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-13  Ben Elliston  <bje@gnu.org>
+
+       * gettext.texi (config.guess): Update wget commands.
+
 2011-04-13  Bruno Haible  <bruno@clisp.org>
 
        * msgcat.texi: Fix description of --use-first.
index 5b2c1bb9bbfe82d479db0b0dba0ed9c6e46200bd..802244c52253b89bd85087d516af88a706fc096b 100644 (file)
@@ -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