summaryrefslogtreecommitdiffstats
path: root/djgpp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-23 15:41:24 +0000
committerBruno Haible <bruno@clisp.org>2001-03-23 15:41:24 +0000
commitca134835cef9f2abaaa4f9fd1e2822e9ad8e62d2 (patch)
treebba2439639d74a5cc7ae01a25a187bbf67245ce9 /djgpp
parent46139735f47e771e67d8f4969a5e09a3e6af34ef (diff)
downloadexternal_gettext-ca134835cef9f2abaaa4f9fd1e2822e9ad8e62d2.zip
external_gettext-ca134835cef9f2abaaa4f9fd1e2822e9ad8e62d2.tar.gz
external_gettext-ca134835cef9f2abaaa4f9fd1e2822e9ad8e62d2.tar.bz2
Regenerated.
Diffstat (limited to 'djgpp')
-rw-r--r--djgpp/README15
-rw-r--r--djgpp/config.sed2
-rw-r--r--djgpp/fnchange.lst1
3 files changed, 13 insertions, 5 deletions
diff --git a/djgpp/README b/djgpp/README
index 19316ec..b1da337 100644
--- a/djgpp/README
+++ b/djgpp/README
@@ -112,6 +112,11 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
(The name of the distribution archive and the top-level directory will
be different for versions other than 0.10.36.)
+ It is always recommended to download the DJGPP packages from some
+ Simtel.NET mirror and *not* the original GNU distribution because
+ only the binary distribution of the DJGPP port will contain the
+ files needed to patch libc.a. This are: conio.h and conio.o.
+
2.3.: Changing libc.a and conio.h.
Apart from the ussual directories, the binary package will create the
following directory:
@@ -162,7 +167,7 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
Please note the plus sign at the beginning of the line. This plus sign
should **NOT** be omited or a lot of shell scripts, in this and in
other packages, that try to reset this value will stop working. The
- LANG entry is obligatory, the LANGUAGE entry is may be omited. The
+ LANG entry is obligatory, the LANGUAGE entry may be omited. The
LANGUAGE variable allows you to select an alternate catalog that the
one stipulated by LANG. Replace xx, yy and zz by the language code of
the catalogs you want to use.
@@ -170,12 +175,12 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
Some examples:
If you only want to use the catalog containig the translations for
your mother tongue (in my case the spanish translations) the above
- lines will only use the LANG variable and will look like:
+ lines will only use the LANG variable and will look like this:
+LANG=es
If you want to use the spanish (es) and german (de) catalogs
- the above lines will look like:
+ the above lines will look like this:
+LANG=es
+LANGUAGE=es:de
@@ -252,8 +257,10 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
recoding with the functionality provided by libiconv.a from licv16b.zip.
This implies that licv16b.zip *MUST* be installed *before* you try to
compile the package or the build process will fail.
+ It should be noticed that when you compile your own binaries with NLS
+ you must *always* link with libiconv.a
If you compile this package with a later version of libc.a or if you
- prefer no NLS support you will have to reconfigure this package.
+ prefer no NLS support at all you will have to reconfigure this package.
The configuration batch file of this package, located in the djgpp
directory, allows you to enable or disable NLS support and to compile
from a different partition than from where the sources are located.
diff --git a/djgpp/config.sed b/djgpp/config.sed
index b8dbce0..8d404a4 100644
--- a/djgpp/config.sed
+++ b/djgpp/config.sed
@@ -40,7 +40,7 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\
s,xgettext-8,xgettext.8,g\
s,xgettext-9,xgettext.9,g\
s,xg-test1.ok.po,xg-test1.ok-po,g\
- /^TESTS[ ]*=/ s,plural-1,plural.1,g\
+ /^TESTS[ ]*=/ s,plural-\\([1-9]\\+\\),plural.\\1,g\
/^install-info-am:/,/^$/ {\
/@list=/ s,\\\$(INFO_DEPS),& gettext.i,\
s,file-\\[0-9\\]\\[0-9\\],& \\$\\$file[0-9] \\$\\$file[0-9][0-9],\
diff --git a/djgpp/fnchange.lst b/djgpp/fnchange.lst
index 1a6ea33..251573c 100644
--- a/djgpp/fnchange.lst
+++ b/djgpp/fnchange.lst
@@ -25,3 +25,4 @@ gettext-0.10.36/tests/xgettext-8 gettext-0.10.36/tests/xgettext.8
gettext-0.10.36/tests/xgettext-9 gettext-0.10.36/tests/xgettext.9
gettext-0.10.36/tests/xg-test1.ok.po gettext-0.10.36/tests/xg-test1.ok-po
gettext-0.10.36/tests/plural-1 gettext-0.10.36/tests/plural.1
+gettext-0.10.36/tests/plural-2 gettext-0.10.36/tests/plural.2