diff options
author | Phil Blundell <philb@gnu.org> | 1998-08-10 20:48:01 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 1998-08-10 20:48:01 +0000 |
commit | 979144702297a301a79a5190d43d47b2fe345696 (patch) | |
tree | eaa612eb22168c5827861c630c91695dcd790719 /INSTALLING | |
parent | e512951281999b560cf684ecfdd5dcd8f34e36ad (diff) | |
download | net-tools-979144702297a301a79a5190d43d47b2fe345696.tar.gz net-tools-979144702297a301a79a5190d43d47b2fe345696.tar.bz2 net-tools-979144702297a301a79a5190d43d47b2fe345696.zip |
Replace outdated NLS support with GNU gettext (patch from
Arnaldo Carvalho de Melo <acme@conectiva.com.br>). This
touches virtually every file but the changes are fairly
superficial.
Please check I haven't broken your favourite AF/hardware
type during the conversion.
Diffstat (limited to 'INSTALLING')
-rw-r--r-- | INSTALLING | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -26,14 +26,9 @@ To configure the compilation use "make config". If you have a recent Kernel you can and SHOULD answer ALL the Configuration Options with YES. You only have to decide about the NLS: -If you don't know whether NLS is supported on your system or not, see -/usr/include/locale.h. If it exists, there is every chance that NLS is -supported. You also need the "gencat" program if you want to compile with -National Language Support. - -On some BETA Releases NLS is disabled, cause the catalougs are out of sync -with the development source-tree. - +If you don't know whether GNU gettext is supported on your system or not, run +msgfmt. If it exists, there is every chance that GNU gettext is +supported. COMPILE |