]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Regenerated.
authorBruno Haible <bruno@clisp.org>
Fri, 23 Mar 2001 15:41:24 +0000 (15:41 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 23 Mar 2001 15:41:24 +0000 (15:41 +0000)
djgpp/README
djgpp/config.sed
djgpp/fnchange.lst

index 19316ec3f2208c1473e402e38e6482a10f55683c..b1da337f166bde91053568a4460b383300bf41e8 100644 (file)
@@ -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.
index b8dbce0ced80a43a2b26bd91fab72d33bfa517a2..8d404a4ca64602ac927120abd79374481776d7d7 100644 (file)
@@ -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],\
index 1a6ea331dc011e1a4f24c888b8104f55eddec1e5..251573c5658d7e3d155a515d80b2e9fa8a251ab6 100644 (file)
@@ -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