diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/cat-compat.c | 2 | ||||
-rw-r--r-- | intl/dcgettext.c | 4 | ||||
-rw-r--r-- | intl/libgettext.h | 2 | ||||
-rw-r--r-- | intl/loadmsgcat.c | 2 | ||||
-rw-r--r-- | intl/makefile.in | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/intl/cat-compat.c b/intl/cat-compat.c index a5bc8b31..13323820 100644 --- a/intl/cat-compat.c +++ b/intl/cat-compat.c @@ -44,7 +44,7 @@ char *getenv (); setting of `local'.'' However it does not specify the exact format. And even worse: POSIX defines this not at all. So we can use this feature only on selected - system (e.g. those using GNU C Library). */ + system (e.g., those using GNU C Library). */ #ifdef _LIBC # define HAVE_LOCALE_NULL #endif diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 59a435b4..47331cc6 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -141,7 +141,7 @@ static char *stpcpy PARAMS ((char *dest, const char *src)); setting of `local'.'' However it does not specify the exact format. And even worse: POSIX defines this not at all. So we can use this feature only on selected - system (e.g. those using GNU C Library). */ + system (e.g., those using GNU C Library). */ #ifdef _LIBC # define HAVE_LOCALE_NULL #endif @@ -325,7 +325,7 @@ DCGETTEXT (domainname, msgid, category) { /* The whole contents of CATEGORYVALUE has been searched but no valid entry has been found. We solve this situation - by implicitly appending a "C" entry, i.e. no translation + by implicitly appending a "C" entry, i.e., no translation will take place. */ single_locale[0] = 'C'; single_locale[1] = '\0'; diff --git a/intl/libgettext.h b/intl/libgettext.h index 0d4de4d0..3d49ab51 100644 --- a/intl/libgettext.h +++ b/intl/libgettext.h @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Because on some systems (e.g. Solaris) we sometimes have to include +/* Because on some systems (e.g., Solaris) we sometimes have to include the systems libintl.h as well as this file we have more complex include protection above. But the systems header might perhaps also define _LIBINTL_H and therefore we have to protect the definition here. */ diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index 96bfd943..19b2cce9 100644 --- a/intl/loadmsgcat.c +++ b/intl/loadmsgcat.c @@ -112,7 +112,7 @@ _nl_load_domain (domain_file) } #endif - /* If the data is not yet available (i.e. mmap'ed) we try to load + /* If the data is not yet available (i.e., mmap'ed) we try to load it manually. */ if (data == (struct mo_file_header *) -1) { diff --git a/intl/makefile.in b/intl/makefile.in index 3990ee0f..f9943ffe 100644 --- a/intl/makefile.in +++ b/intl/makefile.in @@ -20,7 +20,7 @@ PACKAGE = lynx # VERSION = @VERSION@ VERSION = 2.8.1 -SHELL = /bin/sh +SHELL = @CONFIG_SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -32,7 +32,7 @@ exec_prefix = @exec_prefix@ transform = @program_transform_name@ libdir = $(exec_prefix)/lib includedir = $(prefix)/include -datadir = $(prefix)/@DATADIRNAME@ +datadir = @NLS_DATADIR@ localedir = $(datadir)/locale gnulocaledir = $(prefix)/share/locale gettextsrcdir = @datadir@/gettext/intl |