]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update the instructions for fetching config.guess and config.sub.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Mar 2005 19:59:45 +0000 (19:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:22 +0000 (12:12 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/misc/ChangeLog
gettext-tools/misc/gettextize.in

index 754475b9d2c32a3a0a20fdbac76a01c37b65fe3f..4e0cf2b612de80dff666c94646514549149fabf1 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (config.guess): Update the instructions for fetching
+       these files.
+       Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-03-06  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (po/Makevars): Change subsection title.
index 46398db8e34cbe692c2b1b5433ede71e1585df57..a1651017b90ed1e2d4881b5b64c81f58ca750e84 100644 (file)
@@ -6605,7 +6605,13 @@ 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 @file{ftp://ftp.gnu.org/pub/gnu/config/}.
+@file{config.sub} from the CVS of 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/config/config/config.guess?rev=HEAD&content-type=text/plain'
+$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+@end smallexample
+@noindent
 Less recent versions are also contained in the GNU @code{automake} and
 GNU @code{libtool} packages.
 
index 4cacb10cfe65f201bb5dd2545c0a232999c20630..3e8ce8958e7f140ee4746859e84d00abacd65eda 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Update the instructions for fetching config.guess and
+       config.sub.
+       Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-03-06  Bruno Haible  <bruno@clisp.org>
 
        * autopoint.in (func_destfile): Also set a variable 'sharedowner'.
index 3e7261e0b5bdb04ec70f815be0a9649ba957e6c6..9ba63b3ef78522cf971c6fa19df86c3397a4f58e 100644 (file)
@@ -1145,8 +1145,11 @@ if test -f "$srcdir/$auxdir"config.guess && test -f "$srcdir/$auxdir"config.sub;
   :
 else
   please="$please
-You will also need config.guess and config.sub, which you can get from
-ftp://ftp.gnu.org/pub/gnu/config/.
+You will also need config.guess and config.sub, which you can get from the CVS
+of the 'config' project at http://savannah.gnu.org/. The commands to fetch them
+are
+\$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+\$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
 "
 fi