From: Bruno Haible Date: Mon, 7 Mar 2005 19:59:45 +0000 (+0000) Subject: Update the instructions for fetching config.guess and config.sub. X-Git-Tag: v0.14.3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a253fad7db374718c2d6b915bad2abc1eaea2b8c;p=thirdparty%2Fgettext.git Update the instructions for fetching config.guess and config.sub. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 754475b9d..4e0cf2b61 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-03-06 Bruno Haible + + * gettext.texi (config.guess): Update the instructions for fetching + these files. + Reported by Alexandre Duret-Lutz . + 2005-03-06 Bruno Haible * gettext.texi (po/Makevars): Change subsection title. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 46398db8e..a1651017b 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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. diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 4cacb10cf..3e8ce8958 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,9 @@ +2005-03-06 Bruno Haible + + * gettextize.in: Update the instructions for fetching config.guess and + config.sub. + Reported by Alexandre Duret-Lutz . + 2005-03-06 Bruno Haible * autopoint.in (func_destfile): Also set a variable 'sharedowner'. diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 3e7261e0b..9ba63b3ef 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -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