gettext: config.guess

1 
1 13.4.6 ‘config.guess’, ‘config.sub’ at top level
1 ------------------------------------------------
1 
1    If you haven’t suppressed the ‘intl/’ subdirectory, you need to add
1 the GNU ‘config.guess’ and ‘config.sub’ files to your distribution.
1 They are needed because the ‘intl/’ directory has platform dependent
1 support for determining the locale’s character encoding and therefore
1 needs to identify the platform.
1 
1    You can obtain the newest version of ‘config.guess’ and ‘config.sub’
1 from the ‘config’ project at ‘http://savannah.gnu.org/’.  The commands
1 to fetch them are
1      $ wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
1      $ wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
1 Less recent versions are also contained in the GNU ‘automake’ and GNU
1 ‘libtool’ packages.
1 
1    Normally, ‘config.guess’ and ‘config.sub’ are put at the top level of
1 a distribution.  But it is also possible to put them in a subdirectory,
1 altogether with other configuration support files like ‘install-sh’,
1 ‘ltconfig’, ‘ltmain.sh’ or ‘missing’.  All you need to do, other than
1 moving the files, is to add the following line to your ‘configure.ac’.
1 
1      AC_CONFIG_AUX_DIR([SUBDIR])
1