]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from Juan Manuel Guerrero.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2001 18:30:08 +0000 (18:30 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2001 18:30:08 +0000 (18:30 +0000)
djgpp/README.in
djgpp/config.site

index 185cbc07bd4e08bbc3d4d7beea62c3cdf878d419..ae1f0df36b6d7534abef4b7d368163a96987fc4a 100644 (file)
@@ -112,6 +112,11 @@ This is a port of GNU Gettext @VER@ to MSDOS/DJGPP.
         (The name of the distribution archive and the top-level directory will
         be different for versions other than @VER@.)
 
+        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 @VER@ 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 @VER@ 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 @VER@ 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 3a7ae12d071ea7c39e91abd3e622ab2b5c96750d..ab3af0dab0aa5e46d3d2196ca6550682312dd462 100755 (executable)
@@ -35,9 +35,8 @@ NM=${NM='nm'}
 LD=${LD='ld'}
 
 # We always use our own binaries.
-GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
-MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
-XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'}
+GMSGFMT=${GMSGFMT='msgfmt'}
+MSGFMT=${MSGFMT='msgfmt'}
 
 # Force the test for 'ln -s' to report 'cp -p'.
 ac_cv_prog_LN_S='cp -p'