From: Bruno Haible
catgets
@@ -65,7 +65,7 @@ therefore part of all Unix implementation (implementations, which are
@@ -78,7 +78,7 @@ for the functions and the needed definitions are in the
-
+
catopen
is used like in this:
open
.
-
+
This handle is of course used in the catgets
function which can
be used like this:
@@ -129,7 +129,7 @@ should better be const char *
, but the standard is published in
- + The last of these function functions is used and behaves as expected:
@@ -146,7 +146,7 @@ After this nocatgets
call using the descriptor is legal anymore.
catgets
Interface?!@@ -167,7 +167,7 @@ more easy to manage.
gettext
@@ -198,7 +198,7 @@ in using this library will be interested in this description.
@@ -269,9 +269,9 @@ your language.
@@ -347,7 +347,7 @@ unreliabilities.
@@ -387,8 +387,8 @@ The value of the locale is determined through
gettext
uses@@ -420,7 +420,7 @@ recommended that all msgids be US-ASCII strings.
bind_textdomain_codeset
function can be used to specify the
output character set for message catalogs for domain domainname.
The codeset argument must be a valid codeset name which can be used
@@ -454,7 +454,7 @@ global variable errno is set accordingly.
@@ -574,7 +574,7 @@ purpose.
ngettext
function is similar to the gettext
function
as it finds the message catalogs in the same way. But it takes two
extra arguments. The msgid1 parameter must contain the singular
@@ -604,7 +604,7 @@ Please note that the numeric value n has to be passed to the
dngettext
is similar to the dgettext
function in the
way the message catalog is selected. The difference is that it takes
two extra parameter to provide the correct plural form. These two
@@ -615,7 +615,7 @@ parameters are handled in the same way ngettext
handles them.
dcngettext
is similar to the dcgettext
function in the
way the message catalog is selected. The difference is that it takes
two extra parameter to provide the correct plural form. These two
@@ -640,9 +640,9 @@ possibility of extensions to not prevent the use of new languages).
-
+
The information about the plural form selection has to be stored in the
header entry of the PO file (the one with the empty msgid
string).
The plural form information looks like this:
@@ -668,7 +668,7 @@ value of nplurals
.
- + The following rules are known at this point. The language with families are listed. But this does not necessarily mean the information can be generalized for the whole family (as can be easily seen in the table @@ -878,9 +878,9 @@ Slovenian
gettext
in GUI programs@@ -957,7 +957,7 @@ fine:
char * @@ -1034,7 +1034,7 @@ quite some memory and disk space by doing this.10.2.7 Optimization of the *gettext functions
@@ -1089,8 +1089,8 @@ find the result through a single cache lookup.
10.3 Comparing the Two Interfaces
@@ -1140,7 +1140,7 @@ by#include <libintl.h> @@ -1155,7 +1155,7 @@ can use any that becomes available.- + The same procedure can be done for the
gettext_noop
invocations (see section 3.6 Special Cases of Translatable Strings). One usually definesgettext_noop
as a no-op macro. So you should consider the following code for your project: @@ -1263,7 +1263,7 @@ is a list comments:
LANGUAGE
changes. According
+What happens now when the value for, say, LANGUAGE
changes? According
to the process explained above the new value of this variable is found
as soon as the dcgettext
function is called. But this also means
the (perhaps) different message catalog file is loaded. In other
@@ -1327,7 +1327,7 @@ language switching function.
}
-
+
The variable _nl_msg_cat_cntr
is defined in `loadmsgcat.c´.
You don't need to know what this is for. But it can be used to detect
whether a gettext
implementation is GNU gettext and not non-GNU
diff --git a/doc/gettext_11.html b/doc/gettext_11.html
index 66baaee52..f895575aa 100644
--- a/doc/gettext_11.html
+++ b/doc/gettext_11.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
@@ -87,9 +87,9 @@ use this as an opportunity to unflatten their package structure.
@@ -189,15 +189,57 @@ never try to solve a team's problem on your own.
gettextize
Program
-Some files are consistently and identically needed in every package
-internationalized through GNU gettext
. As a matter of
-convenience, the gettextize
program puts all these files right
-in your package. This program has the following synopsis:
+The gettextize
program is an interactive tool that helps the
+maintainer of a package internationalized through GNU gettext
.
+It is used for two purposes:
+
+
gettext
for
+the first time.
+
+gettext
support in
+a package from a previous to a newer version of GNU gettext
.
++This program performs the following tasks: + +
+ +gettext
.
+
+gettext
versions to the form recommended for the current GNU
+gettext
version.
+
+gettextize
.
++It can be invoked as follows:
gettextize [ option... ] [ directory ] @@ -213,8 +255,8 @@ and accepts the following options:
gettext
code
available on the system, but it might disturb some mechanism the
@@ -225,13 +267,13 @@ maintainer is used to apply to the sources. Because running
gettextize
-logs all changes (file additions, modifications ans removals) in a
+logs all changes (file additions, modifications and removals) in a
file called `ChangeLog´ in each affected directory.
+gettextize
would normally execute are inhibited and instead only
+listed on standard output.
+
gettext
distribution.
+`po/Makefile.in.in´ from the GNU gettext
distribution
(beware the double `.in´ in the file name) and a few auxiliary
files. If the `po/´ directory already exists, it will be preserved
along with the files it contains, and only `Makefile.in.in´ and
@@ -304,10 +356,15 @@ the `intl/´ directory is emptied first.
AM_GNU_GETTEXT
-autoconf macro.
+The files `config.rpath´ and `mkinstalldirs´ are copied into
+the directory containing configuration support files. It is needed by
+the AM_GNU_GETTEXT
autoconf macro.
+
+automake
:
+A set of autoconf
macro files is copied into the package's
+autoconf
macro repository, usually in a directory called `m4/´.
@@ -320,24 +377,53 @@ actual copy in the distribution archive. So, to insist, you really
should use `-h´ option with tar
within your dist
goal of your main `Makefile.in´.
+
+Furthermore, gettextize
will update all `Makefile.am´ files
+in each affected directory, as well as the top level `configure.in´
+or `configure.ac´ file.
+
It is interesting to understand that most new files for supporting
-GNU gettext
facilities in one package go in `intl/´
-and `po/´ subdirectories. One distinction between these two
-directories is that `intl/´ is meant to be completely identical
-in all packages using GNU gettext
, while all newly created
-files, which have to be different, go into `po/´. There is a
-common `Makefile.in.in´ in `po/´, because the `po/´
-directory needs its own `Makefile´, and it has been designed so
-it can be identical in all packages.
+GNU gettext
facilities in one package go in `intl/´,
+`po/´ and `m4/´ subdirectories. One distinction between
+`intl/´ and the two other directories is that `intl/´ is
+meant to be completely identical in all packages using GNU gettext
,
+while the other directories will mostly contain package dependent
+files.
+
+
+The gettextize
program makes backup files for all files it
+replaces or changes, and also write ChangeLog entries about these
+changes. This way, the careful maintainer can check after running
+gettextize
whether its changes are acceptable to him, and
+possibly adjust them. An exception to this rule is the `intl/´
+directory, which is added or replaced or removed as a whole.
+
+
+It is important to understand that gettextize
can not do the
+entire job of adapting a package for using GNU gettext
. The
+amount of remaining work depends on whether the package uses GNU
+automake
or not. But in any case, the maintainer should still
+read the section section 12.4 Files You Must Create or Alter after invoking gettextize
.
+
+
+It is also important to understand that gettextize
is not part
+of the GNU build system, in the sense that it should not be invoked
+automatically, and not be invoked by someone who doesn't assume the
+responsibilities of a package maintainer. For the latter purpose, a
+separate tool is provided, see section 12.6.3 Invoking the autopoint
Program.
@@ -352,7 +438,7 @@ changes needed in each.
So, here comes a list of files, each one followed by a description of
all alterations it needs. Many examples are taken out from the GNU
-gettext
0.11.2 distribution itself, or from the GNU
+gettext
0.11.3 distribution itself, or from the GNU
hello
distribution (http://www.franken.de/users/gnu/ke/hello
or http://www.gnu.franken.de/ke/hello/) You may indeed
refer to the source code of the GNU gettext
and GNU hello
@@ -365,7 +451,7 @@ gettext functionality.
@@ -411,7 +497,7 @@ case of bison
), not the generated C file.
@@ -440,7 +526,7 @@ but rather by using the LINGUAS
environment variable
@@ -460,8 +546,8 @@ needing to mess with `po/Makefile.in.in´.
-
-
+
+
GNU gettext comes with a `Rules-quot´ file, containing rules for
building catalogs `en@quot.po´ and `en@boldquot.po´. The
effect of `en@quot.po´ is that people who set their LANGUAGE
@@ -490,14 +576,14 @@ GUI programs. To enable it, similarly add en@boldquot
to the
PACKAGE=gettext -VERSION=0.11.2 +VERSION=0.11.3 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) @@ -508,13 +594,13 @@ or, if you are using GNUautomake
, by a line like this:-AM_INIT_AUTOMAKE(gettext, 0.11.2) +AM_INIT_AUTOMAKE(gettext, 0.11.3)Of course, you replace `gettext´ with the name of your package, -and `0.11.2´ by its version numbers, exactly as they +and `0.11.3´ by its version numbers, exactly as they should appear in the packagedtar
file name of your distribution -(`gettext-0.11.2.tar.gz´, here). +(`gettext-0.11.3.tar.gz´, here).
+If gettextize
has not already done it, you need to add the GNU
+`mkinstalldirs´ script to your distribution. It is needed because
+`mkdir -p´ is not portable enough. You find this script in the
+GNU automake
distribution.
+
+
+Normally, `mkinstalldirs´ is put at the top level of a distribution. +But it is also possible to put it in a subdirectory, altogether with other +configuration support files like `install-sh´, `ltconfig´, +`ltmain.sh´ or `missing´. All you need to do, other than +moving the files, is to add the following line to your `configure.in´. + +
+ ++AC_CONFIG_AUX_DIR([subdir]) ++ + + +
@@ -647,9 +760,9 @@ piece of m4
code will be the same for all projects using GNU
@@ -663,7 +776,48 @@ independently from the `intl/´ directory.
-
+The include file template that holds the C macros to be defined by
+configure
is usually called `config.h.in´ and may be
+maintained either manually or automatically.
+
+
+If it is maintained automatically, by use of the `autoheader´
+program, you need to do nothing about it. This is the case in particular
+if you are using GNU automake
.
+
+
+If it is maintained manually, and if gettextize
has created an
+`intl/´ directory, you should switch to using `autoheader´.
+The list of C macros to be added for the sake of the `intl/´
+directory is just too long to be maintained manually; it also changes
+between different versions of GNU gettext
.
+
+
+If it is maintained manually, and if on the other hand you have
+suppressed the `intl/´ directory by calling gettextize
+without `--intl´ option, then you can get away by adding the
+following lines to `config.h.in´:
+
+
+/* Define to 1 if translation of program messages to the user's + native language is requested. */ +#undef ENABLE_NLS ++ + + +
Here are a few modifications you need to make to your main, top-level @@ -691,7 +845,7 @@ distributed.
Some of the modifications made in the main `Makefile.in´ will
@@ -803,6 +957,7 @@ The main
function of your program will normally call
bindtextdomain (PACKAGE, LOCALEDIR); +textdomain (PACKAGE);To make LOCALEDIR known to the program, add the following lines to @@ -870,11 +1025,11 @@ dist: Makefile $(DISTFILES) -
@@ -911,7 +1066,7 @@ to 0 in C preprocessor expressions.
-
+
`gettext.h´ is a convenience header file for conditional use of
`<libintl.h>´, depending on the ENABLE_NLS
macro. If
ENABLE_NLS
is set, it includes `<libintl.h>´; otherwise it
@@ -950,9 +1105,9 @@ package that needs it should contain a copy of it on its own.
@@ -965,10 +1120,10 @@ The primary macro is, of course, AM_GNU_GETTEXT
.
-
-
+
The AM_GNU_GETTEXT
macro tests for the presence of the GNU gettext
function family in either the C library or a separate libintl
library (shared or static libraries are both supported) or in the package's
@@ -1031,7 +1186,7 @@ The complexities that AM_GNU_GETTEXT
deals with are the following:
gettext
in the C library, for example
glibc. Some have it in a separate library libintl
. GNU libintl
might have been installed as part of the GNU gettext
package.
@@ -1067,10 +1222,25 @@ and LTLIBINTL
variables.
-
-
+
+The AM_GNU_GETTEXT_VERSION
macro declares the version number of
+the GNU gettext infrastructure that is used by the package.
+
+
+The use of this macro is optional; only the autopoint
program makes
+use of it (see section 12.6 Integrating with CVS).
+
+
+
The AM_ICONV
macro tests for the presence of the POSIX
iconv
function family in either the C library or a separate
libiconv
library. If found, it sets the am_cv_func_iconv
@@ -1094,7 +1264,7 @@ The complexities that AM_ICONV
deals with are the following:
iconv
in the C library, for example
glibc. Some have it in a separate library libiconv
, for example
OSF/1 or FreeBSD. Regardless of the operating system, GNU libiconv
@@ -1128,6 +1298,239 @@ library support, like SCO.
`iconv.m4´ is distributed with the GNU gettext package because
`gettext.m4´ relies on it.
+
+
+
+
+Many projects use CVS for distributed development, version control and
+source backup. This section gives some advice how to manage the uses
+of cvs
, gettextize
, autopoint
and autoconf
.
+
+
+In a project development with multiple developers, using CVS, there
+should be a single developer who occasionally - when there is desire to
+upgrade to a new gettext
version - runs gettextize
and
+performs the changes listed in section 12.4 Files You Must Create or Alter, and then commits
+his changes to the CVS.
+
+
+It is highly recommended that all developers on a project use the same
+version of GNU gettext
in the package. In other words, if a
+developer runs gettextize
, he should go the whole way, make the
+necessary remaining changes and commit his changes to the CVS.
+Otherwise the following damages will likely occur:
+
+
gettext
+specific portions in `configure.in´, `configure.ac´ and
+Makefile.am
, Makefile.in
files depend on the gettext
+version, the use of infrastructure files belonging to different
+gettext
versions can easily lead to build errors.
+
+gettext
than the other developers, the distribution will
+be less well tested than if all had been using the same gettext
+version. For example, it is possible that a platform specific bug goes
+undiscovered due to this constellation.
+
+There are basically three ways to deal with generated files in the
+context of a CVS repository, such as `configure´ generated from
+`configure.in´, parser.c
generated from
+parser.y
, or po/Makefile.in.in
autoinstalled by
+gettextize
or autopoint
.
+
+
+Each of these three approaches has different advantages and drawbacks. + +
+ +automake
,
+GNU autoconf
, GNU m4
installed in his PATH; sometimes
+he even needs particular versions of them. 2b. When a release is made
+and a commit is made on the generated files, the other developers get
+conflicts on the generated files after doing "cvs update". Although
+these conflicts are easy to resolve, they are annoying.
+
+automake
,
+GNU autoconf
, GNU m4
installed in his PATH, but also that
+he needs to perform a package specific pre-build step before being able
+to "./configure; make".
+
+For the first and second approach, all files modified or brought in
+by the occasional gettextize
invocation and update should be
+committed into the CVS.
+
+
+For the third approach, the maintainer can omit from the CVS repository
+all the files that gettextize
mentions as "copy". Instead, he
+adds to the `configure.in´ or `configure.ac´ a line of the
+form
+
+
+GETTEXT_VERSION=0.11.3 ++ +
+and adds to the package's pre-build script an invocation of
+`autopoint´. For everyone who checks out the CVS, this
+autopoint
invocation will copy into the right place the
+gettext
infrastructure files that have been omitted from the CVS.
+
+
autopoint
Program+autopoint [option]... ++ +
+The autopoint
program copies standard gettext infrastructure files
+into a source package. It extracts from a macro call of the form
+AM_GNU_GETTEXT_VERSION(version)
, found in the package's
+`configure.in´ or `configure.ac´ file, the gettext version
+used by the package, and copies the infrastructure files belonging to
+this version into the package.
+
+
autopoint
would normally execute are inhibited and instead only
+listed on standard output.
+
+
+autopoint
supports the GNU gettext
versions from 0.10.35 to
+the current one, 0.11.3. In order to apply autopoint
to
+a package using a gettext
version newer than 0.11.3, you
+need to install this same version of GNU gettext
at least.
+
+
+In packages using GNU automake
, an invocation of autopoint
+should be followed by invocations of aclocal
and then autoconf
+and autoheader
. The reason is that autopoint
installs some
+autoconf macro files, which are used by aclocal
to create
+`aclocal.m4´, and the latter is used by autoconf
to create the
+package's `configure´ script and by autoheader
to create the
+package's `config.h.in´ include file template.
+
+
+The name `autopoint´ is an abbreviation of `auto-po-intl-m4´; +the tool copies or updates mostly files in the `po´, `intl´, +`m4´ directories. +
Go to the first, previous, next, last section, table of contents. diff --git a/doc/gettext_13.html b/doc/gettext_13.html index ac72cf2f7..fbf743370 100644 --- a/doc/gettext_13.html +++ b/doc/gettext_13.html @@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->-
While the presentation of gettext
focuses mostly on C and
@@ -23,10 +23,10 @@ approach.
-
@@ -150,7 +150,7 @@ and plural handling). -
For the programmer, the general procedure is the same as for the C @@ -163,7 +163,7 @@ underlying language runtime.
-The translator works exactly as in the C language case. The only @@ -174,7 +174,131 @@ strings.
-+C format strings are described in POSIX (IEEE P1003.1 2001), section +XSH 3 fprintf(), +http://www.opengroup.org/onlinepubs/007904975/functions/fprintf.html. +See also the fprintf(3) manual page, +http://www.linuxvalley.it/encyclopedia/ldp/manpage/man3/printf.3.php, +http://informatik.fh-wuerzburg.de/student/i510/man/printf.html. + +
+ + ++Python format strings are described in +Python Library reference / +2. Built-in Types, Exceptions and Functions / +2.2. Built-in Types / +2.2.6. Sequence Types / +2.2.6.2. String Formatting Operations. +http://www.python.org/doc/2.2.1/lib/typesseq-strings.html. + +
+ + ++Lisp format strings are described in the Common Lisp HyperSpec, +chapter 22.3 Formatted Output, +http://www.lisp.org/HyperSpec/Body/sec_22-3.html. + +
+ + ++Emacs Lisp format strings are documented in the Emacs Lisp reference, +section Formatting Strings, +http://www.gnu.org/manual/elisp-manual-21-2.8/html_chapter/elisp_4.html#SEC75. +Note that as of version 21, XEmacs supports numbered argument specifications +in format strings while FSF Emacs doesn't. + +
+ + ++librep format strings are documented in the librep manual, section +Formatted Output, +http://librep.sourceforge.net/librep-manual.html#Formatted%20Output, +http://www.gwinnup.org/research/docs/librep.html#SEC122. + +
+ + +
+Smalltalk format strings are described in the GNU Smalltalk documentation,
+class CharArray
, methods `bindWith:´ and
+`bindWithArguments:´.
+http://www.gnu.org/software/smalltalk/gst-manual/gst_68.html#SEC238.
+In summary, a directive starts with `%´ and is followed by `%´
+or a nonzero digit (`1´ to `9´).
+
+
+Java format strings are described in the JDK documentation for class
+java.text.MessageFormat
,
+http://java.sun.com/j2se/1.4/docs/api/java/text/MessageFormat.html.
+See also the ICU documentation
+http://oss.software.ibm.com/icu/apiref/classMessageFormat.html.
+
+
+awk format strings are described in the gawk documentation, section +Printf, +http://www.gnu.org/manual/gawk/html_node/Printf.html#Printf. + +
+ + ++Where is this documented? + +
+ + ++YCP sformat strings are described in the libycp documentation +file:/usr/share/doc/packages/libycp/YCP-builtins.html. +In summary, a directive starts with `%´ and is followed by `%´ +or a nonzero digit (`1´ to `9´). + +
+ + ++Tcl format strings are described in the `format.n´ manual page, +http://www.scriptics.com/man/tcl8.3/TclCmd/format.htm. + +
+ + +
For the maintainer, the general procedure differs from the C language
@@ -205,13 +329,13 @@ that language, and to combine the resulting files using msgcat
.
-
gettext
, ngettext
programs
TEXTDOMAIN
TEXTDOMAINDIR
gettext
, ngettext
programs
TEXTDOMAIN
TEXTDOMAINDIR
I18N3
defined at build time, no translation.
-TranslateResourceStrings
function in the gettext
-13.5.13 wxWindows library
+13.5.13 wxWindows library
@@ -1165,10 +1289,10 @@ yes
-13.5.14 YCP - YaST2 scripting language
+13.5.14 YCP - YaST2 scripting language
@@ -1232,10 +1356,10 @@ fully portable
-13.5.15 Tcl - Tk's scripting language
+13.5.15 Tcl - Tk's scripting language
@@ -1313,9 +1437,9 @@ argument is given.
-13.5.16 Perl
+13.5.16 Perl
@@ -1380,9 +1504,9 @@ use
-13.5.17 PHP Hypertext Preprocessor
+13.5.17 PHP Hypertext Preprocessor
@@ -1446,9 +1570,9 @@ On platforms without gettext, the functions are not available.
-13.5.18 Pike
+13.5.18 Pike
@@ -1512,7 +1636,7 @@ On platforms without gettext, the functions are not available.
-13.6 Internationalizable Data
+13.6 Internationalizable Data
Here is a list of other data formats which can be internationalized
@@ -1522,7 +1646,7 @@ using GNU gettext.
-
13.6.1 POT - Portable Object Template
+13.6.1 POT - Portable Object Template
@@ -1541,9 +1665,9 @@ gettext
-13.6.2 Resource String Table
+13.6.2 Resource String Table
@@ -1563,7 +1687,7 @@ fpk
-13.6.3 Glade - GNOME user interface description
+13.6.3 Glade - GNOME user interface description
diff --git a/doc/gettext_14.html b/doc/gettext_14.html
index e31698ee9..ea6d5cd4a 100644
--- a/doc/gettext_14.html
+++ b/doc/gettext_14.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - 14 Concluding Remarks
@@ -10,7 +10,7 @@ Go to the first, previous
-
14 Concluding Remarks
+14 Concluding Remarks
We would like to conclude this GNU gettext
manual by presenting
@@ -22,9 +22,9 @@ about Native Language Support matters.
-
14.1 History of GNU gettext
+14.1 History of GNU gettext
@@ -121,10 +121,10 @@ manipulating PO files.
-14.2 Related Readings
+14.2 Related Readings
diff --git a/doc/gettext_15.html b/doc/gettext_15.html
index d3e3bbd07..465c8c43c 100644
--- a/doc/gettext_15.html
+++ b/doc/gettext_15.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - A Language Codes
@@ -10,10 +10,10 @@ Go to the first, previous
-
A Language Codes
+A Language Codes
diff --git a/doc/gettext_16.html b/doc/gettext_16.html
index 98288dcd0..c4663a522 100644
--- a/doc/gettext_16.html
+++ b/doc/gettext_16.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - B Country Codes
@@ -10,10 +10,10 @@ Go to the first, previous
-
B Country Codes
+B Country Codes
diff --git a/doc/gettext_17.html b/doc/gettext_17.html
index dd06ecb50..dd3e89be7 100644
--- a/doc/gettext_17.html
+++ b/doc/gettext_17.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - Program Index
@@ -10,10 +10,12 @@ Go to the first, previous
-
Program Index
+Program Index
Jump to:
+a
+-
g
-
m
@@ -22,35 +24,39 @@ Jump to:
-
x
+
a
+
+- autopoint
+
g
-- gettext, gettext
-
- gettextize
+
- gettext, gettext
+
- gettextize
m
-- msgattrib
-
- msgcat
-
- msgcmp
-
- msgcomm
-
- msgconv
-
- msgen
-
- msgexec
-
- msgfilter
-
- msgfmt
-
- msggrep
-
- msginit
-
- msgmerge
-
- msgunfmt
-
- msguniq
+
- msgattrib
+
- msgcat
+
- msgcmp
+
- msgcomm
+
- msgconv
+
- msgen
+
- msgexec
+
- msgfilter
+
- msgfmt
+
- msggrep
+
- msginit
+
- msgmerge
+
- msgunfmt
+
- msguniq
n
-- ngettext, ngettext
+
- ngettext, ngettext
x
-- xgettext
+
- xgettext
diff --git a/doc/gettext_18.html b/doc/gettext_18.html
index 7a6773e6c..f9a101e87 100644
--- a/doc/gettext_18.html
+++ b/doc/gettext_18.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - Option Index
@@ -10,7 +10,7 @@ Go to the first, previous
-
Option Index
+Option Index
Jump to:
@@ -18,426 +18,434 @@ Jump to:
-
-- --add-comments,
xgettext
option
- - --add-location,
msgattrib
option
- - --add-location,
msgcat
option
- - --add-location,
msgcomm
option
- - --add-location,
msgconv
option
- - --add-location,
msgen
option
- - --add-location,
msgfilter
option
- - --add-location,
msggrep
option
- - --add-location,
msgmerge
option
- - --add-location,
msguniq
option
- - --add-location,
xgettext
option
- - --alignment,
msgfmt
option
- - --backup,
msgmerge
option
- - --c++,
xgettext
option
- - --check,
msgfmt
option
- - --check-accelerators,
msgfmt
option
- - --check-compatibility,
msgfmt
option
- - --check-domain,
msgfmt
option
- - --check-format,
msgfmt
option
- - --check-header,
msgfmt
option
- - --clear-fuzzy,
msgattrib
option
- - --clear-obsolete,
msgattrib
option
- - --compendium,
msgmerge
option
- - --copy,
gettextize
option
- - --copyright-holder,
xgettext
option
- - --debug,
xgettext
option
- - --default-domain,
xgettext
option
- - --directory,
msgattrib
option
- - --directory,
msgcat
option
- - --directory,
msgcmp
option
- - --directory,
msgcomm
option
- - --directory,
msgconv
option
- - --directory,
msgen
option
- - --directory,
msgexec
option
- - --directory,
msgfilter
option
- - --directory,
msgfmt
option
- - --directory,
msggrep
option
- - --directory,
msgmerge
option
- - --directory,
msguniq
option
- - --directory,
xgettext
option
- - --domain,
msggrep
option
- - --exclude-file,
xgettext
option
- - --expression,
msgfilter
option
- - --extended-regexp,
msggrep
option
- - --extract-all,
xgettext
option
- - --file,
msgfilter
option
- - --file,
msggrep
option
- - --files-from,
msgcat
option
- - --files-from,
msgcomm
option
- - --files-from,
xgettext
option
- - --fixed-strings,
msggrep
option
- - --force,
gettextize
option
- - --force-po,
msgattrib
option
- - --force-po,
msgcat
option
- - --force-po,
msgcomm
option
- - --force-po,
msgconv
option
- - --force-po,
msgen
option
- - --force-po,
msgfilter
option
- - --force-po,
msggrep
option
- - --force-po,
msgmerge
option
- - --force-po,
msgunfmt
option
- - --force-po,
msguniq
option
- - --force-po,
xgettext
option
- - --foreign-user,
xgettext
option
- - --fuzzy,
msgattrib
option
- - --help,
gettextize
option
- - --help,
msgattrib
option
- - --help,
msgcat
option
- - --help,
msgcmp
option
- - --help,
msgcomm
option
- - --help,
msgconv
option
- - --help,
msgen
option
- - --help,
msgexec
option
- - --help,
msgfilter
option
- - --help,
msgfmt
option
- - --help,
msggrep
option
- - --help,
msginit
option
- - --help,
msgmerge
option
- - --help,
msgunfmt
option
- - --help,
msguniq
option
- - --help,
xgettext
option
- - --ignore-case,
msggrep
option
- - --indent,
msgattrib
option
- - --indent,
msgcat
option
- - --indent,
msgcomm
option
- - --indent,
msgconv
option
- - --indent,
msgen
option
- - --indent,
msgfilter
option
- - --indent,
msggrep
option
- - --indent,
msgmerge
option
- - --indent,
msgunfmt
option
- - --indent,
msguniq
option
- - --indent,
xgettext
option
- - --input,
msgexec
option
- - --input,
msgfilter
option
- - --input,
msginit
option
- - --intl,
gettextize
option
- - --java,
msgfmt
option
- - --java,
msgunfmt
option
- - --java2,
msgfmt
option
- - --join-existing,
xgettext
option
- - --keep-header,
msgfilter
option
- - --keyword,
xgettext
option
- - --language,
xgettext
option
- - --less-than,
msgcat
option
- - --less-than,
msgcomm
option
- - --locale,
msgfmt
option, --locale, msgfmt
option
- - --locale,
msginit
option
- - --locale,
msgunfmt
option, --locale, msgunfmt
option
- - --location,
msggrep
option
- - --more-than,
msgcat
option
- - --more-than,
msgcomm
option
- - --msgid,
msggrep
option
- - --msgstr,
msggrep
option
- - --msgstr-prefix,
xgettext
option
- - --msgstr-suffix,
xgettext
option
- - --multi-domain,
msgcmp
option
- - --multi-domain,
msgmerge
option
- - --no-changelog,
gettextize
option
- - --no-fuzzy,
msgattrib
option
- - --no-hash,
msgfmt
option
- - --no-location,
msgattrib
option
- - --no-location,
msgcat
option
- - --no-location,
msgcomm
option
- - --no-location,
msgconv
option
- - --no-location,
msgen
option
- - --no-location,
msgfilter
option
- - --no-location,
msggrep
option
- - --no-location,
msgmerge
option
- - --no-location,
msguniq
option
- - --no-location,
xgettext
option
- - --no-obsolete,
msgattrib
option
- - --no-translator,
msginit
option
- - --no-wrap,
msgattrib
option
- - --no-wrap,
msgcat
option
- - --no-wrap,
msgcomm
option
- - --no-wrap,
msgconv
option
- - --no-wrap,
msgen
option
- - --no-wrap,
msgfilter
option
- - --no-wrap,
msggrep
option
- - --no-wrap,
msginit
option
- - --no-wrap,
msgmerge
option
- - --no-wrap,
msgunfmt
option
- - --no-wrap,
msguniq
option
- - --no-wrap,
xgettext
option
- - --obsolete,
msgattrib
option
- - --omit-header,
msgcomm
option
- - --omit-header,
xgettext
option
- - --only-fuzzy,
msgattrib
option
- - --only-obsolete,
msgattrib
option
- - --output,
xgettext
option
- - --output-dir,
xgettext
option
- - --output-file,
msgattrib
option
- - --output-file,
msgcat
option
- - --output-file,
msgcomm
option
- - --output-file,
msgconv
option
- - --output-file,
msgen
option
- - --output-file,
msgfilter
option
- - --output-file,
msgfmt
option
- - --output-file,
msggrep
option
- - --output-file,
msginit
option
- - --output-file,
msgmerge
option
- - --output-file,
msgunfmt
option
- - --output-file,
msguniq
option
- - --quiet,
msgfilter
option
- - --quiet,
msgmerge
option
- - --regexp=,
msggrep
option
- - --repeated,
msguniq
option
- - --resource,
msgfmt
option
- - --resource,
msgunfmt
option
- - --set-fuzzy,
msgattrib
option
- - --set-obsolete,
msgattrib
option
- - --silent,
msgfilter
option
- - --silent,
msgmerge
option
- - --sort-by-file,
msgattrib
option
- - --sort-by-file,
msgcat
option
- - --sort-by-file,
msgcomm
option
- - --sort-by-file,
msgconv
option
- - --sort-by-file,
msgen
option
- - --sort-by-file,
msgfilter
option
- - --sort-by-file,
msggrep
option
- - --sort-by-file,
msgmerge
option
- - --sort-by-file,
msguniq
option
- - --sort-by-file,
xgettext
option
- - --sort-output,
msgattrib
option
- - --sort-output,
msgcat
option
- - --sort-output,
msgcomm
option
- - --sort-output,
msgconv
option
- - --sort-output,
msgen
option
- - --sort-output,
msgfilter
option
- - --sort-output,
msggrep
option
- - --sort-output,
msgmerge
option
- - --sort-output,
msgunfmt
option
- - --sort-output,
msguniq
option
- - --sort-output,
xgettext
option
- - --statistics,
msgfmt
option
- - --strict,
msgattrib
option
- - --strict,
msgcat
option
- - --strict,
msgcomm
option
- - --strict,
msgconv
option
- - --strict,
msgen
option
- - --strict,
msgfilter
option
- - --strict,
msgfmt
option
- - --strict,
msggrep
option
- - --strict,
msgmerge
option
- - --strict,
msgunfmt
option
- - --strict,
msguniq
option
- - --strict,
xgettext
option
- - --suffix,
msgmerge
option
- - --tcl,
msgfmt
option
- - --tcl,
msgunfmt
option
- - --to-code,
msgcat
option
- - --to-code,
msgconv
option
- - --to-code,
msguniq
option
- - --translated,
msgattrib
option
- - --trigraphs,
xgettext
option
- - --unique,
msgcat
option
- - --unique,
msgcomm
option
- - --unique,
msguniq
option
- - --untranslated,
msgattrib
option
- - --update,
msgmerge
option
- - --use-first,
msgcat
option
- - --use-first,
msguniq
option
- - --use-fuzzy,
msgfmt
option
- - --verbose,
msgfmt
option
- - --verbose,
msgmerge
option
- - --verbose,
msgunfmt
option
- - --version,
gettextize
option
- - --version,
msgattrib
option
- - --version,
msgcat
option
- - --version,
msgcmp
option
- - --version,
msgcomm
option
- - --version,
msgconv
option
- - --version,
msgen
option
- - --version,
msgexec
option
- - --version,
msgfilter
option
- - --version,
msgfmt
option
- - --version,
msggrep
option
- - --version,
msginit
option
- - --version,
msgmerge
option
- - --version,
msgunfmt
option
- - --version,
msguniq
option
- - --version,
xgettext
option
- - --width,
msgattrib
option
- - --width,
msgcat
option
- - --width,
msgcomm
option
- - --width,
msgconv
option
- - --width,
msgen
option
- - --width,
msgfilter
option
- - --width,
msggrep
option
- - --width,
msginit
option
- - --width,
msgmerge
option
- - --width,
msgunfmt
option
- - --width,
msguniq
option
- - --width,
xgettext
option
- - -<,
msgcat
option
- - -<,
msgcomm
option
- - ->,
msgcat
option
- - ->,
msgcomm
option
- - -a,
msgfmt
option
- - -a,
xgettext
option
- - -c,
gettextize
option
- - -c,
msgfmt
option
- - -C,
msgfmt
option
- - -C,
msgmerge
option
- - -C,
xgettext
option
- - -c,
xgettext
option
- - -D,
msgattrib
option
- - -D,
msgcat
option
- - -D,
msgcmp
option
- - -D,
msgcomm
option
- - -D,
msgconv
option
- - -D,
msgen
option
- - -D,
msgexec
option
- - -D,
msgfilter
option
- - -d,
msgfmt
option, -d, msgfmt
option
- - -D,
msgfmt
option
- - -D,
msggrep
option
- - -D,
msgmerge
option
- - -d,
msgunfmt
option
- - -d,
msguniq
option
- - -D,
msguniq
option
- - -D,
xgettext
option
- - -d,
xgettext
option
- - -e,
msgfilter
option
- - -E,
msggrep
option
- - -e,
msggrep
option
- - -f,
gettextize
option
- - -F,
msgattrib
option
- - -F,
msgcat
option
- - -f,
msgcat
option
- - -F,
msgcomm
option
- - -f,
msgcomm
option
- - -F,
msgconv
option
- - -F,
msgen
option
- - -F,
msgfilter
option
- - -f,
msgfilter
option
- - -f,
msgfmt
option
- - -f,
msggrep
option
- - -F,
msggrep
option
- - -F,
msgmerge
option
- - -F,
msguniq
option
- - -f,
xgettext
option
- - -F,
xgettext
option
- - -h,
msgattrib
option
- - -h,
msgcat
option
- - -h,
msgcmp
option
- - -h,
msgcomm
option
- - -h,
msgconv
option
- - -h,
msgen
option
- - -h,
msgexec
option
- - -h,
msgfilter
option
- - -h,
msgfmt
option
- - -h,
msggrep
option
- - -h,
msginit
option
- - -h,
msgmerge
option
- - -h,
msgunfmt
option
- - -h,
msguniq
option
- - -h,
xgettext
option
- - -i,
msgattrib
option
- - -i,
msgcat
option
- - -i,
msgcomm
option
- - -i,
msgconv
option
- - -i,
msgen
option
- - -i,
msgexec
option
- - -i,
msgfilter
option
- - -i,
msggrep
option
- - -i,
msginit
option
- - -i,
msgmerge
option
- - -i,
msgunfmt
option
- - -i,
msguniq
option
- - -i,
xgettext
option
- - -j,
msgfmt
option
- - -j,
msgunfmt
option
- - -j,
xgettext
option
- - -K,
msggrep
option
- - -k,
xgettext
option
- - -l,
msgfmt
option, -l, msgfmt
option
- - -l,
msginit
option
- - -l,
msgunfmt
option, -l, msgunfmt
option
- - -L,
xgettext
option
- - -m,
msgcmp
option
- - -M,
msggrep
option
- - -m,
msgmerge
option
- - -m,
xgettext
option
- - -M,
xgettext
option
- - -n,
msgattrib
option
- - -n,
msgcat
option
- - -n,
msgcomm
option
- - -n,
msgfilter
option
- - -N,
msggrep
option
- - -n,
msguniq
option
- - -n,
xgettext
option
- - -o,
msgattrib
option
- - -o,
msgcat
option
- - -o,
msgcomm
option
- - -o,
msgconv
option
- - -o,
msgen
option
- - -o,
msgfilter
option
- - -o,
msgfmt
option
- - -o,
msggrep
option
- - -o,
msginit
option
- - -o,
msgmerge
option
- - -o,
msgunfmt
option
- - -o,
msguniq
option
- - -o,
xgettext
option
- - -p,
xgettext
option
- - -q,
msgmerge
option
- - -r,
msgfmt
option
- - -r,
msgunfmt
option
- - -s,
msgattrib
option
- - -s,
msgcat
option
- - -s,
msgcomm
option
- - -s,
msgconv
option
- - -s,
msgen
option
- - -s,
msgfilter
option
- - -s,
msgmerge
option
- - -s,
msgunfmt
option
- - -s,
msguniq
option
- - -s,
xgettext
option
- - -t,
msgcat
option
- - -t,
msgconv
option
- - -T,
msggrep
option
- - -t,
msguniq
option
- - -T,
xgettext
option
- - -u,
msgcat
option
- - -u,
msgcomm
option
- - -U,
msgmerge
option
- - -u,
msguniq
option
- - -V,
msgattrib
option
- - -V,
msgcat
option
- - -V,
msgcmp
option
- - -V,
msgcomm
option
- - -V,
msgconv
option
- - -V,
msgen
option
- - -V,
msgexec
option
- - -V,
msgfilter
option
- - -v,
msgfmt
option
- - -V,
msgfmt
option
- - -V,
msggrep
option
- - -V,
msginit
option
- - -v,
msgmerge
option
- - -V,
msgmerge
option
- - -v,
msgunfmt
option
- - -V,
msgunfmt
option
- - -V,
msguniq
option
- - -V,
xgettext
option
- - -w,
msgattrib
option
- - -w,
msgcat
option
- - -w,
msgcomm
option
- - -w,
msgconv
option
- - -w,
msgen
option
- - -w,
msgfilter
option
- - -w,
msggrep
option
- - -w,
msginit
option
- - -w,
msgmerge
option
- - -w,
msgunfmt
option
- - -w,
msguniq
option
- - -w,
xgettext
option
- - -x,
xgettext
option
+ - --add-comments,
xgettext
option
+ - --add-location,
msgattrib
option
+ - --add-location,
msgcat
option
+ - --add-location,
msgcomm
option
+ - --add-location,
msgconv
option
+ - --add-location,
msgen
option
+ - --add-location,
msgfilter
option
+ - --add-location,
msggrep
option
+ - --add-location,
msgmerge
option
+ - --add-location,
msguniq
option
+ - --add-location,
xgettext
option
+ - --alignment,
msgfmt
option
+ - --backup,
msgmerge
option
+ - --c++,
xgettext
option
+ - --check,
msgfmt
option
+ - --check-accelerators,
msgfmt
option
+ - --check-compatibility,
msgfmt
option
+ - --check-domain,
msgfmt
option
+ - --check-format,
msgfmt
option
+ - --check-header,
msgfmt
option
+ - --clear-fuzzy,
msgattrib
option
+ - --clear-obsolete,
msgattrib
option
+ - --compendium,
msgmerge
option
+ - --copy,
gettextize
option
+ - --copyright-holder,
xgettext
option
+ - --debug,
xgettext
option
+ - --default-domain,
xgettext
option
+ - --directory,
msgattrib
option
+ - --directory,
msgcat
option
+ - --directory,
msgcmp
option
+ - --directory,
msgcomm
option
+ - --directory,
msgconv
option
+ - --directory,
msgen
option
+ - --directory,
msgexec
option
+ - --directory,
msgfilter
option
+ - --directory,
msgfmt
option
+ - --directory,
msggrep
option
+ - --directory,
msgmerge
option
+ - --directory,
msguniq
option
+ - --directory,
xgettext
option
+ - --domain,
msggrep
option
+ - --dry-run,
autopoint
option
+ - --dry-run,
gettextize
option
+ - --exclude-file,
xgettext
option
+ - --expression,
msgfilter
option
+ - --extended-regexp,
msggrep
option
+ - --extract-all,
xgettext
option
+ - --file,
msgfilter
option
+ - --file,
msggrep
option
+ - --files-from,
msgcat
option
+ - --files-from,
msgcomm
option
+ - --files-from,
xgettext
option
+ - --fixed-strings,
msggrep
option
+ - --force,
autopoint
option
+ - --force,
gettextize
option
+ - --force-po,
msgattrib
option
+ - --force-po,
msgcat
option
+ - --force-po,
msgcomm
option
+ - --force-po,
msgconv
option
+ - --force-po,
msgen
option
+ - --force-po,
msgfilter
option
+ - --force-po,
msggrep
option
+ - --force-po,
msgmerge
option
+ - --force-po,
msgunfmt
option
+ - --force-po,
msguniq
option
+ - --force-po,
xgettext
option
+ - --foreign-user,
xgettext
option
+ - --fuzzy,
msgattrib
option
+ - --help,
autopoint
option
+ - --help,
gettextize
option
+ - --help,
msgattrib
option
+ - --help,
msgcat
option
+ - --help,
msgcmp
option
+ - --help,
msgcomm
option
+ - --help,
msgconv
option
+ - --help,
msgen
option
+ - --help,
msgexec
option
+ - --help,
msgfilter
option
+ - --help,
msgfmt
option
+ - --help,
msggrep
option
+ - --help,
msginit
option
+ - --help,
msgmerge
option
+ - --help,
msgunfmt
option
+ - --help,
msguniq
option
+ - --help,
xgettext
option
+ - --ignore-case,
msggrep
option
+ - --indent,
msgattrib
option
+ - --indent,
msgcat
option
+ - --indent,
msgcomm
option
+ - --indent,
msgconv
option
+ - --indent,
msgen
option
+ - --indent,
msgfilter
option
+ - --indent,
msggrep
option
+ - --indent,
msgmerge
option
+ - --indent,
msgunfmt
option
+ - --indent,
msguniq
option
+ - --indent,
xgettext
option
+ - --input,
msgexec
option
+ - --input,
msgfilter
option
+ - --input,
msginit
option
+ - --intl,
gettextize
option
+ - --java,
msgfmt
option
+ - --java,
msgunfmt
option
+ - --java2,
msgfmt
option
+ - --join-existing,
xgettext
option
+ - --keep-header,
msgfilter
option
+ - --keyword,
xgettext
option
+ - --language,
xgettext
option
+ - --less-than,
msgcat
option
+ - --less-than,
msgcomm
option
+ - --locale,
msgfmt
option, --locale, msgfmt
option
+ - --locale,
msginit
option
+ - --locale,
msgunfmt
option, --locale, msgunfmt
option
+ - --location,
msggrep
option
+ - --more-than,
msgcat
option
+ - --more-than,
msgcomm
option
+ - --msgid,
msggrep
option
+ - --msgstr,
msggrep
option
+ - --msgstr-prefix,
xgettext
option
+ - --msgstr-suffix,
xgettext
option
+ - --multi-domain,
msgcmp
option
+ - --multi-domain,
msgmerge
option
+ - --no-changelog,
gettextize
option
+ - --no-fuzzy,
msgattrib
option
+ - --no-hash,
msgfmt
option
+ - --no-location,
msgattrib
option
+ - --no-location,
msgcat
option
+ - --no-location,
msgcomm
option
+ - --no-location,
msgconv
option
+ - --no-location,
msgen
option
+ - --no-location,
msgfilter
option
+ - --no-location,
msggrep
option
+ - --no-location,
msgmerge
option
+ - --no-location,
msguniq
option
+ - --no-location,
xgettext
option
+ - --no-obsolete,
msgattrib
option
+ - --no-translator,
msginit
option
+ - --no-wrap,
msgattrib
option
+ - --no-wrap,
msgcat
option
+ - --no-wrap,
msgcomm
option
+ - --no-wrap,
msgconv
option
+ - --no-wrap,
msgen
option
+ - --no-wrap,
msgfilter
option
+ - --no-wrap,
msggrep
option
+ - --no-wrap,
msginit
option
+ - --no-wrap,
msgmerge
option
+ - --no-wrap,
msgunfmt
option
+ - --no-wrap,
msguniq
option
+ - --no-wrap,
xgettext
option
+ - --obsolete,
msgattrib
option
+ - --omit-header,
msgcomm
option
+ - --omit-header,
xgettext
option
+ - --only-fuzzy,
msgattrib
option
+ - --only-obsolete,
msgattrib
option
+ - --output,
xgettext
option
+ - --output-dir,
xgettext
option
+ - --output-file,
msgattrib
option
+ - --output-file,
msgcat
option
+ - --output-file,
msgcomm
option
+ - --output-file,
msgconv
option
+ - --output-file,
msgen
option
+ - --output-file,
msgfilter
option
+ - --output-file,
msgfmt
option
+ - --output-file,
msggrep
option
+ - --output-file,
msginit
option
+ - --output-file,
msgmerge
option
+ - --output-file,
msgunfmt
option
+ - --output-file,
msguniq
option
+ - --quiet,
msgfilter
option
+ - --quiet,
msgmerge
option
+ - --regexp=,
msggrep
option
+ - --repeated,
msguniq
option
+ - --resource,
msgfmt
option
+ - --resource,
msgunfmt
option
+ - --set-fuzzy,
msgattrib
option
+ - --set-obsolete,
msgattrib
option
+ - --silent,
msgfilter
option
+ - --silent,
msgmerge
option
+ - --sort-by-file,
msgattrib
option
+ - --sort-by-file,
msgcat
option
+ - --sort-by-file,
msgcomm
option
+ - --sort-by-file,
msgconv
option
+ - --sort-by-file,
msgen
option
+ - --sort-by-file,
msgfilter
option
+ - --sort-by-file,
msggrep
option
+ - --sort-by-file,
msgmerge
option
+ - --sort-by-file,
msguniq
option
+ - --sort-by-file,
xgettext
option
+ - --sort-output,
msgattrib
option
+ - --sort-output,
msgcat
option
+ - --sort-output,
msgcomm
option
+ - --sort-output,
msgconv
option
+ - --sort-output,
msgen
option
+ - --sort-output,
msgfilter
option
+ - --sort-output,
msggrep
option
+ - --sort-output,
msgmerge
option
+ - --sort-output,
msgunfmt
option
+ - --sort-output,
msguniq
option
+ - --sort-output,
xgettext
option
+ - --statistics,
msgfmt
option
+ - --strict,
msgattrib
option
+ - --strict,
msgcat
option
+ - --strict,
msgcomm
option
+ - --strict,
msgconv
option
+ - --strict,
msgen
option
+ - --strict,
msgfilter
option
+ - --strict,
msgfmt
option
+ - --strict,
msggrep
option
+ - --strict,
msgmerge
option
+ - --strict,
msgunfmt
option
+ - --strict,
msguniq
option
+ - --strict,
xgettext
option
+ - --suffix,
msgmerge
option
+ - --tcl,
msgfmt
option
+ - --tcl,
msgunfmt
option
+ - --to-code,
msgcat
option
+ - --to-code,
msgconv
option
+ - --to-code,
msguniq
option
+ - --translated,
msgattrib
option
+ - --trigraphs,
xgettext
option
+ - --unique,
msgcat
option
+ - --unique,
msgcomm
option
+ - --unique,
msguniq
option
+ - --untranslated,
msgattrib
option
+ - --update,
msgmerge
option
+ - --use-first,
msgcat
option
+ - --use-first,
msguniq
option
+ - --use-fuzzy,
msgfmt
option
+ - --verbose,
msgfmt
option
+ - --verbose,
msgmerge
option
+ - --verbose,
msgunfmt
option
+ - --version,
autopoint
option
+ - --version,
gettextize
option
+ - --version,
msgattrib
option
+ - --version,
msgcat
option
+ - --version,
msgcmp
option
+ - --version,
msgcomm
option
+ - --version,
msgconv
option
+ - --version,
msgen
option
+ - --version,
msgexec
option
+ - --version,
msgfilter
option
+ - --version,
msgfmt
option
+ - --version,
msggrep
option
+ - --version,
msginit
option
+ - --version,
msgmerge
option
+ - --version,
msgunfmt
option
+ - --version,
msguniq
option
+ - --version,
xgettext
option
+ - --width,
msgattrib
option
+ - --width,
msgcat
option
+ - --width,
msgcomm
option
+ - --width,
msgconv
option
+ - --width,
msgen
option
+ - --width,
msgfilter
option
+ - --width,
msggrep
option
+ - --width,
msginit
option
+ - --width,
msgmerge
option
+ - --width,
msgunfmt
option
+ - --width,
msguniq
option
+ - --width,
xgettext
option
+ - -<,
msgcat
option
+ - -<,
msgcomm
option
+ - ->,
msgcat
option
+ - ->,
msgcomm
option
+ - -a,
msgfmt
option
+ - -a,
xgettext
option
+ - -c,
gettextize
option
+ - -C,
msgfmt
option
+ - -c,
msgfmt
option
+ - -C,
msgmerge
option
+ - -c,
xgettext
option
+ - -C,
xgettext
option
+ - -d,
autopoint
option
+ - -d,
gettextize
option
+ - -D,
msgattrib
option
+ - -D,
msgcat
option
+ - -D,
msgcmp
option
+ - -D,
msgcomm
option
+ - -D,
msgconv
option
+ - -D,
msgen
option
+ - -D,
msgexec
option
+ - -D,
msgfilter
option
+ - -D,
msgfmt
option
+ - -d,
msgfmt
option, -d, msgfmt
option
+ - -D,
msggrep
option
+ - -D,
msgmerge
option
+ - -d,
msgunfmt
option
+ - -d,
msguniq
option
+ - -D,
msguniq
option
+ - -D,
xgettext
option
+ - -d,
xgettext
option
+ - -e,
msgfilter
option
+ - -e,
msggrep
option
+ - -E,
msggrep
option
+ - -f,
autopoint
option
+ - -f,
gettextize
option
+ - -F,
msgattrib
option
+ - -F,
msgcat
option
+ - -f,
msgcat
option
+ - -F,
msgcomm
option
+ - -f,
msgcomm
option
+ - -F,
msgconv
option
+ - -F,
msgen
option
+ - -f,
msgfilter
option
+ - -F,
msgfilter
option
+ - -f,
msgfmt
option
+ - -F,
msggrep
option
+ - -f,
msggrep
option
+ - -F,
msgmerge
option
+ - -F,
msguniq
option
+ - -F,
xgettext
option
+ - -f,
xgettext
option
+ - -h,
msgattrib
option
+ - -h,
msgcat
option
+ - -h,
msgcmp
option
+ - -h,
msgcomm
option
+ - -h,
msgconv
option
+ - -h,
msgen
option
+ - -h,
msgexec
option
+ - -h,
msgfilter
option
+ - -h,
msgfmt
option
+ - -h,
msggrep
option
+ - -h,
msginit
option
+ - -h,
msgmerge
option
+ - -h,
msgunfmt
option
+ - -h,
msguniq
option
+ - -h,
xgettext
option
+ - -i,
msgattrib
option
+ - -i,
msgcat
option
+ - -i,
msgcomm
option
+ - -i,
msgconv
option
+ - -i,
msgen
option
+ - -i,
msgexec
option
+ - -i,
msgfilter
option
+ - -i,
msggrep
option
+ - -i,
msginit
option
+ - -i,
msgmerge
option
+ - -i,
msgunfmt
option
+ - -i,
msguniq
option
+ - -i,
xgettext
option
+ - -j,
msgfmt
option
+ - -j,
msgunfmt
option
+ - -j,
xgettext
option
+ - -K,
msggrep
option
+ - -k,
xgettext
option
+ - -l,
msgfmt
option, -l, msgfmt
option
+ - -l,
msginit
option
+ - -l,
msgunfmt
option, -l, msgunfmt
option
+ - -L,
xgettext
option
+ - -m,
msgcmp
option
+ - -M,
msggrep
option
+ - -m,
msgmerge
option
+ - -m,
xgettext
option
+ - -M,
xgettext
option
+ - -n,
msgattrib
option
+ - -n,
msgcat
option
+ - -n,
msgcomm
option
+ - -n,
msgfilter
option
+ - -N,
msggrep
option
+ - -n,
msguniq
option
+ - -n,
xgettext
option
+ - -o,
msgattrib
option
+ - -o,
msgcat
option
+ - -o,
msgcomm
option
+ - -o,
msgconv
option
+ - -o,
msgen
option
+ - -o,
msgfilter
option
+ - -o,
msgfmt
option
+ - -o,
msggrep
option
+ - -o,
msginit
option
+ - -o,
msgmerge
option
+ - -o,
msgunfmt
option
+ - -o,
msguniq
option
+ - -o,
xgettext
option
+ - -p,
xgettext
option
+ - -q,
msgmerge
option
+ - -r,
msgfmt
option
+ - -r,
msgunfmt
option
+ - -s,
msgattrib
option
+ - -s,
msgcat
option
+ - -s,
msgcomm
option
+ - -s,
msgconv
option
+ - -s,
msgen
option
+ - -s,
msgfilter
option
+ - -s,
msgmerge
option
+ - -s,
msgunfmt
option
+ - -s,
msguniq
option
+ - -s,
xgettext
option
+ - -t,
msgcat
option
+ - -t,
msgconv
option
+ - -T,
msggrep
option
+ - -t,
msguniq
option
+ - -T,
xgettext
option
+ - -u,
msgcat
option
+ - -u,
msgcomm
option
+ - -U,
msgmerge
option
+ - -u,
msguniq
option
+ - -V,
msgattrib
option
+ - -V,
msgcat
option
+ - -V,
msgcmp
option
+ - -V,
msgcomm
option
+ - -V,
msgconv
option
+ - -V,
msgen
option
+ - -V,
msgexec
option
+ - -V,
msgfilter
option
+ - -V,
msgfmt
option
+ - -v,
msgfmt
option
+ - -V,
msggrep
option
+ - -V,
msginit
option
+ - -v,
msgmerge
option
+ - -V,
msgmerge
option
+ - -V,
msgunfmt
option
+ - -v,
msgunfmt
option
+ - -V,
msguniq
option
+ - -V,
xgettext
option
+ - -w,
msgattrib
option
+ - -w,
msgcat
option
+ - -w,
msgcomm
option
+ - -w,
msgconv
option
+ - -w,
msgen
option
+ - -w,
msgfilter
option
+ - -w,
msggrep
option
+ - -w,
msginit
option
+ - -w,
msgmerge
option
+ - -w,
msgunfmt
option
+ - -w,
msguniq
option
+ - -w,
xgettext
option
+ - -x,
xgettext
option
diff --git a/doc/gettext_19.html b/doc/gettext_19.html
index f1b5e54f0..59246cad2 100644
--- a/doc/gettext_19.html
+++ b/doc/gettext_19.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - Variable Index
@@ -10,7 +10,7 @@ Go to the first, previous
-
Variable Index
+Variable Index
Jump to:
@@ -22,26 +22,26 @@ Jump to:
l
-- LANG, environment variable, LANG, environment variable
-
- LANGUAGE, environment variable, LANGUAGE, environment variable
-
- LC_ALL, environment variable
-
- LC_COLLATE, environment variable
-
- LC_CTYPE, environment variable
-
- LC_MESSAGES, environment variable
-
- LC_MONETARY, environment variable
-
- LC_NUMERIC, environment variable
-
- LC_TIME, environment variable
-
- LINGUAS, environment variable
+
- LANG, environment variable, LANG, environment variable
+
- LANGUAGE, environment variable, LANGUAGE, environment variable
+
- LC_ALL, environment variable
+
- LC_COLLATE, environment variable
+
- LC_CTYPE, environment variable
+
- LC_MESSAGES, environment variable
+
- LC_MONETARY, environment variable
+
- LC_NUMERIC, environment variable
+
- LC_TIME, environment variable
+
- LINGUAS, environment variable
m
-- MSGEXEC_LOCATION, environment variable
-
- MSGEXEC_MSGID, environment variable
+
- MSGEXEC_LOCATION, environment variable
+
- MSGEXEC_MSGID, environment variable
t
-- TEXTDOMAIN, environment variable, TEXTDOMAIN, environment variable
-
- TEXTDOMAINDIR, environment variable, TEXTDOMAINDIR, environment variable
+
- TEXTDOMAIN, environment variable, TEXTDOMAIN, environment variable
+
- TEXTDOMAINDIR, environment variable, TEXTDOMAINDIR, environment variable
diff --git a/doc/gettext_2.html b/doc/gettext_2.html
index d793b2213..07e3730b0 100644
--- a/doc/gettext_2.html
+++ b/doc/gettext_2.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - 2 PO Files and PO Mode Basics
@@ -118,6 +118,17 @@ the translator. When using PO mode, very little has to be known
about the format details, as PO mode takes care of them for her.
+
+A simple entry can look like this:
+
+
+
+
+#: lib/error.c:116
+msgid "Unknown system error"
+msgstr "Error desconegut del sistema"
+
+
Entries begin with some optional white space. Usually, when generated
through GNU gettext
tools, there is exactly one blank line
@@ -195,6 +206,7 @@ See section 8.1 Invoking the msgfmt
+
A different kind of entries is used for translations which involve
plural forms.
@@ -214,7 +226,21 @@ msgstr[N] translated-string-case-n
-
+Such an entry can look like this:
+
+
+
+
+#: src/msgcmp.c:338 src/po-lex.c:699
+#, c-format
+msgid "found %d fatal error"
+msgid_plural "found %d fatal errors"
+msgstr[0] "s'ha trobat %d error fatal"
+msgstr[1] "s'han trobat %d errors fatals"
+
+
+
+
It happens that some lines, usually whitespace or comments, follow the
very last entry of a PO file. Such lines are not part of any entry,
and PO mode is unable to take action on those lines. By using the
@@ -264,7 +290,7 @@ other character, we just did it this way because it is neater.
-
+
One should carefully distinguish between end of lines marked as
`\n´ inside quotes, which are part of the represented
string, and end of lines in the PO file itself, outside string quotes,
@@ -272,7 +298,7 @@ which have no incidence on the represented string.
-
+
Outside strings, white lines and comments may be used freely.
Comments start at the beginning of a line with `#´ and extend
until the end of the PO file line. Comments written by translators
@@ -288,8 +314,8 @@ file is given to msgmerge
.
2.3 Main PO mode Commands
-
+
After setting up Emacs with something similar to the lines in
section 2.1 Completing GNU gettext
Installation, PO mode is activated for a window when Emacs finds a
PO file in that window. This puts the window read-only and establishes a
@@ -321,47 +347,47 @@ in special ways.
- _
-
-
+
Undo last modification to the PO file (
po-undo
).
- Q
-
-
+
Quit processing and save the PO file (
po-quit
).
- q
-
-
+
Quit processing, possibly after confirmation (
po-confirm-and-quit
).
- 0
-
-
+
Temporary leave the PO file window (
po-other-window
).
- ?
-
- h
-
-
+
Show help about PO mode (
po-help
).
- =
-
-
+
Give some PO file statistics (
po-statistics
).
- V
-
-
+
Batch validate the format of the whole PO file (
po-validate
).
-
+
The command _ (po-undo
) interfaces to the Emacs
undo facility. See section `Undoing Changes' in The Emacs Editor. Each time U is typed, modifications which the translator
did to the PO file are undone a little more. For the purpose of
@@ -373,10 +399,10 @@ can undo the edition work quite parsimoniously.
-
+
The commands Q (po-quit
) and q
(po-confirm-and-quit
) are used when the translator is done with the
PO file. The former is a bit less verbose than the latter. If the file
@@ -389,8 +415,8 @@ of an Emacs PO file buffer. Merely killing it through the usual command
-
+
The command 0 (po-other-window
) is another, softer way,
to leave PO mode, temporarily. It just moves the cursor to some other
Emacs window, and pops one if necessary. For example, if the translator
@@ -404,9 +430,9 @@ PO mode is then recovered.
-
+
The command h (po-help
) displays a summary of all available PO
mode commands. The translator should then type any character to resume
normal PO mode operations. The command ? has the same effect
@@ -414,8 +440,8 @@ as h.
-
+
The command = (po-statistics
) computes the total number of
entries in the PO file, the ordinal of the current entry (counted from
1), the number of untranslated entries, the number of obsolete entries,
@@ -423,8 +449,8 @@ and displays all these numbers.
-
+
The command V (po-validate
) launches msgfmt
in
checking and verbose
mode over the current PO file. This command first offers to save the
@@ -435,7 +461,7 @@ as well as all individual entries.
-
+
The program msgfmt
runs asynchronously with Emacs, so the
translator regains control immediately while her PO file is being studied.
Error output is collected in the Emacs `*compilation*´ buffer,
@@ -451,7 +477,7 @@ any PO mode action which would help correcting the error.
2.4 Entry Positioning
-
+
The cursor in a PO file window is almost always part of
an entry. The only exceptions are the special case when the cursor
is after the last entry in the file, or when the PO file is
@@ -462,7 +488,7 @@ the PO file, this also selects on which entry commands operate.
-
+
Some PO mode commands alter the position of the cursor in a specialized
way. A few of those special purpose positioning are described here,
the others are described in following sections (for a complete list try
@@ -473,51 +499,51 @@ the others are described in following sections (for a complete list try
- .
-
-
+
Redisplay the current entry (
po-current-entry
).
- n
-
-
+
Select the entry after the current one (
po-next-entry
).
- p
-
-
+
Select the entry before the current one (
po-previous-entry
).
- <
-
-
+
Select the first entry in the PO file (
po-first-entry
).
- >
-
-
+
Select the last entry in the PO file (
po-last-entry
).
- m
-
-
+
Record the location of the current entry for later use
(
po-push-location
).
- r
-
-
+
Return to a previously saved entry location (
po-pop-location
).
- x
-
-
+
Exchange the current entry location with the previously saved one
(
po-exchange-location
).
-
+
Any Emacs command able to reposition the cursor may be used
to select the current entry in PO mode, including commands which
move by characters, lines, paragraphs, screens or pages, and search
@@ -546,10 +572,10 @@ how others should do translation.
-
+
The commands n (po-next-entry
) and p
(po-previous-entry
) move the cursor the entry following,
or preceding, the current one. If n is given while the
@@ -558,10 +584,10 @@ is given while the cursor is on the first entry, no move is done.
-
+
The commands < (po-first-entry
) and >
(po-last-entry
) move the cursor to the first entry, or last
entry, of the PO file. When the cursor is located past the last
@@ -584,10 +610,10 @@ register for getting back, or else, use the location ring.
-
+
PO mode offers another approach, by which cursor locations may be saved
onto a special stack. The command m (po-push-location
)
merely adds the location of current entry to the stack, pushing
@@ -607,8 +633,8 @@ ought to use m immediately after r.
-
+
The command x (po-exchange-location
) simultaneously
repositions the cursor to the entry associated with the top element of
the stack of saved locations, and replaces that top element with the
@@ -623,7 +649,7 @@ merely use x for making the switch.
2.5 Normalizing Strings in Entries
@@ -657,12 +683,12 @@ command is available:
@@ -694,7 +720,7 @@ for continued lines.
-
+
Having such an explicit normalizing command allows for importing PO
files from other sources, but also eases the evolution of the current
convention, evolution driven mostly by aesthetic concerns, as of now.
@@ -707,7 +733,7 @@ their PO files in nice ways.
-
+
Right now, in PO mode, strings are single line or multi-line. A string
goes multi-line if and only if it has embedded newlines, that
is, if it matches `[^\n]\n+[^\n]´. So, we would have:
diff --git a/doc/gettext_20.html b/doc/gettext_20.html
index 37fb3c388..27c5536ad 100644
--- a/doc/gettext_20.html
+++ b/doc/gettext_20.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - PO Mode Index
@@ -10,7 +10,7 @@ Go to the first, previous
-
PO Mode Index
+PO Mode Index
Jump to:
@@ -46,28 +46,28 @@ Jump to:
a
-- auxiliary PO file
+
- auxiliary PO file
c
-- commands
-
- comment out PO file entry
-
- consulting program sources
-
- consulting translations to other languages
-
- current entry of a PO file
-
- cut and paste for translated strings
+
- commands
+
- comment out PO file entry
+
- consulting program sources
+
- consulting translations to other languages
+
- current entry of a PO file
+
- cut and paste for translated strings
e
-- editing comments
-
- editing multiple entries
-
- editing translations
-
etags
, using for marking strings
-- exiting PO subedit
+
- editing comments
+
- editing multiple entries
+
- editing translations
+
etags
, using for marking strings
+- exiting PO subedit
f
-- find source fragment for a PO file entry
+
- find source fragment for a PO file entry
i
@@ -75,40 +75,40 @@ Jump to:
l
-- looking at the source to aid translation
+
- looking at the source to aid translation
m
-- marking strings for translation
-
- moving by fuzzy entries
-
- moving by obsolete entries
-
- moving by translated entries
-
- moving by untranslated entries
-
- moving through a PO file
+
- marking strings for translation
+
- moving by fuzzy entries
+
- moving by obsolete entries
+
- moving by translated entries
+
- moving by untranslated entries
+
- moving through a PO file
o
-- obsolete active entry
+
- obsolete active entry
p
-- pending subedits
+
- pending subedits
s
-- starting a string translation
-
- string normalization in entries
-
- subedit minor mode
+
- starting a string translation
+
- string normalization in entries
+
- subedit minor mode
t
-- `TAGS´, and marking translatable strings
+
- `TAGS´, and marking translatable strings
u
-- use the source, Luke
-
- using obsolete translations to make new entries
-
- using translation compendia
+
- use the source, Luke
+
- using obsolete translations to make new entries
+
- using translation compendia
diff --git a/doc/gettext_21.html b/doc/gettext_21.html
index 549af4875..7133d5e75 100644
--- a/doc/gettext_21.html
+++ b/doc/gettext_21.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - Autoconf Macro Index
@@ -10,7 +10,7 @@ Go to the first, previous
-
Autoconf Macro Index
+Autoconf Macro Index
Jump to:
@@ -18,8 +18,9 @@ Jump to:
a
-- AM_GNU_GETTEXT
-
- AM_ICONV
+
- AM_GNU_GETTEXT
+
- AM_GNU_GETTEXT_VERSION
+
- AM_ICONV
diff --git a/doc/gettext_22.html b/doc/gettext_22.html
index 23d31e0c1..4b315db50 100644
--- a/doc/gettext_22.html
+++ b/doc/gettext_22.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - General Index
@@ -10,7 +10,7 @@ Go to the first, previous
-
General Index
+General Index
Jump to:
@@ -68,343 +68,347 @@ Jump to:
_
-_
, a macro to mark strings for translation
-_nl_msg_cat_cntr
+_
, a macro to mark strings for translation
+_nl_msg_cat_cntr
a
-- `ABOUT-NLS´ file
-
- `acconfig.h´ file
-
- accumulating translations
-
- `aclocal.m4´ file
-
- adding keywords,
xgettext
- - ambiguities
-
- apply a filter to translations
-
- apply command to all translations in a catalog
-
- attribute manipulation
-
- attribute, fuzzy
-
- attributes of a PO file entry
-
- attributes, manipulating
-
- autoconf macros for
gettext
- - auxiliary PO file
-
- available translations
-
- awk
+
- `ABOUT-NLS´ file
+
- `acconfig.h´ file
+
- accumulating translations
+
- `aclocal.m4´ file
+
- adding keywords,
xgettext
+ - ambiguities
+
- apply a filter to translations
+
- apply command to all translations in a catalog
+
- attribute manipulation
+
- attribute, fuzzy
+
- attributes of a PO file entry
+
- attributes, manipulating
+
- autoconf macros for
gettext
+ autopoint
program, usage
+- auxiliary PO file
+
- available translations
+
- awk
b
-- backup old file, and
msgmerge
program
- - bash
-
- bibliography
+
- backup old file, and
msgmerge
program
+ - bash
+
- bibliography
- big picture
-
- bind_textdomain_codeset
+
- bind_textdomain_codeset
- bug report address
c
-- C and C-like languages
-
- C trigraphs
-
- catalog encoding and
msgexec
output
- catclose
, a catgets
function
-catgets
, X/Open specification
-catgets
, a catgets
function
-catopen
, a catgets
function
+- C and C-like languages
+
- C trigraphs
+
- catalog encoding and
msgexec
output
+ catclose
, a catgets
function
+catgets
, X/Open specification
+catgets
, a catgets
function
+catopen
, a catgets
function
- character encoding
-
- charset conversion at runtime
-
- charset of PO files
-
- check format strings
-
- checking of translations
-
- clisp
-
- clisp C sources
+
- charset conversion at runtime
+
- charset of PO files
+
- check format strings
+
- checking of translations
+
- clisp
+
- clisp C sources
- codeset
-
- comments in PO files
-
- Common Lisp
-
- compare PO files
-
- comparison of interfaces
-
- compatibility with X/Open
msgfmt
- - compendium
-
- compendium, creating
-
- concatenate PO files
-
- concatenating PO files into a compendium
-
- concatenation of strings
-
- convert binary message catalog into PO file
-
- convert translations to a different encoding
-
- converting a package to use
gettext
- - country codes
-
- create new PO file
-
- creating a new PO file
-
- creating compendia
+
- comments in PO files
+
- Common Lisp
+
- compare PO files
+
- comparison of interfaces
+
- compatibility with X/Open
msgfmt
+ - compendium
+
- compendium, creating
+
- concatenate PO files
+
- concatenating PO files into a compendium
+
- concatenation of strings
+
- `config.h.in´ file
+
- convert binary message catalog into PO file
+
- convert translations to a different encoding
+
- converting a package to use
gettext
+ - country codes
+
- create new PO file
+
- creating a new PO file
+
- creating compendia
- currency symbols
d
- date format
-
- dcngettext
-
- debugging messages marked as format strings
-
- dialect
-
- disabling NLS
-
- dngettext
-
- domain ambiguities
-
- duplicate elimination
-
- duplicate removal
+
- dcngettext
+
- debugging messages marked as format strings
+
- dialect
+
- disabling NLS
+
- dngettext
+
- domain ambiguities
+
- duplicate elimination
+
- duplicate removal
e
-- editing comments in PO files
-
- editing translations
-
- Emacs Lisp
+
- editing comments in PO files
+
- editing translations
+
- Emacs Lisp
- encoding
-
- encoding conversion
-
- encoding conversion at runtime
-
- encoding for your language
-
- encoding list
-
- encoding of PO files
+
- encoding conversion
+
- encoding conversion at runtime
+
- encoding for your language
+
- encoding list
+
- encoding of PO files
- evolution of packages
-
- extracting parts of a PO file into a compendium
+
- extracting parts of a PO file into a compendium
f
-- file format, `.mo´
+
- file format, `.mo´
- file format, `.po´
- files, `.po´ and `.mo´
- files, `.pot´
-
- filter messages according to attributes
-
- find common messages
-
- force use of fuzzy entries
-
- format strings
-
- Free Pascal
-
- fuzzy entries
+
- filter messages according to attributes
+
- find common messages
+
- force use of fuzzy entries
+
- format strings
+
- Free Pascal
+
- fuzzy entries
g
-- gawk
-
- generate binary message catalog from PO file
-
- generate translation catalog in English
-
gettext
files
+- gawk
+
- generate binary message catalog from PO file
+
- generate translation catalog in English
+
gettext
files
gettext
installation
-gettext
interface
-gettext
, a programmer's view
-- `gettext.h´ file
-
gettext
vs catgets
-gettextize
program, usage
-- GUI programs
+
gettext
interface
+gettext
, a programmer's view
+- `gettext.h´ file
+
gettext
vs catgets
+gettextize
program, usage
+- GUI programs
h
-- hash table, inside MO files
+
- hash table, inside MO files
- he, she, and they
-
- header entry of a PO file
-
- help option
-
- history of GNU
gettext
+ - header entry of a PO file
+
- help option
+
- history of GNU
gettext
i
- i18n
-
- importing PO files
-
- include file `libintl.h´, include file `libintl.h´, include file `libintl.h´, include file `libintl.h´
-
- initialization
-
- initialize new PO file
-
- initialize translations from a compendium
+
- importing PO files
+
- include file `libintl.h´, include file `libintl.h´, include file `libintl.h´, include file `libintl.h´
+
- initialization
+
- initialize new PO file
+
- initialize translations from a compendium
- installing
gettext
- - interface to
catgets
+ - interface to
catgets
- internationalization
-
inttypes.h
-- ISO 3166
-
- ISO 639
+
inttypes.h
+- ISO 3166
+
- ISO 639
j
-- Java
-
- Java mode, and
msgfmt
program
- - Java mode, and
msgunfmt
program
- - Java, string concatenation
+
- Java
+
- Java mode, and
msgfmt
program
+ - Java mode, and
msgunfmt
program
+ - Java, string concatenation
k
-- keyboard accelerator checking
+
- keyboard accelerator checking
l
- l10n
-
- language codes
-
- language selection
-
- language selection at runtime
-
- large package
-
libiconv
library
-libintl
for Java
-libintl
library
-librep
Lisp
-- `LINGUAS´ file
+
- language codes
+
- language selection
+
- language selection at runtime
+
- large package
+
libiconv
library
+libintl
for Java
+libintl
library
+librep
Lisp
+- `LINGUAS´ file
- link with `libintl´
-
- Linux, Linux, Linux
-
- Lisp
-
- list of translation teams, where to find
-
- locale facet, LC_ALL
-
- locale facet, LC_COLLATE
-
- locale facet, LC_CTYPE, locale facet, LC_CTYPE, locale facet, LC_CTYPE
-
- locale facet, LC_MESSAGES, locale facet, LC_MESSAGES
-
- locale facet, LC_MONETARY, locale facet, LC_MONETARY
-
- locale facet, LC_NUMERIC, locale facet, LC_NUMERIC
-
- locale facet, LC_RESPONSES
-
- locale facet, LC_TIME, locale facet, LC_TIME
+
- Linux, Linux, Linux
+
- Lisp
+
- list of translation teams, where to find
+
- locale facet, LC_ALL
+
- locale facet, LC_COLLATE
+
- locale facet, LC_CTYPE, locale facet, LC_CTYPE, locale facet, LC_CTYPE
+
- locale facet, LC_MESSAGES, locale facet, LC_MESSAGES
+
- locale facet, LC_MONETARY, locale facet, LC_MONETARY
+
- locale facet, LC_NUMERIC, locale facet, LC_NUMERIC
+
- locale facet, LC_RESPONSES
+
- locale facet, LC_TIME, locale facet, LC_TIME
- locale facets
-
locale
program
+locale
program
- localization
m
-- magic signature of MO files
-
- `Makevars´ file
-
- manipulating PO files
-
- marking string initializers
-
- marking strings that require translation
-
- marking strings, preparations
+
- magic signature of MO files
+
- `Makevars´ file
+
- manipulating PO files
+
- marking string initializers
+
- marking strings that require translation
+
- marking strings, preparations
- marking translatable strings
-
- menu entries
-
- menu, keyboard accelerator support
-
- merge PO files
-
- merging two PO files
-
- message catalog files location
+
- menu entries
+
- menu, keyboard accelerator support
+
- merge PO files
+
- merging two PO files
+
- message catalog files location
- messages
-
- migration from earlier versions of
gettext
- - mnemonics of menu entries
-
- MO file's format
-
- modify message attrributes
-
msgattrib
program, usage
-msgcat
program, usage
-msgcmp
program, usage
-msgcomm
program, usage
-msgconv
program, usage
-msgen
program, usage
-msgexec
program, usage
-msgfilter
filter and catalog encoding
-msgfilter
program, usage
-msgfmt
program, usage
-msggrep
program, usage
-msginit
program, usage
-msgmerge
program, usage
-msgunfmt
program, usage
-msguniq
program, usage
-- multi-line strings
+
- migration from earlier versions of
gettext
+ - `mkinstalldirs´ file
+
- mnemonics of menu entries
+
- MO file's format
+
- modify message attrributes
+
msgattrib
program, usage
+msgcat
program, usage
+msgcmp
program, usage
+msgcomm
program, usage
+msgconv
program, usage
+msgen
program, usage
+msgexec
program, usage
+msgfilter
filter and catalog encoding
+msgfilter
program, usage
+msgfmt
program, usage
+msggrep
program, usage
+msginit
program, usage
+msgmerge
program, usage
+msgunfmt
program, usage
+msguniq
program, usage
+- multi-line strings
n
-N_
, a convenience macro
+N_
, a convenience macro
- Native Language Support
- Natural Language Support
-
- newlines in PO files
-
- ngettext
+
- newlines in PO files
+
- ngettext
- NLS
- number format
o
-- Object Pascal
-
- obsolete entries
-
- optimization of
gettext
functions
- - orthography
-
- output to stdout,
xgettext
+ - Object Pascal
+
- obsolete entries
+
- optimization of
gettext
functions
+ - orthography
+
- output to stdout,
xgettext
- overview of
gettext
p
-- package and version declaration in `configure.in´
-
- package build and installation options
-
- package maintainer's view of
gettext
- - paragraphs
-
- Pascal
-
- Perl
-
- PHP
-
- Pike
-
- plural form formulas
-
- plural forms
-
- plural forms, in MO files
+
- package and version declaration in `configure.in´
+
- package build and installation options
+
- package maintainer's view of
gettext
+ - paragraphs
+
- Pascal
+
- Perl
+
- PHP
+
- Pike
+
- plural form formulas
+
- plural forms
+
- plural forms, in MO files
+
- plural forms, in PO files
- PO files' format
-
- PO mode (Emacs) commands
-
- PO template file
-
- portability problems with
sed
- - `POTFILES.in´ file
-
- preparing programs for translation
-
- problems with
catgets
interface
- - programming languages
-
- Python
+
- PO mode (Emacs) commands
+
- PO template file
+
- portability problems with
sed
+ - `POTFILES.in´ file
+
- preparing programs for translation
+
- problems with
catgets
interface
+ - programming languages
+
- Python
q
-- quotation marks, quotation marks
-
- quote characters, use in PO files
+
- quotation marks, quotation marks
+
- quote characters, use in PO files
r
-- related reading
-
- RST
+
- related reading
+
- RST
s
-- scripting languages
-
- search messages in a catalog
-
- selecting message language
-
- sentences
-
- setting up
gettext
at build time
- - setting up
gettext
at run time
- - several domains
+
- scripting languages
+
- search messages in a catalog
+
- selecting message language
+
- sentences
+
- setting up
gettext
at build time
+ - setting up
gettext
at run time
+ - several domains
- sex
-
- sgettext
+
- sgettext
- she, he, and they
-
- shell scripts
-
- Smalltalk
-
- sorting
msgcat
output
- - sorting
msgmerge
output
- - sorting
msgunfmt
output
- - sorting output of
xgettext
- - specifying plural form in a PO file
-
- standard output, and
msgcat
- - standard output, and
msgmerge
program
- - string concatenation
-
- string normalization in entries
-
- style
-
- supported languages,
xgettext
+ - shell scripts
+
- Smalltalk
+
- sorting
msgcat
output
+ - sorting
msgmerge
output
+ - sorting
msgunfmt
output
+ - sorting output of
xgettext
+ - specifying plural form in a PO file
+
- standard output, and
msgcat
+ - standard output, and
msgmerge
program
+ - string concatenation
+
- string normalization in entries
+
- style
+
- supported languages,
xgettext
t
-- Tcl
-
- Tcl mode, and
msgfmt
program
- - Tcl mode, and
msgunfmt
program
+ - Tcl
+
- Tcl mode, and
msgfmt
program
+ - Tcl mode, and
msgunfmt
program
- template PO file
-
- testing `.po´ files for equivalence
-
- Tk's scripting language
-
- translated entries
-
- translating menu entries
+
- testing `.po´ files for equivalence
+
- Tk's scripting language
+
- translated entries
+
- translating menu entries
- translation aspects
-
- Translation Matrix
+
- Translation Matrix
- Translation Project
-
- turning off NLS support
+
- turning off NLS support
- tutorial of
gettext
usage
u
-- unify duplicate translations
-
- untranslated entries
-
- update translations from a compendium
-
- upgrading to new versions of
gettext
+ - unify duplicate translations
+
- untranslated entries
+
- update translations from a compendium
+
- upgrading to new versions of
gettext
v
-- version control for backup files,
msgmerge
+ - version control for backup files,
msgmerge
w
-wxWindows
library
+wxWindows
library
x
-xargs
, and output from msgexec
-xgettext
program, usage
-xmodmap
program, and typing quotation marks
+xargs
, and output from msgexec
+xgettext
program, usage
+xmodmap
program, and typing quotation marks
y
-- YaST2 scripting language
-
- YCP
+
- YaST2 scripting language
+
- YCP
diff --git a/doc/gettext_3.html b/doc/gettext_3.html
index 25b415d56..61164fbe4 100644
--- a/doc/gettext_3.html
+++ b/doc/gettext_3.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - 3 Preparing Program Sources
@@ -12,7 +12,7 @@ Go to the first, previous<
3 Preparing Program Sources
@@ -34,7 +34,7 @@ having translated C strings should contain the line:
#include <libintl.h>
@@ -51,7 +51,7 @@ sections of this chapter.
3.1 Triggering gettext
Operations
-
+
The initialization of locale data should be done with more or less
the same code in every program, as demonstrated below:
@@ -78,8 +78,8 @@ or hello
sources for more information.
-
+
The use of LC_ALL
might not be appropriate for you.
LC_ALL
includes all locale categories and especially
LC_CTYPE
. This later category is responsible for determining
@@ -99,7 +99,7 @@ numbers in the "C"
locale format. In some situation, it might
also be a problem with the notation itself which makes it impossible to
recognize whether the number is in the "C"
locale or the local
format. This can happen if thousands separator characters are used.
-Some locales define this character accordfing to the national
+Some locales define this character according to the national
conventions to '.'
which is the same character used in the
"C"
locale to denote the decimal point.
@@ -120,13 +120,13 @@ code above by a sequence of setlocale
lines
-
+
On all POSIX conformant systems the locale categories LC_CTYPE
,
LC_COLLATE
, LC_MONETARY
, LC_NUMERIC
, and
LC_TIME
are available. On some modern systems there is also a
@@ -157,7 +157,7 @@ is not multithread-safe.
3.2 Preparing Translatable Strings
-
+
Before strings can be marked for translations, they sometimes need to
be adjusted. Usually preparing a string for translation is done right
before marking it, during the marking phase which is described in the
@@ -189,7 +189,7 @@ Let's look at some examples of these guidelines.
-
+
Translatable strings should be in good English style. If slang language
with abbreviations and shortcuts is used, often translators will not
understand the message and will produce very inappropriate translations.
@@ -218,13 +218,13 @@ of the objects"?
-
+
In both cases, adding more words to the message will help both the
translator and the English speaking user.
-
+
Translatable strings should be entire sentences. It is often not possible
to translate single verbs or adjectives in a substitutable way.
@@ -299,7 +299,7 @@ combined by xgettext, so the translator has to handle them once only.)
-
+
Translatable strings should be limited to one paragraph; don't let a
single message be longer than ten lines. The reason is that when the
translatable string changes, the translator is faced with the task of
@@ -310,7 +310,7 @@ the entire message.
-
+
Many GNU programs have a `--help´ output that extends over several
screen pages. It is a courtesy towards the translators to split such a
message into several ones of five to ten lines each. While doing that,
@@ -321,8 +321,8 @@ looking for.
-
+
Hardcoded string concatenation is sometimes used to construct English
strings:
@@ -349,7 +349,7 @@ sprintf (s, "Replace %s with %s?", object1, object2);
-
+
A similar case is compile time concatenation of strings. The ISO C 99
include file <inttypes.h>
contains a macro PRId64
that
can be used as a formatting directive for outputting an `int64_t´
@@ -408,7 +408,7 @@ regardless whether in decimal, octal or hexadecimal.
-
+
All this applies to other programming languages as well. For example, in
Java, string contenation is very frequently used, because it is a compiler
built-in operator. Like in C, in Java, you would change
@@ -434,7 +434,7 @@ System.out.println(
3.3 How Marks Appear in Sources
@@ -485,7 +485,7 @@ sources for those trying to keep them within 79 or 80 columns.
-
+
Many packages use `_´ (a simple underline) as a keyword,
and write `_("Translatable string")´ instead of `gettext
("Translatable string")´. Further, the coding rule, from GNU standards,
@@ -521,7 +521,7 @@ an example of string not requiring translation!
3.4 Marking Translatable Strings
@@ -538,7 +538,7 @@ translation in some language, for the package being internationalized.
-
+
The set of program sources, targetted by the PO mode commands describe
here, should have an Emacs tags table constructed for your project,
prior to using these PO file commands. This is easy to do. In any
@@ -560,7 +560,7 @@ format Emacs can understand.
-
+
For packages following the GNU coding standards, there is
a make goal tags
or TAGS
which constructs the tag files in
all directories and for all files containing source code.
@@ -580,18 +580,18 @@ fill in while you mark strings as translatable in your program sources.
- ,
-
-
+
Search through program sources for a string which looks like a
candidate for translation (
po-tags-search
).
- M-,
-
-
+
Mark the last string found with `_()´ (
po-mark-translatable
).
- M-.
-
-
+
Mark the last string found with a keyword taken from a set of possible
keywords. This command with a prefix allows some management of these
keywords (
po-select-mark-and-mark
).
@@ -599,7 +599,7 @@ keywords (po-select-mark-and-mark
).
-
+
The , (po-tags-search
) command searches for the next
occurrence of a string which looks like a possible candidate for
translation, and displays the program source in another Emacs window,
@@ -651,8 +651,8 @@ first tags file, this reinitialization might be considered spurious.
-
+
The M-, (po-mark-translatable
) command will mark the
recently found string with the `_´ keyword. The M-.
(po-select-mark-and-mark
) command will request that you type
@@ -713,7 +713,7 @@ prefer `_´, as this one is already built in the M-,3.5 Special Comments preceding Keywords
-
+
In C programs strings are often used within calls of functions from the
printf
family. The special thing about these format strings is
that they can contain format specifiers introduced with %. Assume
@@ -781,19 +781,19 @@ only a heuristic. In the `.po´ file the entry is marked using th
-
+
The careful reader now might say that this again can cause problems.
The heuristic might guess it wrong. This is true and therefore
-xgettext
knows about special kind of comment which lets
-the programmer take over the decision. If in the same line or
-the immediately preceding line of the gettext
keyword
-the xgettext
program find a comment containing the words
-xgettext:c-format it will mark the string in any case with
+xgettext
knows about a special kind of comment which lets
+the programmer take over the decision. If in the same line as or
+the immediately preceding line to the gettext
keyword
+the xgettext
program finds a comment containing the words
+xgettext:c-format, it will mark the string in any case with
the c-format flag. This kind of comment should be used when
xgettext
does not recognize the string as a format string but
-is really is one and it should be tested. Please note that when the
-comment is in the same line of the gettext
keyword, it must be
+it really is one and it should be tested. Please note that when the
+comment is in the same line as the gettext
keyword, it must be
before the string to be translated.
@@ -803,8 +803,8 @@ called with strings which do not contain a format specifier. Of course
one would normally use fputs
but it does happen. In this case
xgettext
does not recognize this as a format string but what
happens if the translation introduces a valid format specifier? The
-printf
function will try to access one of the parameter but none
-exists because the original code does not refer to any parameter.
+printf
function will try to access one of the parameters but none
+exists because the original code does not pass any parameters.
@@ -828,7 +828,7 @@ used for solving this problem.
3.6 Special Cases of Translatable Strings
-
+
The attentive reader might now point out that it is not always possible
to mark translatable string with gettext
or something like this.
Consider the following case:
diff --git a/doc/gettext_4.html b/doc/gettext_4.html
index 925de8ec9..ddfa693b7 100644
--- a/doc/gettext_4.html
+++ b/doc/gettext_4.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - 4 Making the PO Template File
@@ -12,7 +12,7 @@ Go to the first, previous<
4 Making the PO Template File
@@ -20,14 +20,23 @@ After preparing the sources, the programmer creates a PO template file.
This section explains how to use xgettext
for this purpose.
+
+xgettext
creates a file named `domainname.po´. You
+should then rename it to `domainname.pot´. (Why doesn't
+xgettext
create it under the name `domainname.pot´
+right away? The answer is: for historical reasons. When xgettext
+was specified, the distinction between a PO file and PO file template
+was fuzzy, and the suffix `.pot´ wasn't in use at that time.)
+
+
4.1 Invoking the xgettext
Program
xgettext [option] [inputfile] ...
@@ -52,8 +61,8 @@ Input files.
-
- `--files-from=file´
-
-
+
Read the names of the input files from file instead of getting
them from the command line.
@@ -61,8 +70,8 @@ them from the command line.
-
- `--directory=directory´
-
-
+
Add directory to the list of directories. Source files are
searched relative to this list of directories. The resulting `.po´
file will be written relative to the current directory, though.
@@ -83,16 +92,16 @@ If inputfile is `-´, standard input is read.
-
- `--default-domain=name´
-
-
+
Use `name.po´ for output (instead of `messages.po´).
- `-o file´
-
- `--output=file´
-
-
+
Write output to specified file (instead of `name.po´ or
`messages.po´).
@@ -100,14 +109,14 @@ Write output to specified file (instead of `name.po´ o
-
- `--output-dir=dir´
-
-
+
Output files will be placed in directory dir.
-
+
If the output file is `-´ or `/dev/stdout´, the output
is written to standard output.
@@ -122,9 +131,9 @@ is written to standard output.
-
- `--language=name´
-
-
+
Specifies the language of the input files. The supported languages
are
C
, C++
, ObjectiveC
, PO
, Python
,
Lisp
, EmacsLisp
, librep
, Java
, awk
,
@@ -134,8 +143,8 @@ are C
, C++
, ObjectiveC
, PO
,
-
- `--c++´
-
-
+
This is a shorthand for
--language=C++
.
@@ -155,16 +164,16 @@ extension.
-
- `--join-existing´
-
-
+
Join messages with existing file.
- `-x file´
-
- `--exclude-file=file´
-
-
+
Entries from file are not extracted. file should be a PO or
POT file.
@@ -172,8 +181,8 @@ POT file.
-
- `--add-comments[=tag]´
-
-
+
Place comment block with tag (or those preceding keyword lines)
in output file.
@@ -189,20 +198,20 @@ in output file.
-
- `--extract-all´
-
-
+
Extract all strings.
- `-k keywordspec´
-
- `--keyword[=keywordspec]´
-
-
+
Additional keyword to be looked for (without keywordspec means not to
use default keywords).
-
+
If keywordspec is a C identifer id,
xgettext
looks
for strings in the first argument of each call to the function or macro
id. If keywordspec is of the form
@@ -222,15 +231,15 @@ explicitly disabled, are gettext
, dgettext:2
,
-
- `--trigraphs´
-
-
+
Understand ANSI C trigraphs for input.
- `--debug´
-
-
+
Use the flags c-format and possible-c-format to show who was
responsible for marking a message as a format string. The latter form is
used if the
xgettext
program decided, the format form is used if
@@ -255,33 +264,33 @@ adjacent strings, and escaped end of lines for continued strings.
- `--force-po´
-
-
+
Always write an output file even if no message is defined.
- `-i´
-
- `--indent´
-
-
+
Write the .po file using indented style.
- `--no-location´
-
-
+
Do not write `#: filename:line´ lines.
- `-n´
-
- `--add-location´
-
-
+
Generate `#: filename:line´ lines (default).
- `--strict´
-
-
+
Write out a strict Uniforum conforming PO file. Note that this
Uniforum format should be avoided because it doesn't support the
GNU extensions.
@@ -290,15 +299,15 @@ GNU extensions.
-
- `--width=number´
-
-
+
Set the output page width. Long strings in the output files will be
split across multiple lines in order to ensure that each line's width
(= number of screen columns) is less or equal to the given number.
- `--no-wrap´
-
-
+
Do not break long message lines. Message lines whose width exceeds the
output page width will not be split into several lines. Only file reference
lines which are wider than the output page width will be split.
@@ -307,9 +316,9 @@ lines which are wider than the output page width will be split.
-
- `--sort-output´
-
-
+
Generate sorted output. Note that using this option makes it much harder
for the translator to understand each message's context.
@@ -317,16 +326,16 @@ for the translator to understand each message's context.
-
- `--sort-by-file´
-
-
+
Sort output by file location.
- `--omit-header´
-
-
+
Don't write header with `msgid ""´ entry.
-
+
This is useful for testing purposes because it eliminates a source
of variance for generated
.gmo
files. With --omit-header
,
two invocations of xgettext
on the same files with the same
@@ -334,7 +343,7 @@ options at different times are guaranteed to produce the same results.
- `--copyright-holder=string´
-
-
+
Set the copyright holder in the output. string should be the
copyright holder of the surrounding package. (Note that the msgstr
strings, extracted from the package's sources, belong to the copyright
@@ -350,7 +359,7 @@ simply because
xgettext
was first used in the GNU project.
- `--foreign-user´
-
-
+
Omit FSF copyright in output. This option is equivalent to
`--copyright-holder="´. It can be useful for packages outside the GNU
project that want their translations to be in the public domain.
@@ -359,16 +368,16 @@ project that want their translations to be in the public domain.
-
- `--msgstr-prefix[=string]´
-
-
+
Use string (or "" if not specified) as prefix for msgstr entries.
- `-M [string]´
-
- `--msgstr-suffix[=string]´
-
-
+
Use string (or "" if not specified) as suffix for msgstr entries.
@@ -383,16 +392,16 @@ Use string (or "" if not specified) as suffix for msgstr entries.
-
- `--help´
-
-
+
Display this help and exit.
- `-V´
-
- `--version´
-
-
+
Output version information and exit.
diff --git a/doc/gettext_5.html b/doc/gettext_5.html
index f614030be..ffa0a3de7 100644
--- a/doc/gettext_5.html
+++ b/doc/gettext_5.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - 5 Creating a New PO File
@@ -12,7 +12,7 @@ Go to the first, previous<
5 Creating a New PO File
@@ -47,16 +47,16 @@ the header entry of this file.
5.1 Invoking the msginit
Program
msginit [option]
-
+
The msginit
program creates a new PO file, initializing the meta
information with values from the user's environment.
@@ -71,8 +71,8 @@ information with values from the user's environment.
-
- `--input=inputfile´
-
-
+
Input POT file.
@@ -92,8 +92,8 @@ POT file. If it is `-´, standard input is read.
-
- `--output-file=file´
-
-
+
Write output to specified PO file.
@@ -114,15 +114,15 @@ standard output.
-
- `--locale=ll_CC´
-
-
+
Set target locale. ll should be a language code, and CC should
be a country code. The command `locale -a´ can be used to output a list
of all installed locales. The default is the user's locale setting.
- `--no-translator´
-
-
+
Declares that the PO file will not have a human translator and is instead
automatically generated.
@@ -130,15 +130,15 @@ automatically generated.
-
- `--width=number´
-
-
+
Set the output page width. Long strings in the output files will be
split across multiple lines in order to ensure that each line's width
(= number of screen columns) is less or equal to the given number.
- `--no-wrap´
-
-
+
Do not break long message lines. Message lines whose width exceeds the
output page width will not be split into several lines. Only file reference
lines which are wider than the output page width will be split.
@@ -155,16 +155,16 @@ lines which are wider than the output page width will be split.
-
- `--help´
-
-
+
Display this help and exit.
- `-V´
-
- `--version´
-
-
+
Output version information and exit.
@@ -218,7 +218,7 @@ Before starting a translation, it is a good idea to get in touch with your translation team, not only to make sure you don't do duplicated work, but also to coordinate difficult linguistic issues. - + In the Free Translation Project, each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, http://www.iro.umontreal.ca/contrib/po/HTML/, @@ -226,14 +226,14 @@ in the "National teams" area.
msgmerge
and msgfmt
programs, as well as for users whose
locale's character encoding differs from yours (see section 10.2.4 How to specify the output character set gettext
uses).
-
+
You get the character encoding of your locale by running the shell command
`locale charmap´. If the result is `C´ or `ANSI_X3.4-1968´,
which is equivalent to `ASCII´ (= `US-ASCII´), it means that your
@@ -241,36 +241,41 @@ locale is not correctly configured. In this case, ask your translation
team which charset to use. `ASCII´ is not usable for any language
except Latin.
-
+
Because the PO files must be portable to operating systems with less advanced
internationalization facilities, the character encodings that can be used
are limited to those supported by both GNU libc
and GNU
libiconv
. These are:
ASCII
, ISO-8859-1
, ISO-8859-2
, ISO-8859-3
,
ISO-8859-4
, ISO-8859-5
, ISO-8859-6
, ISO-8859-7
,
-ISO-8859-8
, ISO-8859-9
, ISO-8859-13
, ISO-8859-15
,
-KOI8-R
, KOI8-U
, CP850
, CP866
, CP874
,
+ISO-8859-8
, ISO-8859-9
, ISO-8859-13
, ISO-8859-14
,
+ISO-8859-15
,
+KOI8-R
, KOI8-U
, KOI8-T
,
+CP850
, CP866
, CP874
,
CP932
, CP949
, CP950
, CP1250
, CP1251
,
CP1252
, CP1253
, CP1254
, CP1255
, CP1256
,
CP1257
, GB2312
, EUC-JP
, EUC-KR
, EUC-TW
,
BIG5
, BIG5-HKSCS
, GBK
, GB18030
, SHIFT_JIS
,
-JOHAB
, TIS-620
, VISCII
, UTF-8
.
+JOHAB
, TIS-620
, VISCII
, GEORGIAN-PS
, UTF-8
.
-
+
In the GNU system, the following encodings are frequently used for the
corresponding languages.
-
+
ISO-8859-1
for
- Afrikaans, Albanian, Basque, Catalan, Dutch, English, Estonian, Faroese,
- Finnish, French, Galician, German, Greenlandic, Icelandic, Indonesian,
- Irish, Italian, Malay, Norwegian, Portuguese, Spanish, Swedish,
+ Afrikaans, Albanian, Basque, Breton, Catalan, Cornish, Danish, Dutch,
+ English, Estonian, Faroese, Finnish, French, Galician, German,
+ Greenlandic, Icelandic, Indonesian, Irish, Italian, Malay, Manx,
+ Norwegian, Occitan, Portuguese, Spanish, Swedish, Tagalog, Uzbek,
+ Walloon,
ISO-8859-2
for
- Croatian, Czech, Hungarian, Polish, Romanian, Serbian, Slovak, Slovenian,
+ Bosnian, Croatian, Czech, Hungarian, Polish, Romanian, Serbian, Slovak,
+ Slovenian,
ISO-8859-3
for Maltese,
ISO-8859-5
for Macedonian, Serbian,
@@ -283,16 +288,20 @@ corresponding languages.
ISO-8859-9
for Turkish,
-ISO-8859-13
for Latvian, Lithuanian,
+ISO-8859-13
for Latvian, Lithuanian, Maori,
+
+ISO-8859-14
for Welsh,
ISO-8859-15
for
Basque, Catalan, Dutch, English, Finnish, French, Galician, German, Irish,
- Italian, Portuguese, Spanish, Swedish,
+ Italian, Portuguese, Spanish, Swedish, Walloon,
KOI8-R
for Russian,
KOI8-U
for Ukrainian,
+KOI8-T
for Tajik,
+
CP1251
for Bulgarian, Byelorussian,
GB2312
, GBK
, GB18030
@@ -307,12 +316,14 @@ corresponding languages.
TIS-620
for Thai,
+GEORGIAN-PS
for Georgian,
+
UTF-8
for any language, including those listed above.
xmodmap
program. The X11 names of the quote
characters are "leftsinglequotemark", "rightsinglequotemark",
diff --git a/doc/gettext_6.html b/doc/gettext_6.html
index 2c1a7b003..109b5014f 100644
--- a/doc/gettext_6.html
+++ b/doc/gettext_6.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
msgmerge
Programmsgmerge [option] def.po ref.pot @@ -55,8 +55,8 @@ References to the new sources.
- + The results are written to standard output if no output file is specified or if it is `-´. @@ -122,19 +122,19 @@ The result is written back to def.po.
-
+
The version control method may be selected via the --backup
option
or through the VERSION_CONTROL
environment variable. Here are the
values:
@@ -184,8 +184,8 @@ The backup suffix is `~´, unless set with --suffix
@@ -322,7 +322,7 @@ Other entry types will be excluded; translation will not occur for them.
- + Some commands are more specifically related to translated entry processing.
@@ -330,21 +330,21 @@ Some commands are more specifically related to translated entry processing.po-next-translated-entry
).
po-previous-translated-entry
).
-
+
The commands t (po-next-translated-entry
) and T
(po-previous-translated-entry
) move forwards or backwards, chasing
for an translated entry. If none is found, the search is extended and
@@ -352,7 +352,7 @@ wraps around in the PO file buffer.
-
+
Translated entries usually result from the translator having edited in
a translation for them, section 6.6 Modifying Translations. However, if the
variable po-auto-fuzzy-on-edit
is not nil
, the entry having
@@ -365,14 +365,14 @@ See section 6.3 Fuzzy Entries.
-
+
Each PO file entry may have a set of attributes, which are
-qualities given a name and explicitely associated with the translation,
+qualities given a name and explicitly associated with the translation,
using a special system comment. One of these attributes
has the name fuzzy
, and entries having this attribute are said
to have a fuzzy translation. They are called fuzzy entries, for short.
@@ -393,7 +393,7 @@ might mark some entries as being fuzzy.
- + Also, the translator may decide herself to mark an entry as fuzzy for her own convenience, when she wants to remember that the entry has to be later revisited. So, some commands are more specifically @@ -404,26 +404,26 @@ related to fuzzy entry processing.
po-next-fuzzy-entry
).
po-previous-fuzzy-entry
).
po-unfuzzy
).
-
+
The commands z (po-next-fuzzy-entry
) and Z
(po-previous-fuzzy-entry
) move forwards or backwards, chasing for
a fuzzy entry. If none is found, the search is extended and wraps
@@ -431,9 +431,9 @@ around in the PO file buffer.
-
+
The command TAB (po-unfuzzy
) removes the fuzzy
attribute associated with an entry, usually leaving it translated.
Further, if the variable po-auto-select-on-unfuzzy
has not
@@ -455,8 +455,8 @@ to chase another entry, leaving the entry fuzzy.
-
+
The translator may also use the DEL command
(po-fade-out-entry
) over any translated entry to mark it as being
fuzzy, when she wants to easily leave a trace she wants to later return
@@ -473,7 +473,7 @@ still exists.
@@ -493,7 +493,7 @@ are easily recognizable by the fact they end with `msgstr ""´
- + The work of the translator might be (quite naively) seen as the process of seeking for an untranslated entry, editing a translation for it, and repeating these actions until no untranslated entries remain. @@ -505,26 +505,26 @@ processing.
po-next-untranslated-entry
).
po-previous-untransted-entry
).
po-kill-msgstr
).
-
+
The commands u (po-next-untranslated-entry
) and U
(po-previous-untransted-entry
) move forwards or backwards,
chasing for an untranslated entry. If none is found, the search is
@@ -532,8 +532,8 @@ extended and wraps around in the PO file buffer.
-
+
An entry can be turned back into an untranslated entry by
merely emptying its translation, using the command k
(po-kill-msgstr
). See section 6.6 Modifying Translations.
@@ -549,7 +549,7 @@ if some untranslated string still exists.
@@ -575,7 +575,7 @@ after the fact.
- + Moreover, some commands are more specifically related to obsolete entry processing. @@ -584,27 +584,27 @@ entry processing.
po-next-obsolete-entry
).
po-previous-obsolete-entry
).
po-fade-out-entry
).
-
+
The commands o (po-next-obsolete-entry
) and O
(po-previous-obsolete-entry
) move forwards or backwards,
chasing for an obsolete entry. If none is found, the search is
@@ -620,10 +620,10 @@ introducing useless msgid
values.
-
+
However, it is possible to comment out an active entry, so making
it obsolete. GNU gettext
utilities will later react to the
disappearance of a translation by using the untranslated string.
@@ -653,8 +653,8 @@ merely tries to provide handy tools for helping her to do so.
@@ -680,40 +680,40 @@ using the following commands for modifying the translations.
po-edit-msgstr
).
po-msgid-to-msgstr
).
po-kill-msgstr
).
po-kill-ring-save-msgstr
).
po-yank-msgstr
).
-
+
The command RET (po-edit-msgstr
) opens a new Emacs
window meant to edit in a new translation, or to modify an already existing
translation. The new window contains a copy of the translation taken from
@@ -726,9 +726,9 @@ for more information.
-
+
The command LFD (po-msgid-to-msgstr
) initializes, or
reinitializes the translation with the original string. This command is
normally used when the translator wants to redo a fresh translation of
@@ -736,7 +736,7 @@ the original string, disregarding any previous work.
-
+
It is possible to arrange so, whenever editing an untranslated
entry, the LFD command be automatically executed. If you set
po-auto-edit-with-msgid
to t
, the translation gets
@@ -745,7 +745,7 @@ The default value for po-auto-edit-with-msgid
is nil
.
- + In fact, whether it is best to start a translation with an empty string, or rather with a copy of the original string, is a matter of taste or habit. Sometimes, the source language and the @@ -759,11 +759,11 @@ if this requires some extra editing work to get rid of the original.
-
+
The command k (po-kill-msgstr
) merely empties the
translation string, so turning the entry into an untranslated
one. But while doing so, its previous contents is put apart in
@@ -795,8 +795,8 @@ entries, the translation is also uncommented prior to saving.
-
+
The command y (po-yank-msgstr
) completely replaces the
translation of the current entry by a string taken from the kill ring.
Following Emacs terminology, we then say that the replacement
@@ -830,7 +830,7 @@ yanking commands themselves.
- + To better illustrate the operation of killing and yanking, let's use an actual example, taken from a common situation. When the programmer slightly modifies some string right in the program, his @@ -870,8 +870,8 @@ See section `Keyboard Macros' in The Emacs Editor.
@@ -900,24 +900,24 @@ so the general indications given for those apply here. See section
+
Interactively edit the translator comments (po-edit-comment
).
po-kill-comment
).
po-kill-ring-save-comment
).
po-yank-comment
).
@@ -933,8 +933,8 @@ See section 6.6 Modifying Translations.
-
+
The command # (po-edit-comment
) opens a new Emacs window
containing a copy of the translator comments on the current PO file entry.
If there are no such comments, PO mode understands that the translator wants
@@ -948,18 +948,18 @@ See section 6.8 Details of Sub Edition, for
-
+
Functions found on po-subedit-mode-hook
, if any, are executed after
the string has been inserted in the edit buffer.
-
+
The command K (po-kill-comment
) gets rid of all
translator comments, while saving those comments on the kill ring.
The command W (po-kill-ring-save-comment
) takes
@@ -1000,7 +1000,7 @@ regular Emacs commands C-y (yank
) and M-y
@@ -1013,25 +1013,25 @@ of Emacs, which are described below.
po-subedit-exit
).
po-subedit-abort
).
po-subedit-cycle-auxiliary
).
- + The window's contents represents a translation for a given message, or a translator comment. The translator may modify this window to her heart's content. Once this is done, the command C-c C-c @@ -1041,8 +1041,8 @@ sight or if buffers were switched.
- + If the translator becomes unsatisfied with her translation or comment, to the extent she prefers keeping what was existent prior to the RET or # command, she may use the command C-c C-k @@ -1053,8 +1053,8 @@ whole effect of last edition.
-
+
The command C-c C-a (po-subedit-cycle-auxiliary
)
allows for glancing through translations
already achieved in other languages, directly while editing the current
@@ -1088,7 +1088,7 @@ in the editing window, as ending with two < in a row.
- + When a translation (or a comment) is being edited, the translator may move the cursor back into the PO file buffer and freely move to other entries, browsing at will. If, with an edition pending, the translator wanders in the @@ -1101,7 +1101,7 @@ the translator should better be comfortable at handling many Emacs windows!
- + Pending subedits may be completed or aborted in any order, regardless of how or when they were started. When many subedits are pending and the translator asks for quitting the PO file (with the q command), subedits @@ -1112,13 +1112,13 @@ are automatically resumed one at a time, so she may decide for each of them.
-PO mode is particularily powerful when used with PO files
+PO mode is particularly powerful when used with PO files
created through GNU gettext
utilities, as those utilities
insert special comments in the PO files they generate.
Some of these special comments relate the PO file entry to
@@ -1129,9 +1129,9 @@ exactly where the untranslated string appears in the program sources.
When the translator gets to an untranslated entry, she is fairly
often faced with an original string which is not as informative as
it normally should be, being succinct, cryptic, or otherwise ambiguous.
-Before chosing how to translate the string, she needs to understand
+Before choosing how to translate the string, she needs to understand
better what the string really means and how tight the translation has
-to be. Most of times, when problems arise, the only way left to make
+to be. Most of the time, when problems arise, the only way left to make
her judgment is looking at the true program sources from where this
string originated, searching for surrounding comments the programmer
might have put in there, and looking around for helping clues of
@@ -1146,12 +1146,12 @@ translator should not be shy at taking a look, once in a while.
It is most probable that she will still be able to find some of the
hints she needs. She will learn quickly to not feel uncomfortable
in program code, paying more attention to programmer's comments,
-variable and function names (if he dared chosing them well), and
-overall organization, than to programmation itself.
+variable and function names (if he dared choosing them well), and
+overall organization, than to the program code itself.
- + The following commands are meant to help the translator at getting program source context for a PO file entry. @@ -1160,35 +1160,35 @@ program source context for a PO file entry.
po-cycle-source-reference
).
po-select-source-reference
).
po-consider-source-path
).
po-ignore-source-path
).
-
+
The commands s (po-cycle-source-reference
) and M-s
(po-select-source-reference
) both open another window displaying
some source program file, and already positioned in such a way that
@@ -1233,10 +1233,10 @@ available for a single string to translate.
- + Program source files are usually found relative to where the PO file stands. As a special provision, when this fails, the file is also looked for, but relative to the directory immediately above it. @@ -1256,7 +1256,7 @@ one of the directories she does not want anymore on the search path.
@@ -1269,8 +1269,8 @@ at once, for translators preferring to work in this way.
- + An auxiliary PO file is an existing PO file meant for the same package the translator is working on, but targeted to a different mother tongue language. Commands exist for declaring and handling auxiliary @@ -1285,41 +1285,41 @@ Here are the auxiliary file commands available in PO mode.
po-cycle-auxiliary
).
po-select-auxiliary
).
po-consider-as-auxiliary
).
po-ignore-as-auxiliary
).
-
+
Command A (po-consider-as-auxiliary
) adds the current
PO file to the list of auxiliary files, while command M-A
(po-ignore-as-auxiliary
just removes it.
-
+
The command a (po-cycle-auxiliary
) seeks all auxiliary PO
files, round-robin, searching for a translated entry in some other language
having an msgid
field identical as the one for the current entry.
@@ -1331,8 +1331,8 @@ so repeating a will eventually yield back the original PO file.
-
+
The command C-c C-a (po-select-auxiliary
) asks the translator
for her choice of a particular auxiliary file, with completion, and
then switches to that selected PO file. The command also checks if
@@ -1352,7 +1352,7 @@ their msgid
entries written by the same GNU gettext
to
- + However, PO files initially created by PO mode itself, while marking strings in source files, are normalised differently. So are PO files resulting of the the `M-x normalize´ command. Until these @@ -1364,11 +1364,11 @@ fully resolved, the translator should stay aware of normalisation issues.
- + A compendium is a special PO file containing a set of translations recurring in many different packages. The translator can use gettext tools to build a new compendium, to add entries to her @@ -1381,8 +1381,8 @@ already translated entries, from translations kept in the compendium.
@@ -1397,8 +1397,8 @@ files and extracting a message subset from a PO file.
-
+
To concatenate several valid PO files into one compendium file you can
use `msgcomm´ or `msgcat´ (the latter preferred):
@@ -1479,7 +1479,7 @@ files or postprocess the result using `msgattrib --translated --no-fuzzy&a
@@ -1510,7 +1510,7 @@ or to update an already existing translation.
@@ -1527,7 +1527,7 @@ msgmerge --compendium compendium.po -o file.po /dev/null file.pot
diff --git a/doc/gettext_7.html b/doc/gettext_7.html
index 20cae6e8a..74956c09b 100644
--- a/doc/gettext_7.html
+++ b/doc/gettext_7.html
@@ -1,7 +1,7 @@
@@ -22,7 +22,7 @@ complete set of tools for this purpose.
-
+
When merging two packages into a single package, the resulting POT file
will be the concatenation of the two packages' POT files. Thus the
maintainer must concatenate the two existing package translations into
@@ -32,7 +32,7 @@ possible conflicts that arose during the merge.
-
+
When a translator takes over the translation job from another translator,
but she uses a different character encoding in her locale, she will
convert the catalog to her character encoding. This is best done through
@@ -48,8 +48,8 @@ that source file and use `msgmerge´.
-
+
When a translator wants to adjust some translation catalog for a special
dialect or orthography -- for example, German as written in Switzerland
versus German as written in Germany -- she needs to apply some text
@@ -66,14 +66,14 @@ that's why it's better to use the original POT file if available.
-
+
When a translator wants to check her translations, for example according
to orthography rules or using a non-interactive spell checker, she can do
so using the `msgexec´ program.
-
+
When third party tools create PO or POT files, sometimes duplicates cannot
be avoided. But the GNU
-
+
`msgattrib´ can be used to select and extract only the fuzzy
or untranslated messages of a translation catalog.
@@ -107,16 +107,16 @@ catalogs. It copies each message's msgid to its msgstr.
-
+
The
-
+
The results are written to standard output if no output file is specified
or if it is `-´.
@@ -195,8 +195,8 @@ or if it is `-´.
-
+
The
-
+
The
-
+
The 6.11.1.2 Extract a Message Subset from a PO File
6.11.2.1 Initialize a New Translation File
6.11.2.2 Update an Existing Translation File
7 Manipulating PO Files
gettext
tools give an error when they
encounter duplicate msgids in the same file and in the same domain.
@@ -91,7 +91,7 @@ completely translated.
7.1 Invoking the
msgcat
Program
msgcat [option] [inputfile]...
msgcat
program concatenates and merges the specified PO files.
It finds messages which are common to two or more of the specified PO files.
By using the --more-than
option, greater commonality may be requested
@@ -142,8 +142,8 @@ Input files.
7.2 Invoking the
msgconv
Program
msgconv [option] [inputfile]
msgconv
program converts a translation catalog to a different
character encoding.
@@ -366,8 +366,8 @@ Input PO file.
7.3 Invoking the
msggrep
Program
msggrep [option] [inputfile]
msggrep
program extracts all messages of a translation catalog
that match a given pattern or belong to some given source files.
@@ -547,8 +547,8 @@ Input PO file.
7.4 Invoking the
msgfilter
Program
msgfilter [option] filter [filter-option]
msgfilter
program applies a filter to all translations of a
translation catalog.
@@ -818,16 +818,16 @@ translation catalog.
-
+
Note: It is your responsibility to ensure that the filter can cope
with input encoded in the translation catalog's encoding. If the
filter wants input in a particular encoding, you can in a first step
@@ -883,7 +883,7 @@ locale, by using the LC_ALL
environment variable.
- + Note: Most translations in a translation catalog don't end with a newline character. For this reason, it is important that the filter recognizes its last input line even if it ends without a newline, and that @@ -903,16 +903,16 @@ does not have this limitation.
msguniq
Programmsguniq [option] [inputfile]
-
+
The msguniq
program unifies duplicate translations in a translation
catalog. It finds duplicate translations of the same message ID. Such
duplicates are invalid input for other programs like msgfmt
,
@@ -1069,8 +1069,8 @@ Input PO file.
msgcomm
Programmsgcomm [option] [inputfile]...
-
+
The msgcomm
program finds messages which are common to two or more
of the specified PO files.
By using the --more-than
option, greater commonality may be requested
@@ -1278,8 +1278,8 @@ Input files.
msgcmp
Programmsgcmp [option] def.po ref.pot
-
+
The msgcmp
program compares two Uniforum style .po files to check that
both contain the same set of msgid strings. The def.po file is an
existing PO file with the translations. The ref.pot file is the last
@@ -1500,8 +1500,8 @@ References to the sources.
msgattrib
Programmsgattrib [option] [inputfile]
-
+
The msgattrib
program filters the messages of a translation catalog
according to their attributes, and manipulates the attributes.
@@ -1580,8 +1580,8 @@ Input PO file.
- + Attributes are modified after the message selection/removal has been performed. @@ -1665,33 +1665,33 @@ performed.
msgen
Programmsgen [option] inputfile
-
+
The msgen
program creates an English translation catalog. The
input file is the last created English PO file, or a PO Template file
(generally created by xgettext). Untranslated entries are assigned a
@@ -1836,8 +1836,8 @@ Input PO or POT file.
msgexec
Programmsgexec [option] command [command-option]
-
+
The msgexec
program applies a command to all translations of a
translation catalog.
The command can be any program that reads a translation from standard
@@ -1988,15 +1988,15 @@ across all invocations.
- + A special builtin command called `0´ outputs the translation, followed by a null byte. The output of `msgexec 0´ is suitable as input for `xargs -0´.
-
+
During each command invocation, the environment variable
MSGEXEC_MSGID
is bound to the message's msgid, and the environment
variable MSGEXEC_LOCATION
is bound to the location in the PO file
@@ -2004,7 +2004,7 @@ of the message.
-
+
Note: It is your responsibility to ensure that the command can cope
with input encoded in the translation catalog's encoding. If the
command wants input in a particular encoding, you can in a first step
@@ -2026,16 +2026,16 @@ locale, by using the LC_ALL
environment variable.
msgfmt
Programmsgfmt [option] filename.po ...
-
+
The msgfmt
programs generates a binary message catalog from a textual
translation description.
@@ -42,8 +42,8 @@ translation description.
ResourceBundle
class.
--check-format
, --check-header
,
--check-domain
.
printf
-like function and so msgfmt
might rep
errors where there are none.
To solve this problem the programmer can dictate the decision to the
-xgettext
program (see section 3.5 Special Comments preceding Keywords). The translator should not
+xgettext
program (see section 13.3.1 C Format Strings). The translator should not
consider removing the flag from the #, line. This "fix" would be
reversed again as soon as msgmerge
is called the next time.
--output-file
option
@@ -235,18 +235,18 @@ option
msgunfmt
Programmsgunfmt [option] [file]...
-
+
The msgunfmt
program converts a binary message catalog to a
Uniforum style .po file.
@@ -357,15 +357,15 @@ Uniforum style .po file.
ResourceBundle
class.
CLASSPATH
`--locale=locale´
-
+
Specify the locale name, either a language specification of the form ll
or a combined language and country specification of the form ll_CC.
`-d directory´
-
+
Specify the base directory of `.msg´ message catalogs.
@@ -453,8 +453,8 @@ located in the specified directory.
`--output-file=file´
-
+
Write output to specified file.
@@ -472,20 +472,20 @@ or if it is `-´.
`--force-po´
-
+
Always write an output file even if it contains no message.
`-i´
`--indent´
-
+
Write the .po file using indented style.
`--strict´
-
+
Write out a strict Uniforum conforming PO file. Note that this
Uniforum format should be avoided because it doesn't support the
GNU extensions.
@@ -494,15 +494,15 @@ GNU extensions.
`--width=number´
-
+
Set the output page width. Long strings in the output files will be
split across multiple lines in order to ensure that each line's width
(= number of screen columns) is less or equal to the given number.
`--no-wrap´
-
+
Do not break long message lines. Message lines whose width exceeds the
output page width will not be split into several lines. Only file reference
lines which are wider than the output page width will be split.
@@ -511,9 +511,9 @@ lines which are wider than the output page width will be split.
`--sort-output´
-
+
Generate sorted output. Note that using this option makes it much harder
for the translator to understand each message's context.
@@ -529,24 +529,24 @@ for the translator to understand each message's context.
`--help´
-
+
Display this help and exit.
`-V´
`--version´
-
+
Output version information and exit.
`-v´
`--verbose´
-
+
Increase verbosity level.
@@ -555,8 +555,8 @@ Increase verbosity level.
8.3 The Format of GNU MO Files
@@ -565,7 +565,7 @@ which appears below.
-
+
The first two words serve the identification of the file. The magic
number will always signal GNU MO files. The number is stored in the
byte order of the generating machine, so the magic number really is
@@ -613,7 +613,7 @@ translated tables, making the system information very easy to find.
-
+
The size S of the hash table can be zero. In this case, the
hash table itself is not contained in the MO file. Some people might
prefer this because a precomputed hashing table takes disk space, and
@@ -634,7 +634,7 @@ machines, a correct alignment will speed things up.
-
+
Plural forms are stored by letting the plural of the original string
follow the singular of the original string, separated through a
NUL byte. The length which appears in the string descriptor
diff --git a/doc/gettext_9.html b/doc/gettext_9.html
index 4f084b96c..452fdc9f6 100644
--- a/doc/gettext_9.html
+++ b/doc/gettext_9.html
@@ -1,7 +1,7 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - 9 The User's View
@@ -45,9 +45,9 @@ for both installers and end users.
9.1 The Current `ABOUT-NLS´ Matrix
@@ -77,8 +77,8 @@ Translation Project sites, and also on most GNU archive sites.
9.2 Magic for Installers
@@ -97,7 +97,7 @@ produces programs totally unable to translate messages.
-
+
Internationalized packages have usually many `ll.po´
files. Unless
translations are disabled, all those available are installed together
@@ -111,13 +111,13 @@ codes, stating which languages are allowed.
9.3 Magic for End Users
-
+
We consider here those packages using GNU gettext
internally,
and for which the installers did not disable translation at
configure time. Then, users only have to set the LANG
diff --git a/doc/gettext_foot.html b/doc/gettext_foot.html
index 87ad64aa7..48b01a9fa 100644
--- a/doc/gettext_foot.html
+++ b/doc/gettext_foot.html
@@ -1,14 +1,14 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - Footnotes
-GNU gettext tools, version 0.11.2
+GNU gettext tools, version 0.11.3
Native Language Support Library and Tools
-Edition 0.11.2, 22 April 2002
+Edition 0.11.3, 14 June 2002
Ulrich Drepper
Jim Meyering
François Pinard
@@ -36,7 +36,7 @@ variables.
Additions are welcome. Send appropriate information to
bug-glibc-manual@gnu.org.
-This document was generated on 24 April 2002 using the
+This document was generated on 16 July 2002 using the
texi2html
translator version 1.52a.
diff --git a/doc/gettext_toc.html b/doc/gettext_toc.html
index 803c04e2a..a6ea9e663 100644
--- a/doc/gettext_toc.html
+++ b/doc/gettext_toc.html
@@ -1,14 +1,14 @@
+ from gettext.texi on 16 July 2002 -->
GNU gettext utilities - Table of Contents
-GNU gettext tools, version 0.11.2
+GNU gettext tools, version 0.11.3
Native Language Support Library and Tools
-Edition 0.11.2, 22 April 2002
+Edition 0.11.3, 14 June 2002
Ulrich Drepper
Jim Meyering
François Pinard
@@ -267,68 +267,94 @@
12.4.3 `Makefile´ pieces in `po/´
12.4.4 `configure.in´ at top level
12.4.5 `config.guess´, `config.sub´ at top level
- 12.4.6 `aclocal.m4´ at top level
- 12.4.7 `acconfig.h´ at top level
- 12.4.8 `Makefile.in´ at top level
- 12.4.9 `Makefile.in´ in `src/´
- 12.4.10 `gettext.h´ in `lib/´
-
- 12.5 Autoconf macros for use in `configure.in´
-
-
- 13 Other Programming Languages
-
-- 13.1 The Language Implementor's View
-
- 13.2 The Programmer's View
-
- 13.3 The Translator's View
-
- 13.4 The Maintainer's View
-
- 13.5 Individual Programming Languages
-
-- 13.5.1 C, C++, Objective C
-
- 13.5.2 sh - Shell Script
-
- 13.5.3 bash - Bourne-Again Shell Script
-
- 13.5.4 Python
-
- 13.5.5 GNU clisp - Common Lisp
-
- 13.5.6 GNU clisp C sources
-
- 13.5.7 Emacs Lisp
-
- 13.5.8 librep
-
- 13.5.9 GNU Smalltalk
-
- 13.5.10 Java
-
- 13.5.11 GNU awk
-
- 13.5.12 Pascal - Free Pascal Compiler
-
- 13.5.13 wxWindows library
-
- 13.5.14 YCP - YaST2 scripting language
-
- 13.5.15 Tcl - Tk's scripting language
-
- 13.5.16 Perl
-
- 13.5.17 PHP Hypertext Preprocessor
-
- 13.5.18 Pike
-
- - 13.6 Internationalizable Data
-
-
- 14 Concluding Remarks
-
- A Language Codes
- B Country Codes
- Program Index
- Option Index
- Variable Index
- PO Mode Index
- Autoconf Macro Index
- General Index
+ 12.4.6 `mkinstalldirs´ at top level
+ 12.4.7 `aclocal.m4´ at top level
+ 12.4.8 `acconfig.h´ at top level
+ 12.4.9 `config.h.in´ at top level
+ 12.4.10 `Makefile.in´ at top level
+ 12.4.11 `Makefile.in´ in `src/´
+ 12.4.12 `gettext.h´ in `lib/´
+
+ 12.5 Autoconf macros for use in `configure.in´
+
+ 12.6 Integrating with CVS
+
+
+ 13 Other Programming Languages
+
+- 13.1 The Language Implementor's View
+
- 13.2 The Programmer's View
+
- 13.3 The Translator's View
+
+- 13.3.1 C Format Strings
+
- 13.3.2 Python Format Strings
+
- 13.3.3 Lisp Format Strings
+
- 13.3.4 Emacs Lisp Format Strings
+
- 13.3.5 librep Format Strings
+
- 13.3.6 Smalltalk Format Strings
+
- 13.3.7 Java Format Strings
+
- 13.3.8 awk Format Strings
+
- 13.3.9 Object Pascal Format Strings
+
- 13.3.10 YCP Format Strings
+
- 13.3.11 Tcl Format Strings
+
+ - 13.4 The Maintainer's View
+
- 13.5 Individual Programming Languages
+
+- 13.5.1 C, C++, Objective C
+
- 13.5.2 sh - Shell Script
+
- 13.5.3 bash - Bourne-Again Shell Script
+
- 13.5.4 Python
+
- 13.5.5 GNU clisp - Common Lisp
+
- 13.5.6 GNU clisp C sources
+
- 13.5.7 Emacs Lisp
+
- 13.5.8 librep
+
- 13.5.9 GNU Smalltalk
+
- 13.5.10 Java
+
- 13.5.11 GNU awk
+
- 13.5.12 Pascal - Free Pascal Compiler
+
- 13.5.13 wxWindows library
+
- 13.5.14 YCP - YaST2 scripting language
+
- 13.5.15 Tcl - Tk's scripting language
+
- 13.5.16 Perl
+
- 13.5.17 PHP Hypertext Preprocessor
+
- 13.5.18 Pike
+
+ - 13.6 Internationalizable Data
+
+
+ 14 Concluding Remarks
+
+ A Language Codes
+ B Country Codes
+ Program Index
+ Option Index
+ Variable Index
+ PO Mode Index
+ Autoconf Macro Index
+ General Index
-This document was generated on 24 April 2002 using the
+This document was generated on 16 July 2002 using the
texi2html
translator version 1.52a.
diff --git a/doc/version.texi b/doc/version.texi
index bcf990e62..fe2198159 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 22 April 2002
-@set UPDATED-MONTH April 2002
-@set EDITION 0.11.2
-@set VERSION 0.11.2
+@set UPDATED 14 June 2002
+@set UPDATED-MONTH June 2002
+@set EDITION 0.11.3
+@set VERSION 0.11.3
diff --git a/intl-java/Makefile.in b/intl-java/Makefile.in
index f1ab71fb2..d20787cd3 100644
--- a/intl-java/Makefile.in
+++ b/intl-java/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -144,6 +149,8 @@ JAR = @JAR@
AUTOMAKE_OPTIONS = 1.2 gnits
+RM = rm -f
+
jardir = $(datadir)/gettext
docdir = $(prefix)/doc/@PACKAGE@
htmldir = $(docdir)
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 588243fdd..8a0c04e72 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -143,6 +148,8 @@ with_gnu_ld = @with_gnu_ld@
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
+RM = rm -f
+
lib_LTLIBRARIES = libgettextlib.la
@@ -238,7 +245,7 @@ stdbool.h.in \
gen-lbrkprop.c 3level.h Combining.txt
-DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
+DEFS = -DLIBDIR=\"$(libdir)\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@
INCLUDES = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl
DISTCLEANFILES = fnmatch.h
@@ -509,9 +516,14 @@ uninstall-am: uninstall-gettextsrcDATA uninstall-info-am \
uninstall-libLTLIBRARIES uninstall-local
+# No need to install libgettextlib.a.
+install-exec-am: install-exec-clean
+install-exec-clean:
+ $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
+
all-local c-ctype.lo execute.lo javacomp.lo javaexec.lo pipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo tmpdir.lo wait-process.lo xerror.lo: @STDBOOL_H@
stdbool.h: stdbool.h.in
- cp $(srcdir)/stdbool.h.in stdbool.h
+ sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h
# The following is needed in order to install a simple file in $(libdir)
# which is shared with other installed packages. We use a list of referencing
diff --git a/libuniname/Makefile.in b/libuniname/Makefile.in
index bd9d9d7df..319e86cca 100644
--- a/libuniname/Makefile.in
+++ b/libuniname/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 1e43d54d4..531e65cc3 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -141,18 +146,19 @@ lispdir = @lispdir@
with_gnu_ld = @with_gnu_ld@
aclocaldir = @aclocaldir@
-aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 lcmessage.m4 progtest.m4
+aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 lcmessage.m4 progtest.m4
# Generate this list with
# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
# |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
EXTRA_DIST = README \
-backupfile.m4 c-bs-a.m4 codeset.m4 error.m4 flex.m4 fnmatch.m4 getline.m4 \
-gettext.m4 glibc21.m4 hostname.m4 iconv.m4 inttypes_h.m4 isc-posix.m4 \
-javacomp.m4 javaexec.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
-libtool.m4 mbrtowc.m4 mbstate_t.m4 mbswidth.m4 mkdtemp.m4 progtest.m4 \
-setenv.m4 setlocale.m4 siginfo.m4 signalblocking.m4 signed.m4 ssize_t.m4 \
-stdbool.m4 stdint_h.m4 tmpdir.m4 uintmax_t.m4 ulonglong.m4 unionwait.m4
+backupfile.m4 c-bs-a.m4 codeset.m4 error.m4 flex.m4 fnmatch.m4 gcj.m4 \
+getline.m4 gettext.m4 glibc21.m4 hostname.m4 iconv.m4 intdiv0.m4 \
+inttypes_h.m4 isc-posix.m4 javacomp.m4 javaexec.m4 lcmessage.m4 lib-ld.m4 \
+lib-link.m4 lib-prefix.m4 libtool.m4 mbrtowc.m4 mbstate_t.m4 mbswidth.m4 \
+mkdtemp.m4 progtest.m4 setenv.m4 setlocale.m4 siginfo.m4 signalblocking.m4 \
+signed.m4 ssize_t.m4 stdbool.m4 stdint_h.m4 tmpdir.m4 uintmax_t.m4 \
+ulonglong.m4 unionwait.m4
subdir = m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/man/Makefile.in b/man/Makefile.in
index b4e152feb..98d5c4a87 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -60,6 +60,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -75,10 +76,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -93,6 +97,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -150,10 +155,12 @@ localedir = $(datadir)/locale
AUTOMAKE_OPTIONS = 1.2 gnits
-# A manual page for each of the bin_PROGRAMS in src/Makefile.am.
+# A manual page for each of the bin_PROGRAMS in src/Makefile.am
+# and for each of the bin_SCRIPTS in misc/Makefile.am.
man_aux = gettext.x ngettext.x \
msgcmp.x msgfmt.x msgmerge.x msgunfmt.x xgettext.x \
-msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.x
+msgattrib.x msgcat.x msgcomm.x msgconv.x msgen.x msgexec.x msgfilter.x msggrep.x msginit.x msguniq.x \
+gettextize.x autopoint.x
@@ -162,7 +169,8 @@ man_MAN1GEN = gettext.1 ngettext.1
man_MAN1IN = gettext.1.in ngettext.1.in
man_MAN1OTHER = \
msgcmp.1 msgfmt.1 msgmerge.1 msgunfmt.1 xgettext.1 \
-msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.1
+msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.1 \
+gettextize.1 autopoint.1
man_MAN1 = $(man_MAN1GEN) $(man_MAN1OTHER)
man_MAN3 = gettext.3 ngettext.3 \
@@ -179,6 +187,7 @@ man_HTMLIN = gettext.1.html.in ngettext.1.html.in
man_HTMLOTHER = \
msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.html xgettext.1.html \
msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html \
+gettextize.1.html autopoint.1.html \
gettext.3.html ngettext.3.html \
textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html
@@ -465,6 +474,11 @@ msginit.1: msginit.x
msguniq.1: msguniq.x
$(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../src/msguniq$(EXEEXT) $(srcdir)/msguniq.x msguniq.1
+gettextize.1: gettextize.x
+ $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../misc/gettextize $(srcdir)/gettextize.x gettextize.1
+autopoint.1: autopoint.x
+ $(SHELL) x-to-1 "$(PERL)" "$(HELP2MAN)" ../misc/autopoint $(srcdir)/autopoint.x autopoint.1
+
# Depend on configure.in to get version number changes.
$(man_MAN1): help2man $(top_srcdir)/configure.in
@@ -547,6 +561,12 @@ msginit.1.html: msginit.1
msguniq.1.html: msguniq.1
$(MAN2HTML) `if test -f msguniq.1; then echo .; else echo $(srcdir); fi`/msguniq.1 | sed -e '/CreationDate:/d' > t-$@
mv t-$@ $@
+gettextize.1.html: gettextize.1
+ $(MAN2HTML) `if test -f gettextize.1; then echo .; else echo $(srcdir); fi`/gettextize.1 | sed -e '/CreationDate:/d' > t-$@
+ mv t-$@ $@
+autopoint.1.html: autopoint.1
+ $(MAN2HTML) `if test -f autopoint.1; then echo .; else echo $(srcdir); fi`/autopoint.1 | sed -e '/CreationDate:/d' > t-$@
+ mv t-$@ $@
gettext.3.html: gettext.3.in
$(MAN2HTML) $(srcdir)/gettext.3.in | sed -e '/CreationDate:/d' > t-$@
mv t-$@ $@
diff --git a/man/bind_textdomain_codeset.3 b/man/bind_textdomain_codeset.3
index 37cf23231..d60d06a74 100644
--- a/man/bind_textdomain_codeset.3
+++ b/man/bind_textdomain_codeset.3
@@ -10,7 +10,7 @@
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH BIND_TEXTDOMAIN_CODESET 3 "May 2001" "GNU gettext 0.11.2"
+.TH BIND_TEXTDOMAIN_CODESET 3 "May 2001" "GNU gettext 0.11.3"
.SH NAME
bind_textdomain_codeset \- set encoding of message translations
.SH SYNOPSIS
diff --git a/man/bindtextdomain.3 b/man/bindtextdomain.3
index ad617a983..dcc7a5513 100644
--- a/man/bindtextdomain.3
+++ b/man/bindtextdomain.3
@@ -10,7 +10,7 @@
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH BINDTEXTDOMAIN 3 "May 2001" "GNU gettext 0.11.2"
+.TH BINDTEXTDOMAIN 3 "May 2001" "GNU gettext 0.11.3"
.SH NAME
bindtextdomain \- set directory containing message catalogs
.SH SYNOPSIS
diff --git a/man/gettext.3 b/man/gettext.3
index 391bcc4a6..0ee2b61bd 100644
--- a/man/gettext.3
+++ b/man/gettext.3
@@ -10,7 +10,7 @@
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH GETTEXT 3 "May 2001" "GNU gettext 0.11.2"
+.TH GETTEXT 3 "May 2001" "GNU gettext 0.11.3"
.SH NAME
gettext, dgettext, dcgettext \- translate message
.SH SYNOPSIS
diff --git a/man/msgattrib.1 b/man/msgattrib.1
index 75d04e449..dae996cf1 100644
--- a/man/msgattrib.1
+++ b/man/msgattrib.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGATTRIB "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGATTRIB "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgattrib \- attribute matching and manipulation on message catalog
.SH SYNOPSIS
diff --git a/man/msgcat.1 b/man/msgcat.1
index ccdac593b..90ad0a3e6 100644
--- a/man/msgcat.1
+++ b/man/msgcat.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCAT "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGCAT "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgcat \- combines several message catalogs
.SH SYNOPSIS
diff --git a/man/msgcmp.1 b/man/msgcmp.1
index 14bacd7fe..7bf05c711 100644
--- a/man/msgcmp.1
+++ b/man/msgcmp.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCMP "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGCMP "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgcmp \- compare message catalog and template
.SH SYNOPSIS
diff --git a/man/msgcomm.1 b/man/msgcomm.1
index f8ff982a9..ab4dbba77 100644
--- a/man/msgcomm.1
+++ b/man/msgcomm.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCOMM "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGCOMM "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgcomm \- match two message catalogs
.SH SYNOPSIS
diff --git a/man/msgconv.1 b/man/msgconv.1
index 3fa679191..cce2943b4 100644
--- a/man/msgconv.1
+++ b/man/msgconv.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGCONV "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGCONV "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgconv \- character set conversion for message catalog
.SH SYNOPSIS
diff --git a/man/msgen.1 b/man/msgen.1
index a15ee3ff5..eb9c39912 100644
--- a/man/msgen.1
+++ b/man/msgen.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGEN "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGEN "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgen \- create English message catalog
.SH SYNOPSIS
diff --git a/man/msgexec.1 b/man/msgexec.1
index 75b9a3be3..ab5008af5 100644
--- a/man/msgexec.1
+++ b/man/msgexec.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGEXEC "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGEXEC "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgexec \- process translations of message catalog
.SH SYNOPSIS
diff --git a/man/msgfilter.1 b/man/msgfilter.1
index d04bd4edb..fe865869c 100644
--- a/man/msgfilter.1
+++ b/man/msgfilter.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGFILTER "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGFILTER "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgfilter \- edit translations of message catalog
.SH SYNOPSIS
diff --git a/man/msgfmt.1 b/man/msgfmt.1
index 4d6a11ea9..77bd3932c 100644
--- a/man/msgfmt.1
+++ b/man/msgfmt.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGFMT "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGFMT "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgfmt \- compile message catalog to binary format
.SH SYNOPSIS
diff --git a/man/msggrep.1 b/man/msggrep.1
index 85056778f..c86f4e10b 100644
--- a/man/msggrep.1
+++ b/man/msggrep.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGGREP "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGGREP "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msggrep \- pattern matching on message catalog
.SH SYNOPSIS
diff --git a/man/msginit.1 b/man/msginit.1
index d1b708644..9a9317be3 100644
--- a/man/msginit.1
+++ b/man/msginit.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGINIT "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGINIT "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msginit \- initialize a message catalog
.SH SYNOPSIS
diff --git a/man/msgmerge.1 b/man/msgmerge.1
index 93dace9f2..5746fe928 100644
--- a/man/msgmerge.1
+++ b/man/msgmerge.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGMERGE "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGMERGE "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgmerge \- merge message catalog and template
.SH SYNOPSIS
diff --git a/man/msgunfmt.1 b/man/msgunfmt.1
index ed83754af..5a5093be2 100644
--- a/man/msgunfmt.1
+++ b/man/msgunfmt.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGUNFMT "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGUNFMT "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msgunfmt \- uncompile message catalog from binary format
.SH SYNOPSIS
diff --git a/man/msguniq.1 b/man/msguniq.1
index cab6ddd0e..0cfdf5f67 100644
--- a/man/msguniq.1
+++ b/man/msguniq.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH MSGUNIQ "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH MSGUNIQ "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
msguniq \- unify duplicate translations in message catalog
.SH SYNOPSIS
diff --git a/man/ngettext.3 b/man/ngettext.3
index b0f204422..e8af633ea 100644
--- a/man/ngettext.3
+++ b/man/ngettext.3
@@ -10,7 +10,7 @@
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH NGETTEXT 3 "May 2001" "GNU gettext 0.11.2"
+.TH NGETTEXT 3 "May 2001" "GNU gettext 0.11.3"
.SH NAME
ngettext, dngettext, dcngettext \- translate message and choose plural form
.SH SYNOPSIS
diff --git a/man/textdomain.3 b/man/textdomain.3
index 141ca93e3..0102a6848 100644
--- a/man/textdomain.3
+++ b/man/textdomain.3
@@ -10,7 +10,7 @@
.\" GNU gettext source code and manual
.\" LI18NUX 2000 Globalization Specification
.\"
-.TH TEXTDOMAIN 3 "May 2001" "GNU gettext 0.11.2"
+.TH TEXTDOMAIN 3 "May 2001" "GNU gettext 0.11.3"
.SH NAME
textdomain \- set domain for future gettext() calls
.SH SYNOPSIS
diff --git a/man/xgettext.1 b/man/xgettext.1
index c518e0167..b1902d2dd 100644
--- a/man/xgettext.1
+++ b/man/xgettext.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH XGETTEXT "1" "April 2002" "GNU gettext 0.11.2" GNU
+.TH XGETTEXT "1" "July 2002" "GNU gettext 0.11.3" GNU
.SH NAME
xgettext \- extract gettext strings from source
.SH SYNOPSIS
diff --git a/misc/Makefile.in b/misc/Makefile.in
index 17d24e248..343863769 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -143,22 +148,27 @@ with_gnu_ld = @with_gnu_ld@
AUTOMAKE_OPTIONS = 1.2 gnits
-EXTRA_DIST = gettext.perl gettext-sh tcl_gettext.c README-Tcl po-mode.el
-DISTCLEANFILES = gettextize
+EXTRA_DIST = gettext.perl gettext-sh tcl_gettext.c README-Tcl add-to-autopoint-files archive.tar.gz $(lisp_LISP)
+DISTCLEANFILES = gettextize autopoint
lisp_LISP = po-mode.el po-compat.el
-bin_SCRIPTS = gettextize
+bin_SCRIPTS = gettextize autopoint
+
+gettextsrcdir = $(datadir)/gettext
+gettextsrc_DATA = archive.tar.gz
subdir = misc
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES = gettextize
+CONFIG_CLEAN_FILES = gettextize autopoint
SCRIPTS = $(bin_SCRIPTS)
DIST_SOURCES =
LISP = $(lisp_LISP)
ELCFILES = po-compat.elc po-mode.elc
-DIST_COMMON = ChangeLog Makefile.am Makefile.in elisp-comp \
+DATA = $(gettextsrc_DATA)
+
+DIST_COMMON = ChangeLog Makefile.am Makefile.in autopoint.in elisp-comp \
gettextize.in
all: all-am
@@ -182,6 +192,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
gettextize: $(top_builddir)/config.status gettextize.in
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
+autopoint: $(top_builddir)/config.status autopoint.in
+ cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
install-binSCRIPTS: $(bin_SCRIPTS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(bindir)
@@ -241,6 +253,23 @@ uninstall-lispLISP:
clean-lisp:
-test -z "$(ELCFILES)" || rm -f $(ELCFILES)
+install-gettextsrcDATA: $(gettextsrc_DATA)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir)
+ @list='$(gettextsrc_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f="`echo $$p | sed -e 's|^.*/||'`"; \
+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gettextsrcdir)/$$f"; \
+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gettextsrcdir)/$$f; \
+ done
+
+uninstall-gettextsrcDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(gettextsrc_DATA)'; for p in $$list; do \
+ f="`echo $$p | sed -e 's|^.*/||'`"; \
+ echo " rm -f $(DESTDIR)$(gettextsrcdir)/$$f"; \
+ rm -f $(DESTDIR)$(gettextsrcdir)/$$f; \
+ done
tags: TAGS
TAGS:
@@ -268,10 +297,10 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
-all-am: Makefile $(SCRIPTS) $(LISP) $(ELCFILES)
+all-am: Makefile $(SCRIPTS) $(LISP) $(ELCFILES) $(DATA)
installdirs:
- $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(lispdir)
+ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(lispdir) $(DESTDIR)$(gettextsrcdir)
install: install-am
install-exec: install-exec-am
@@ -313,7 +342,7 @@ info: info-am
info-am:
-install-data-am: install-lispLISP
+install-data-am: install-gettextsrcDATA install-lispLISP
install-exec-am: install-binSCRIPTS
@@ -331,19 +360,23 @@ mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-uninstall-am: uninstall-binSCRIPTS uninstall-info-am uninstall-lispLISP
+uninstall-am: uninstall-binSCRIPTS uninstall-gettextsrcDATA \
+ uninstall-info-am uninstall-lispLISP
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
clean-lisp distclean distclean-generic distclean-libtool \
distdir dvi dvi-am info info-am install install-am \
install-binSCRIPTS install-data install-data-am install-exec \
- install-exec-am install-info install-info-am install-lispLISP \
- install-man install-strip installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic mostlyclean-libtool uninstall \
- uninstall-am uninstall-binSCRIPTS uninstall-info-am \
- uninstall-lispLISP
+ install-exec-am install-gettextsrcDATA install-info \
+ install-info-am install-lispLISP install-man install-strip \
+ installcheck installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-generic \
+ mostlyclean-libtool uninstall uninstall-am uninstall-binSCRIPTS \
+ uninstall-gettextsrcDATA uninstall-info-am uninstall-lispLISP
+
+archive.tar.gz:
+ (cd autopoint-files && tar cf - --owner=root --group=root `find archive -type f | grep -v /CVS/`) | gzip -c -9 > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/po/be.po b/po/be.po
index 0eb9c4920..11b3bda15 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-27 14:00+0200\n"
"Last-Translator: Ales Nyakhaychyk \n"
"Language-Team: Belarusian \n"
@@ -29,8 +29,8 @@ msgstr "неадназнаÑÐ½Ñ Ð°ÑгÑÐ¼ÐµÐ½Ñ \"%s\" Ð´Ð»Ñ \"%s\""
msgid "Valid arguments are:"
msgstr "Ð ÑÑаÑÑнÑÑ Ð°ÑгÑменÑÑ:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "памÑлка Ñ ÑÐ°Ñ ÑÑÑанÑÐ½Ñ Ñайла \"%s\""
@@ -121,11 +121,11 @@ msgstr "%s: вÑÐ±Ð°Ñ `-W %s' неадназнаÑнÑ\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: вÑÐ±Ð°Ñ `-W %s' не паÑÑабÑе аÑгÑменÑаÑ\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Java кампÑлÑÑÐ°Ñ Ð½Ñ Ð·Ð½Ð¾Ð¹Ð´Ð·ÐµÐ½, паÑпÑабÑйÑе ÑÑÑалÑваÑÑ gcj ÑÑ $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"ÐÑÑÑÑалÑÐ½Ð°Ñ Java-маÑÑна Ð½Ñ Ð·Ð½Ð¾Ð¹Ð´Ð·ÐµÐ½Ð°, паÑпÑабÑйÑе ÑÑÑалÑваÑÑ gij ÑÑ $JAVA"
@@ -239,7 +239,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr ""
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -255,7 +255,7 @@ msgstr ""
"пагадненÑÐ½Ñ Ð°Ð± ÑаÑпаÑÑÑджванÑнÑ. Ðе йÑнÑе ÐÐЯÐÐРгаÑанÑÑÑ; Ð½Ð°Ð²Ð°Ñ Ð°Ð±\n"
"магÑÑмаÑÑÑÑ Ð²ÑкаÑÑÑÑнÑÐ½Ñ Ð·Ñ Ñкой небÑÐ´Ð·Ñ Ð¼ÑÑай.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -264,7 +264,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "ÐÑÑÐ°Ñ %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "велÑÐ¼Ñ ÑÐ¼Ð°Ñ Ð°ÑгÑменÑаÑ"
@@ -272,11 +272,11 @@ msgstr "велÑÐ¼Ñ ÑÐ¼Ð°Ñ Ð°ÑгÑменÑаÑ"
msgid "missing arguments"
msgstr "пÑапÑÑÑÐ°Ð½Ñ Ð°ÑгÑменÑÑ"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ÐаÑпÑабÑйÑе \"%s --help\" Ð´Ð»Ñ Ð±Ð¾Ð»ÑÑ Ð¿Ð°Ð´ÑабÑзнÑÑ
зÑвеÑÑак.\n"
@@ -330,25 +330,25 @@ msgstr ""
"паведамленÑнÑÑ Ð·Ð½Ð°Ñ
одзÑÑÑ Ñ Ð°Ð·Ð½Ð°ÑанÑм каÑалÑÐ³Ñ Ð¿ÐµÑакладзенÑÑ.\n"
"СÑандаÑÑÐ½Ð°Ñ Ð´ÑÑÑкÑоÑÑÑ Ð´Ð»Ñ Ð¿Ð¾ÑÑкÑ: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "ÐаведамлÑйÑе аб памÑлкаÑ
на адÑÐ°Ñ .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "ÐÑкаÑÑÑÑанÑне: %s [ÐЫÐÐÐ ]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "ÐÑÑкÑе Ð½Ð°Ð·Ð²Ñ Ð²Ñзла.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -358,7 +358,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -371,7 +371,7 @@ msgstr ""
" -h, --help адлÑÑÑÑоÑвае Ð´Ð°Ð¿Ð°Ð¼Ð¾Ð³Ñ Ð¹ вÑÑ
одзÑÑÑ\n"
" -V, --version вÑводзÑÑÑ Ð·ÑвеÑÑÐºÑ Ð°Ð± веÑÑÑÑ Ð¹ вÑÑ
одзÑÑÑ\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "немагÑÑма аÑÑÑмаÑÑ Ð½Ð°Ð·Ð²Ñ Ð²Ñзла"
@@ -391,7 +391,7 @@ msgstr "па болÑÑай ÑаÑÑÑÑ Ð°Ð´Ð·Ñн ÑваÑ
одзÑÑÑ Ñай
msgid "%s and %s are mutually exclusive"
msgstr "%s Ñ %s Ñзаема вÑклÑÑнÑ"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "ÐÑкаÑÑÑÑанÑне: %s [ÐЫÐÐÐ ] [УÐÐÐ¥ÐÐÐЯЧЫ_ФÐÐÐ]\n"
@@ -404,14 +404,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "ÐÑгÑменÑÑ, абавÑзковÑÑ Ð´Ð»Ñ Ð´Ð¾ÑгÑÑ
вÑбаÑаÑ, абавÑÐ·ÐºÐ¾Ð²Ñ Ð¹ Ð´Ð»Ñ ÐºÐ°ÑоÑкÑÑ
.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -425,7 +425,7 @@ msgstr ""
" ÑайлаÑ\n"
"ÐÐ°Ð»Ñ ÑваÑ
одзÑÑÑ Ñайл не зададзен, ÑÑ Ð·Ð°Ð¼ÐµÑÑ Ñго -, ÑÑÑае ÑÑандаÑÑÐ½Ñ Ñвод.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -517,7 +517,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "зададзен немагÑÑÐ¼Ñ ÐºÑÑÑÑÑÑй вÑбаÑÑ (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "ÐÑкаÑÑÑÑанÑне: %s [ÐЫÐÐÐ ] [УÐÐÐ¥ÐÐÐЯЧЫ_ФÐÐÐ]...\n"
@@ -536,7 +536,7 @@ msgid ""
"File positions from all PO files will be cumulated.\n"
msgstr ""
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -610,7 +610,7 @@ msgstr ""
" -s, --sort-output ÑÑваÑаÑÑ ÑпаÑÐ°Ð´ÐºÐ°Ð²Ð°Ð½Ñ Ð²Ñвад\n"
" -F, --sort-by-file ÑпаÑадкоÑваÑÑ Ð²Ñвад па меÑÑазнаÑ
оджанÑÐ½Ñ Ñайла\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -678,18 +678,18 @@ msgstr "гÑÑа паведамленÑне вÑкаÑÑÑÑоÑваеÑÑа, а
msgid "warning: this message is not used"
msgstr "Ñвага: гÑÑа паведамленÑне не вÑкаÑÑÑÑоÑваеÑÑа"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] ""
msgstr[1] ""
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "двайное вÑзнаÑÑнÑне паведамленÑнÑ"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...гÑÑа меÑÑазнаÑ
оджанÑне пеÑÑага вÑзнаÑÑнÑнÑ"
@@ -760,12 +760,12 @@ msgstr ""
" -s, --sort-output ÑÑваÑаÑÑ ÑпаÑÐ°Ð´ÐºÐ°Ð²Ð°Ð½Ñ Ð²Ñвад\n"
" -F, --sort-by-file ÑпаÑадкоÑваÑÑ Ð²Ñвад па меÑÑазнаÑ
оджанÑÐ½Ñ Ñайла\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "ÐеÑаÑÑваÑае каÑалÑг з пеÑÐ°ÐºÐ»Ð°Ð´Ð°Ð¼Ñ Ñ ÑознÑÑ ÑÑмвалÑнÑÑ ÐºÐ°Ð´Ð·ÑÑоÑкÑ.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -773,7 +773,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1112,185 +1112,185 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "неÑÑÑаÑÑнае знаÑÑнÑне nplurals"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] ""
msgstr[1] ""
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] ""
msgstr[1] ""
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "\"msgid\" Ñ \"msgid_plural\" не паÑÑнаÑÑÑа Ñазам з '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "\"msgid\" Ñ \"msgstr[%u]\" не паÑÑнаÑÑÑа Ñазам з \"\\n\""
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "\"msgid\" Ñ \"msgstr\" не паÑÑнаÑÑÑа Ñазам з \"\\n\""
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "\"msgid\" Ñ \"msgid_plural\" не заканÑваÑÑÑа Ñазам на \"\\n\""
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "\"msgid\" Ñ \"msgstr[%u]\" не заканÑваÑÑÑа Ñазам на \"\\n\""
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "\"msgid\" Ñ \"msgstr\" не заканÑваÑÑÑа Ñазам на \"\\n\""
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr ""
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr ""
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr ""
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "Ñвага: загаловак PO-Ñайла пÑапÑÑÑан ÑÑ Ð½ÐµÑÑÑаÑÑнÑ\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "Ñвага: загаловак PO-Ñайла мае Ð½ÐµÐ´Ð°ÐºÐ»Ð°Ð´Ð½Ñ Ð¿ÐµÑаклад\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "Ð´Ð°Ð¼ÐµÐ½Ð½Ð°Ñ Ð½Ð°Ð·Ð²Ð° \"%s\" не падÑÑ
одзÑÑÑ Ñ ÑкаÑÑÑ Ð½Ð°Ð·Ð²Ñ Ñайла"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"Ð´Ð°Ð¼ÐµÐ½Ð½Ð°Ñ Ð½Ð°Ð·Ð²Ð° \"%s\" не падÑÑ
одзÑÑÑ Ñ ÑкаÑÑÑ Ð½Ð°Ð·Ð²Ñ Ñайла;\n"
"бÑдзе вÑкаÑÑÑÑÐ°Ð½Ñ Ð¿ÑÑÑÑкÑ"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "дÑÑÑкÑÑва \"domain %s\" ÑгнаÑÑеÑÑа"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "паÑожнÑе ÑваÑ
оджанÑне \"msgstr\" пÑапÑÑÑана"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "недакладнае ÑваÑ
оджанÑне \"msgstr\" пÑапÑÑÑана"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: Ñвага: ÑзÑÑ
Ð¾Ð´Ð½Ñ Ñайл змÑÑÑае Ð½ÐµÐ´Ð°ÐºÐ»Ð°Ð´Ð½Ñ Ð¿ÐµÑаклад"
@@ -1480,46 +1480,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr "ÐелаÑÑÑÐºÑ Ð¿ÐµÑаклад Ð´Ð»Ñ %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "Ñвага: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1571,18 +1571,18 @@ msgstr ""
msgid "conversion failure"
msgstr "памÑлка пеÑаÑÑваÑÑнÑнÑ"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "ÑваÑ
одзÑÑÑ Ñайл не змÑÑÑае загаловаÑнага запÑÑÑ Ð°Ð± набоÑÑ ÑÑмвалаÑ"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1833,13 +1833,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: Ñвага: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -1848,15 +1848,15 @@ msgstr ""
"ÐадзÑÑоÑка \"%s\" не з'ÑÑлÑеÑÑа пеÑанаÑÑмай назвай кадзÑÑоÑкÑ.\n"
"ÐеÑаÑÑваÑÑнÑне паведамленÑнÑÑ Ñ ÐºÐ°Ð´Ð·ÑÑоÑÐºÑ ÐºÐ°ÑÑÑÑалÑнÑка можа не пÑаÑаваÑÑ\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "ÐÑаÑÑг вÑкананÑнÑ... ÑакаÑÑÑа памÑÐ»ÐºÑ ÑазбоÑÑ."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "ÐÑаÑÑг вÑкананÑнÑ..."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -1865,7 +1865,7 @@ msgstr ""
"ÐадзÑÑоÑка \"%s\" не падÑÑÑмлÑваеÑÑа. %s ÑпадзÑеÑÑа на iconv(),\n"
"але iconv() не падÑÑÑмлÑвае \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -1873,12 +1873,12 @@ msgstr ""
"УÑÑалÑванÑне GNU libiconv Ñ Ð¿ÐµÑаÑÑÑалÑванÑне GNU gettext\n"
"павÑнна вÑпÑавÑÑÑ Ð³ÑÑÑ Ð¿ÑаблемÑ.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -1887,7 +1887,7 @@ msgstr ""
"ÐадзÑÑоÑка \"%s\" не падÑÑÑмлÑваеÑÑа. %s ÑпадзÑеÑÑа на iconv().\n"
"ÐÑÑа веÑÑÑÑ Ð¿Ð°Ð±Ñдавана без iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -1925,43 +1925,43 @@ msgstr "ÑоÑÐ¼Ñ Ð¼Ð½Ð¾Ð¶Ð½Ð°Ð³Ð° лÑÐºÑ Ð¼Ð°ÑÑÑ Ð´ÑÑннÑÑ ÑндÑ
msgid "too many errors, aborting"
msgstr "велÑÐ¼Ñ ÑÐ¼Ð°Ñ Ð¿Ð°Ð¼Ñлак..."
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "неÑÑÑаÑÑÐ½Ð°Ñ ÑмаÑÑÑмвалÑÐ½Ð°Ñ Ð¿Ð°ÑлÑдоÑнаÑÑÑ"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr ""
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr ""
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "памÑлка iconv"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "памÑлка Ñ ÑÐ°Ñ ÑÑÑанÑÐ½Ñ \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "невÑдомае клÑÑавое Ñлова \"%s\""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "неÑÑÑаÑÑÐ½Ð°Ñ ÐºÐ°Ð½ÑÑалÑÑÑÐ°Ñ Ð¿Ð°ÑлÑдоÑнаÑÑÑ"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "ÑÑмвал канÑа Ñайла знаÑ
одзÑÑÑа ÑнÑÑÑÑ Ñадка"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "ÑÑмвал канÑа Ñадка знаÑ
одзÑÑÑа ÑнÑÑÑÑ Ñадка"
@@ -2024,7 +2024,7 @@ msgstr "неÑÑÑаÑÑÐ½Ð°Ñ Ð½Ð°Ð·Ð²Ð° Java-клаÑа: %s"
msgid "failed to create \"%s\""
msgstr "немагÑÑма ÑÑваÑÑÑÑ \"%s\""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "памÑлка Ñ ÑÐ°Ñ Ð·Ð°Ð¿ÑÑÑ Ñайла \"%s\""
@@ -2038,14 +2038,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "памÑлка Ñ ÑÐ°Ñ Ð°Ð´ÐºÑÑÑÑÑ \"%s\" Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑÑ"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"пеÑакладзенÑÑ Ð¿Ð°Ð²ÐµÐ´Ð°Ð¼Ð»ÐµÐ½Ð½Ñ Ð½Ðµ павÑÐ½Ð½Ñ Ð·Ð¼ÑÑÑаÑÑ \"\\%c\" ESC-паÑлÑдоÑнаÑÑÑ"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2054,12 +2054,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "немагÑÑма ÑÑваÑÑÑÑ Ñайл вÑÐ²Ð°Ð´Ñ \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "ÑÑандаÑÑÐ½Ñ Ð²Ñвад"
@@ -2074,7 +2074,7 @@ msgstr "%s:%d: Ñвага: незавеÑÑÐ°Ð½Ð°Ñ ÑÑмвалÑÐ½Ð°Ñ ÐºÐ°Ð½
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: Ñвага: незавеÑÑÐ°Ð½Ñ Ñадок"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "гÑÑÑ Ñайл можа не змÑÑÑаÑÑ Ð´ÑÑÑкÑÑÑ Ð´Ð°Ð¼ÐµÐ½Ñ"
@@ -2101,17 +2101,17 @@ msgstr "--joun-existing не можа бÑÑÑ Ð²ÑкаÑаÑÑÐ°Ð½Ñ Ð¿ÑÑ Ð·
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext не можа пÑаÑаваÑÑ Ð±ÐµÐ· клÑÑавÑÑ
ÑÐ»Ð¾Ñ Ð´Ð»Ñ Ð¿Ð¾ÑÑкÑ"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "Ñвага: Ñайл \"%s\" ÑÑÑÑÐºÑ \"%s\" невÑдомÑ; паÑпÑабÑйÑе C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "ÐÑÑÑмлÑвае пеÑакладаемÑÑ ÑÐ°Ð´ÐºÑ Ð· дадзенÑÑ
ÑваÑ
одзÑÑÑÑ
ÑайлаÑ.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2120,7 +2120,7 @@ msgstr ""
"ÐÑгÑменÑÑ, абавÑзковÑÑ Ð´Ð»Ñ Ð´Ð¾ÑгÑ
вÑбаÑаÑ, абавÑÐ·ÐºÐ¾Ð²Ñ Ñак Ñама\n"
"Ñ Ð´Ð»Ñ ÐºÐ°ÑоÑкÑ. Тое Ñаме-ж Ñ Ð´Ð»Ñ Ð²ÑбаÑаÑнÑÑ
аÑгÑменÑаÑ.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2130,7 +2130,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2142,7 +2142,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2152,7 +2152,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2163,7 +2163,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2201,11 +2201,11 @@ msgstr ""
" -s, --sort-output ÑÑваÑаÑÑ ÑпаÑÐ°Ð´ÐºÐ°Ð²Ð°Ð½Ñ Ð²Ñвад\n"
" -F, --sort-by-file ÑпаÑадкоÑваÑÑ Ð²Ñвад па меÑÑазнаÑ
оджанÑÐ½Ñ Ñайла\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "ÑÑандаÑÑÐ½Ñ Ñвод"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2215,7 +2215,7 @@ msgstr ""
"gettext(\"\") вÑÑÑае загаловак зÑ\n"
"меÑададзенÑмÑ, а Ð½Ñ Ð¿ÑÑÑÑ Ñадок.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "невÑÐ´Ð¾Ð¼Ð°Ñ Ð¼Ð¾Ð²Ð° \"%s\""
diff --git a/po/ca.gmo b/po/ca.gmo
index 4a1bae1fa..5407d8fc8 100644
Binary files a/po/ca.gmo and b/po/ca.gmo differ
diff --git a/po/ca.po b/po/ca.po
index 3ce3ec2d4..40a8ebcb3 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-29 21:17+0200\n"
"Last-Translator: Ivan Vilata i Balaguer \n"
"Language-Team: Catalan \n"
@@ -28,8 +28,8 @@ msgstr "l'argument
msgid "Valid arguments are:"
msgstr "Els arguments vàlids són:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "error en obrir «%s» per llegir"
@@ -120,12 +120,12 @@ msgstr "%s: l'opci
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: l'opció «-W %s» no admet arguments\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"no s'ha trobat cap compil·lador de Java, instal·leu «gcj» o establiu «$JAVAC»"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"no s'ha trobat cap màquina virtual Java, instal·leu «gij» o establiu «$JAVA»"
@@ -252,7 +252,7 @@ msgstr ""
"les especificacions de format en «msgid» i «%s» de l'argument «%s» no són "
"les mateixes"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -268,7 +268,7 @@ msgstr ""
"de còpia. No hi ha CAP garantia; ni tan sols de COMERCIABILITAT o\n"
"ADEQUACIÓ A UN PROPÒSIT PARTICULAR.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -277,7 +277,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Escrit per %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "sobren arguments"
@@ -285,11 +285,11 @@ msgstr "sobren arguments"
msgid "missing arguments"
msgstr "manquen arguments"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Proveu «%s --help» per obtenir més informació.\n"
@@ -351,25 +351,25 @@ msgstr ""
"els missatges que troba en el catàleg seleccionat.\n"
"Directori estàndard de recerca: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Informeu dels errors a .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "Forma d'ús: %s [OPCIÓ]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "Mostra el nom d'estació de la màquina.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -384,7 +384,7 @@ msgstr ""
" completament qualificat i els àlies\n"
" -i, --ip-address adreces corresponents al nom d'estació\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -397,7 +397,7 @@ msgstr ""
" -h, --help mostra aquesta ajuda i ix\n"
" -V, --version mostra informació sobre la versió i ix\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "no s'ha pogut obtenir el nom d'estació"
@@ -417,7 +417,7 @@ msgstr "es permet com a molt un fitxer d'entrada"
msgid "%s and %s are mutually exclusive"
msgstr "«%s» i «%s» són mútuament excloents"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Forma d'ús: %s [OPCIÓ] [FITXERENTRADA]\n"
@@ -432,7 +432,7 @@ msgstr ""
"i manipula aquests atributs.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
@@ -441,7 +441,7 @@ msgstr ""
"Els arguments obligatoris per les opcions llargues també ho són\n"
"per les opcions curtes corresponents.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -456,7 +456,7 @@ msgstr ""
"Si no s'especifica cap fitxer d'entrada, o si aquest és «-», es llegirà\n"
"l'entrada estàndard.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -550,7 +550,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "s'ha especificat un criteri de selecció impossible (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Forma d'ús: %s [OPCIÓ] [FITXERENTRADA]...\n"
@@ -581,7 +581,7 @@ msgstr ""
"«--use-first», en el qual cas es treuran del primer fitxer PO que els\n"
"definesca. Les posicions de fitxer de tots els fitxers PO s'acumularan.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -672,7 +672,7 @@ msgstr ""
" -s, --sort-output genera una eixida ordenada\n"
" -F, --sort-by-file ordena l'eixida pels noms de fitxer\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -755,18 +755,18 @@ msgstr "aquest missatge s'usa per
msgid "warning: this message is not used"
msgstr "avís: aquest missatge no s'usa"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "s'ha trobat %d error fatal"
msgstr[1] "s'han trobat %d errors fatals"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "la definició del missatge és duplicada"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...aquesta és la ubicació de la primera definició"
@@ -856,12 +856,12 @@ msgstr ""
" --omit-header no escriu la capçalera amb l'entrada\n"
" «msgid \"\"»\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Converteix un catàleg de traduccions a una codificació de caràcters diferent.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -872,7 +872,7 @@ msgstr ""
" -t, --to-code=NOM codificació de l'eixida\n"
"La codificació per defecte és la del locale actual.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1311,26 +1311,26 @@ msgstr ""
# ivb (2002/01/03)
# ivb En aquestes frases, tant «nplurals» com «plural» es refereixen a
# ivb variables del camp «Plural-Forms» de la capçalera.
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "l'expressió de «plural» pot produir valors negatius"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"«nplurals» és %lu, però l'expressió de «plural» pot produir valors de fins %"
"lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "l'expressió de «plural» pot produir una divisió entre zero"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "l'expressió de «plural» pot produir un desbordament enter"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1338,39 +1338,39 @@ msgstr ""
"l'expressió de «plural» pot produir excepcions aritmètiques, possiblement "
"divisions entre zero"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "el catàleg de missatges té traduccions amb forma plural..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...però l'atribut «plural=EXPRESSIÓ» manca en l'entrada de capçalera"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...però l'atribut «nplurals=ENTER» manca en l'entrada de capçalera"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "el valor d'«nplurals» no és vàlid"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "l'expressió de «plural» no és vàlida"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "«nplurals» és %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...però alguns missatges només tenen una forma plural"
msgstr[1] "...però alguns missatges només tenen %lu formes plurals"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
@@ -1380,12 +1380,12 @@ msgstr[1] "...per
# ivb (2002/03/14)
# ivb El «%s» es refereix a un idioma, i tot el missatge recomana usar una
# ivb entrada de capçalera «Plural-Forms:».
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Proveu d'usar açò, vàlid per a l'idioma %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1393,114 +1393,114 @@ msgstr ""
"el catàleg de missatges té traduccions amb forma plural, però hi manca una "
"entrada de capçalera amb «Plural-Forms: nplurals=ENTER; plural=EXPRESSIÓ;»"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "ambdues entrades «msgid» i «msgid_plural» no comencen per «\\n»"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "ambdues entrades «msgid» i «msgstr[%u]» no comencen per «\\n»"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "ambdues entrades «msgid» i «msgstr» no comencen per «\\n»"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "ambdues entrades «msgid» i «msgid_plural» no acaben en «\\n»"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "ambdues entrades «msgid» i «msgstr[%u]» no acaben en «\\n»"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "ambdues entrades «msgid» i «msgstr» no acaben en «\\n»"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "el maneig de plurals és una extensió del «gettext» GNU"
# ivb (2002/12/16)
# ivb Ací el segon «%s» és el nom d'un llenguatge de programació.
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "la de «%s» no és una cadena de format vàlida en %s, la de «msgid» sí"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "manca la marca d'accelerador de teclat «%c» en «msgstr»"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "sobren marques d'accelerador de teclat «%c» en «msgstr»"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "manca el camp de capçalera «%s» en la capçalera\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "cal que el camp de capçalera «%s» comence en l'inici de la línia\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
"alguns camps de la capçalera encara tenen els valors inicials per defecte\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "el camp «%s» encara té el valor inicial per defecte\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "avís: la capçalera del fitxer PO manca o no és vàlida\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "avís: la conversió del joc de caràcters no funcionarà\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "avís: la capçalera del fitxer PO està marcada amb «fuzzy»\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "avís: les versions antigues de «msgfmt» ho indicaran com un error\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "el nom de domini «%s» no és adequat com a nom de fitxer"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"el nom de domini «%s» no és adequat com a nom de fitxer: se n'usarà un prefix"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "es descarta la directiva «domain %s»"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "es descarta l'entrada «msgstr» buida"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "es descarta l'entrada «msgstr» difusa"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: avís: el fitxer font conté una traducció difusa"
@@ -1757,17 +1757,17 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Traduccions al català del paquet «%s»"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "el joc de caràcters actual, «%s», no és un nom portable de codificació"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "el fitxer d'entrada conté dos jocs de caràcters distints, «%s» i «%s»"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
@@ -1775,7 +1775,7 @@ msgstr ""
"el fitxer d'entrada «%s» no conté una entrada de capçalera amb una "
"especificació de joc de caràcters"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1784,20 +1784,20 @@ msgstr ""
"el domini «%s» del fitxer d'entrada «%s» no conté una entrada de capçalera "
"amb una especificació de joc de caràcters"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
"el joc de caràcters destinació, «%s», no és un nom portable de codificació"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "avís: "
# ivb (2002/01/07)
# ivb Em sembla que açò és «no-wrap».
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1808,7 +1808,7 @@ msgstr ""
# ivb (2002/01/07)
# ivb Em sembla que açò és «no-wrap».
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1888,13 +1888,13 @@ msgstr ""
msgid "conversion failure"
msgstr "la conversió ha fallat"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
"el fitxer d'entrada no conté una entrada de capçalera amb una especificació "
"de joc de caràcters"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1903,7 +1903,7 @@ msgstr ""
"No es pot convertir de «%s» en «%s». «%s» es basa en iconv(), i iconv() no "
"suporta aquesta conversió."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2261,8 +2261,8 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: avís: "
@@ -2270,7 +2270,7 @@ msgstr "%s: av
# ivb (2002/01/09)
# ivb Em sembla que açò és «no-wrap».
# ivb Es refereix a tots els missatges -> plural.
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2280,17 +2280,17 @@ msgstr ""
"És possible que la conversió dels missatges al joc de caràcters de\n"
"la usuària/l'usuari no funcione.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Es continua de totes formes, espereu errors d'interpretació."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Es continua de totes formes."
# ivb (2002/01/09)
# ivb Em sembla que açò és «no-wrap».
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2301,7 +2301,7 @@ msgstr ""
# ivb (2002/01/09)
# ivb Em sembla que açò és «no-wrap».
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2309,14 +2309,14 @@ msgstr ""
"Instal·lar «libiconv» GNU i reinstal·lar «gettext» GNU\n"
"resoldria aquest problema.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
# ivb (2002/01/09)
# ivb Em sembla que açò és «no-wrap».
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2328,7 +2328,7 @@ msgstr ""
# ivb (2002/01/09)
# ivb Em sembla que açò és «no-wrap».
# ivb Es refereix a tots els missatges -> plural.
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2366,43 +2366,43 @@ msgstr "la forma plural t
msgid "too many errors, aborting"
msgstr "hi ha massa errors, avortant"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "la seqüència multioctet no és vàlida"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "hi ha una seqüència multioctet incompleta al final del fitxer"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "hi ha una seqüència multioctet incompleta al final de la línia"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "ha fallat iconv()"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "error en llegir «%s»"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "la paraula clau «%s» no és coneguda"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "la seqüència de control no és vàlida"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "s'ha trobat el final de fitxer emmig d'una cadena"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "s'ha trobat un final de línia emmig d'una cadena"
@@ -2468,7 +2468,7 @@ msgstr "
msgid "failed to create \"%s\""
msgstr "no s'ha pogut crear «%s»"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "error en escriure el fitxer «%s»"
@@ -2484,7 +2484,7 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "error en obrir «%s» per escriure"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2492,7 +2492,7 @@ msgstr ""
"els missatges internacionalitzats no han de contenir la seqüència d'escapada "
"«%c»"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2506,12 +2506,12 @@ msgstr ""
"«msgid» purament ASCII en comptes d'aquest.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "no s'ha pogut crear el fitxer d'eixida «%s»"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "eixida estàndard"
@@ -2526,7 +2526,7 @@ msgstr "%s:%d: av
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: avís: el literal cadena no és terminat"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "aquest fitxer no ha de contenir directives «domain»"
@@ -2553,18 +2553,18 @@ msgstr "no es pot usar
msgid "xgettext cannot work without keywords to look for"
msgstr "«xgettext» no funciona sense paraules clau que cercar"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"avís: l'extensió «%2$s» del fitxer «%1$s» no és coneguda; es provarà amb «C»"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extreu les cadenes traduïbles dels fitxers d'entrada especificats.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2573,7 +2573,7 @@ msgstr ""
"Els arguments obligatoris per les opcions llargues també ho són per les\n"
"opcions curtes corresponents. El mateix ocorre amb els arguments opcionals.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2590,7 +2590,7 @@ msgstr ""
" el DIRECTORI\n"
"Si el fitxer d'eixida és «-» s'escriurà en l'eixida estàndard.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2609,7 +2609,7 @@ msgstr ""
"Per defecte s'endevina el llenguatge fent servir l'extensió del nom\n"
"del fitxer d'entrada.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2627,7 +2627,7 @@ msgstr ""
" (o aquells que precedeixen les línies amb\n"
" una paraula clau) en el fitxer d'eixida\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2646,7 +2646,7 @@ msgstr ""
" --debug escriu unes marques més detallades\n"
" de reconeixement de cadenes de format\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2696,13 +2696,13 @@ msgstr ""
" -M, --msgstr-suffix[=CADENA] usa la CADENA o «» com a sufix de\n"
" les entrades «msgstr»\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "entrada estàndard"
# ivb (2002/01/09)
# ivb Em sembla que açò és «no-wrap».
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2712,7 +2712,7 @@ msgstr ""
"«gettext(\"\")» retorna l'entrada de capçalera amb metainformació,\n"
"no la cadena buida.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "el llenguatge «%s» no és conegut"
diff --git a/po/cs.gmo b/po/cs.gmo
index c012aedcd..f741c9584 100644
Binary files a/po/cs.gmo and b/po/cs.gmo differ
diff --git a/po/cs.po b/po/cs.po
index 60b8cedd7..98194cb55 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.38\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2001-08-18 15:22+0200\n"
"Last-Translator: Vladimir Michl \n"
"Language-Team: Czech \n"
@@ -38,8 +38,8 @@ msgstr ""
# src/msgunfmt.c:357 src/po-lex.c:74 src/xget-lex.c:159 src/xget-lex.c:174
# src/xget-lex.c:191 src/xgettext.c:616
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "chyba pøi otevírání souboru \"%s\" pro ètení"
@@ -146,11 +146,11 @@ msgstr "%s: p
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: pøepínaè ` -W %s' musí být zadán bez argumentu\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -278,7 +278,7 @@ msgstr "form
# src/gettextp.c:134 src/msgcmp.c:144 src/msgfmt.c:257 src/msgmerge.c:251
# src/msgunfmt.c:175 src/xgettext.c:394
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -296,7 +296,7 @@ msgstr ""
# src/gettextp.c:139 src/msgcmp.c:149 src/msgfmt.c:262 src/msgmerge.c:256
# src/msgunfmt.c:180 src/xgettext.c:399
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -306,7 +306,7 @@ msgid "Written by %s.\n"
msgstr "Autor: %s\n"
# src/gettextp.c:164
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "pøíli¹ mnoho argumentù"
@@ -317,11 +317,11 @@ msgstr "chyb
# src/gettextp.c:228 src/msgcmp.c:181 src/msgfmt.c:361 src/msgmerge.c:298
# src/msgunfmt.c:210 src/xgettext.c:532
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Více informací získáte pøíkazem `%s --help'.\n"
@@ -387,11 +387,11 @@ msgstr ""
# src/gettextp.c:255 src/msgcmp.c:200 src/msgfmt.c:386 src/msgmerge.c:331
# src/msgunfmt.c:234 src/xgettext.c:582
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr ""
@@ -399,17 +399,17 @@ msgstr ""
"(pouze\n"
"anglicky), pøipomínky k pøekladu zasílejte na adresu (èesky).\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -419,7 +419,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -429,7 +429,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -450,7 +450,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s a %s se vzájemnì vyluèují"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -463,14 +463,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -479,7 +479,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -558,7 +558,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "zadáno nemo¾né výbìrové kritérium (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -592,7 +592,7 @@ msgstr ""
"ponechány, ale pouze z prvního .po souboru, který je definuje. Oznaèení pozic\n"
"v souborech bude ponecháno ze v¹ech .po souborù.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -682,7 +682,7 @@ msgstr ""
" -V, --version vypí¹e oznaèení verze a ukonèí se\n"
" -w, --width=ÈÍSLO nastaví ¹íøku výstupní stránky\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -769,7 +769,7 @@ msgid "warning: this message is not used"
msgstr "upozornìní: tato zpráva není pou¾ita"
# src/po-lex.c:84
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
@@ -778,12 +778,12 @@ msgstr[1] "nalezeny %d z
msgstr[2] "nalezeno %d záva¾ných chyb"
# src/msgcmp.c:355 src/msgfmt.c:628 src/msgmerge.c:490 src/xgettext.c:1061
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "dvojnásobná definice zprávy"
# src/msgcmp.c:356 src/msgfmt.c:629 src/msgmerge.c:491 src/xgettext.c:1062
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...toto je umístìní první definice"
@@ -888,12 +888,12 @@ msgstr ""
" -V, --version vypí¹e oznaèení verze a ukonèí se\n"
" -w, --width=ÈÍSLO nastaví ¹íøku výstupní stránky\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -902,7 +902,7 @@ msgid ""
msgstr ""
# src/msgmerge.c:303
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1266,58 +1266,58 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
# src/po-lex.c:332
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "neplatná øídící sekvence"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
# src/msgcmp.c:267 src/msgmerge.c:740
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
@@ -1326,7 +1326,7 @@ msgstr[1] "tato zpr
msgstr[2] "tato zpráva je pou¾ita, ale nikoli definována v %s"
# src/msgcmp.c:267 src/msgmerge.c:740
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
@@ -1334,125 +1334,125 @@ msgstr[0] "tato zpr
msgstr[1] "tato zpráva je pou¾ita, ale nikoli definována v %s"
msgstr[2] "tato zpráva je pou¾ita, ale nikoli definována v %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
# src/msgfmt.c:870
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "obì polo¾ky `msgid' a `msgid_plural' nezaèínají '\\n'"
# src/msgfmt.c:870
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "obì polo¾ky `msgid' a `msgstr[%u]' nezaèínají '\\n'"
# src/msgfmt.c:870
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "obì polo¾ky `msgid' a `msgstr' nezaèínají '\\n'"
# src/msgfmt.c:878
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "obì polo¾ky `msgid' a `msgid_plural' nekonèí '\\n'"
# src/msgfmt.c:878
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "obì polo¾ky `msgid' a `msgstr[%u]' nekonèí '\\n'"
# src/msgfmt.c:878
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "obì polo¾ky `msgid' a `msgstr' nekonèí '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
# src/msgfmt.c:561
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "polo¾ka hlavièky `%s' v hlavièce chybí"
# src/msgfmt.c:564
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "polo¾ka hlavièky `%s' by mìla zaèínat na zaèátku øádku"
# src/msgfmt.c:573
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "nìkteré polo¾ky hlavièky mají stále poèáteèní implicitní hodnotu"
# src/msgfmt.c:583
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "polo¾ka `%s' má stále poèáteèní implicitní hodnotu"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: upozornìní: chybí hlavièka PO souboru (neúplná nebo neplatná)\n"
"%*s upozornìní: pøevod znakové sady nebude fungovat"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"V hlavièce chybí definice znakové sady.\n"
"Konverze zpráv do u¾ivatelovy znakové sady není mo¾ná.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: upozornìní: chybí hlavièka PO souboru (neúplná nebo neplatná)\n"
"%*s upozornìní: pøevod znakové sady nebude fungovat"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
# src/msgfmt.c:471
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "jméno domény \"%s\" není vhodné jako jméno souboru"
# src/msgfmt.c:476
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
@@ -1460,23 +1460,23 @@ msgstr ""
"pøedpona"
# src/msgfmt.c:489
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "pøíkaz `domain %s' ignorován"
# src/msgfmt.c:517
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "prázdná polo¾ka `msgstr' ignorována"
# src/msgfmt.c:518
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "neúplná polo¾ka `msgstr' ignorována"
# src/msgfmt.c:668
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: upozornìní: zdrojový soubor obsahuje neúplný pøeklad"
@@ -1673,47 +1673,47 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
#, fuzzy
msgid "warning: "
msgstr "%s: upozornìní: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1765,11 +1765,11 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1778,7 +1778,7 @@ msgstr ""
"Znaková sada \"%s\" není podporována. %s spoléhá na iconv()\n"
"a iconv() \"%s\" nepodporuje.\n"
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2070,13 +2070,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: upozornìní: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2085,15 +2085,15 @@ msgstr ""
"Oznaèení znakové sady \"%s\" není portabilní název kódování. \n"
"Pøevod znakù do u¾ivatelské znakové sady nebude fungovat.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Pokraèuji, pøedpokládána chyba parsingu."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Pokraèuji."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2102,7 +2102,7 @@ msgstr ""
"Znaková sada \"%s\" není podporována. %s spoléhá na iconv()\n"
"a iconv() \"%s\" nepodporuje.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2110,12 +2110,12 @@ msgstr ""
"Instalace GNU libiconv a následná reinstalace GNU gettextu\n"
"mù¾e napravit tento problém.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2124,7 +2124,7 @@ msgstr ""
"Znaková sada \"%s\" není podporována. %s spoléhá na iconv().\n"
"Tato verze byla kompilována bez iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2165,26 +2165,26 @@ msgstr "mno
msgid "too many errors, aborting"
msgstr "pøíli¹ mnoho chyb, konèím"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "neplatná víceznaková sekvence"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "neplatná víceznaková sekvence"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "neplatná víceznaková sekvence"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
# src/msgunfmt.c:266 src/msgunfmt.c:330 src/po-lex.c:185 src/xget-lex.c:254
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
@@ -2192,23 +2192,23 @@ msgid "error while reading \"%s\""
msgstr "chyba pøi ètení \"%s\""
# src/po-lex.c:241
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "klíèové slovo \"%s\" není známo"
# src/po-lex.c:332
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "neplatná øídící sekvence"
# src/po-lex.c:420
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "konec souboru uprostøed øetìzce"
# src/po-lex.c:415
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "konec øádku uprostøed øetìzce"
@@ -2281,7 +2281,7 @@ msgid "failed to create \"%s\""
msgstr ""
# src/message.c:1182
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "chyba pøi zápisu do souboru \"%s\""
@@ -2297,13 +2297,13 @@ msgid "error while opening \"%s\" for writing"
msgstr "chyba pøi otevírání souboru \"%s\" pro zápis"
# src/message.c:784
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "zprávy katalogu nesmí obsahovat escape sekvenci `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2313,13 +2313,13 @@ msgid ""
msgstr ""
# src/message.c:1115
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "výstupní soubor \"%s\" nelze vytvoøit"
# src/message.c:1122
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standardní výstup"
@@ -2337,7 +2337,7 @@ msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: upozornìní: neukonèený øetìzec literálù"
# src/xgettext.c:658 src/xgettext.c:968
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "tento soubor nemù¾e obsahovat pøíkazy pro doménu"
@@ -2366,24 +2366,24 @@ msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext nemù¾e pracovat bez toho, ani¾ by znal slova, která má hledat"
# src/xgettext.c:501
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "upozornìní: pøípona `%2$s' souboru `%1$s' není známa; zkusím C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2393,7 +2393,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2405,7 +2405,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2415,7 +2415,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2427,7 +2427,7 @@ msgid ""
msgstr ""
# src/msgmerge.c:303
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2472,11 +2472,11 @@ msgstr ""
" -w, --width=ÈÍSLO nastaví ¹íøku výstupní stránky\n"
# src/xget-lex.c:150
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standardní vstup"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2484,7 +2484,7 @@ msgid ""
msgstr ""
# src/xgettext.c:1342
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "jazyk `%s' není znám"
diff --git a/po/da.gmo b/po/da.gmo
index 8f2a14bac..80e8abc6f 100644
Binary files a/po/da.gmo and b/po/da.gmo differ
diff --git a/po/da.po b/po/da.po
index 87aa8ba36..177647ec4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-07-07 19:32+0200\n"
"Last-Translator: Keld Simonsen \n"
"Language-Team: Danish \n"
@@ -31,8 +31,8 @@ msgstr "flertydigt argument '%s' for '%s'"
msgid "Valid arguments are:"
msgstr "Gyldige argumenter er:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "fejl ved læse-åbning af '%s'"
@@ -123,11 +123,11 @@ msgstr "%s: tilvalget '-W %s' er flertydigt\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: tilvalget '-W %s' tillader ikke et argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Javakompilator ikke fundet, forsøg at installere gcj eller sæt $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Virtuel Javamaskine ikke fundet, forsøg at installere gij eller sæt $JAVA"
@@ -281,10 +281,10 @@ msgid "missing arguments"
msgstr "argumenter mangler"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Prøv '%s --help' for yderligere oplysninger.\n"
@@ -345,10 +345,10 @@ msgstr ""
"Standard-filkataloget for søgning er: %s\n"
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Rapportér fejl på engelsk til .\n"
@@ -376,7 +376,7 @@ msgstr ""
" -f, --fqdn, --long langt værtsnavn, indholder hele domænenavnet og alias\n"
" -i, --ip-address adresser for værtsnavnet\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -409,7 +409,7 @@ msgstr "H
msgid "%s and %s are mutually exclusive"
msgstr "%s og %s udelukker hinanden"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Brug: %s [TILVALG] [INDDATAFIL]\n"
@@ -424,7 +424,7 @@ msgstr ""
"manipulerer attributterne.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
@@ -433,7 +433,7 @@ msgstr ""
"Hvis et langt tilvalg kræver et argument, gælder det også for det tilsvarende\n"
"korte tilvalg.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -446,7 +446,7 @@ msgstr ""
" -D, --directory=FILKATALOG gennemsøg også FILKATALOG efter inddatafiler\n"
"Hvis ingen inddatafil er angivet eller den er -, læses fra standard-inddata.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -534,7 +534,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "Umuligt udvælgelseskriterium angivet (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Brug: %s [TILVALG] [INDDATAFIL]...\n"
@@ -561,7 +561,7 @@ msgstr ""
"men hvis --use-first er angivet, vil de blive taget fra den første PO-fil,\n"
"der definerer dem. Filpositioner fra alle PO-filer sammenbringes.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -646,7 +646,7 @@ msgstr ""
" -s, --sort-output generér sorteret uddata\n"
" -F, --sort-by-file sortér uddata efter filplacering\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -728,18 +728,18 @@ msgstr "denne tekst er brugt, men ikke erkl
msgid "warning: this message is not used"
msgstr "advarsel: denne tekst bliver ikke brugt"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "fandt %d fatal fejl"
msgstr[1] "fandt %d fatale fejl"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "tekst erklæret mere end en gang"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "... her er den første erklæring"
@@ -820,12 +820,12 @@ msgstr ""
" -F, --sort-by-file sortér uddata efter filplacering\n"
" --omit-header udskriv ikke header med 'msgid \"\"' indgang\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Konverterer et beskedskatalog til en anden tegnkodning.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -836,7 +836,7 @@ msgstr ""
" -t, --to-code=NAVN Kodning for uddata\n"
"Standardværdi er nuværende locales kodning.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1239,74 +1239,74 @@ msgstr ""
" --statistics udskriv statistik over oversættelser\n"
" -v, --verbose forøg udskreven information\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "flertalsudtryk kan give negative værdier"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr "nplurals = %lu men flertalsudtryk kan give værdier op til %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "flertalsudtryk kan give division med nul"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "flertalsudtryk kan give heltalsoverløb"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr "flertalsudtryk kan give aritmetiske fejl, måske division med nul"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "tekstkatalog har oversættelser med flertalsform..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...men headerindgange mangler attribut af type \"plurals=UDTRYK\""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...men headerindgange mangler attribut af type \"plurals=HELTAL\""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "ugyldig nplurals-værdi"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "ugyldigt flertalsudtryk"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...men nogen tekster har kun én flertalsform"
msgstr[1] "...men nogen tekster har kun %lu flertalsformer"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...men nogen tekster har én flertalsform"
msgstr[1] "...men nogen tekster har %lu flertalsformer"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Prøv at bruge det følgende, gældende for %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1314,110 +1314,110 @@ msgstr ""
"beskedkatalog har oversættelser med flertalsformer, men mangler en "
"headerindgang med \"Plural-Forms: nplurals=HELTAL; plural=UDTRYK;\""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "'msgid' og 'msgid_plural'-teksterne begynder ikke begge med '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid' og `msgstr[%u]'-teksterne begynder ikke begge med '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid' og `msgstr' teksterne begynder ikke begge med '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "`msgid' og `msgid_plural'-teksterne slutter ikke begge med '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid' og `msgstr[%u]'-teksterne slutter ikke begge med '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid' og `msgstr' teksterne slutter ikke begge med '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "flertalsbehandling er en GNU gettext-udvidelse"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'%s' er ikke en gyldig formatstreng i %s, til forskel fra \"msgid\""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr mangler mærket \"%c\" for tastaturgenvej"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr har for mange mærker \"%c\" for tastaturgenveje"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "feltet `%s' mangler i hovedet\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "feltet '%s' i hovedet bør starte ved linjens begyndelse\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "nogle felter i hovedet har stadig den oprindelige standardværdi\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "feltet `%s' har stadig den oprindelige standardværdi\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "advarsel: PO-filhoved mangler eller ugyldigt\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "advarsel: tegnsætskonvertering vil ikke virke\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "advarsel: PO-filhoved er uafklaret\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "advarsel: ældre versioner af msgfmt vil give en fejl for dette\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domænet '%s' kan ikke bruges som filnavn"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domænet '%s' er ikke brugbart som filnavn. Vil bruge præfiks istedet"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`domain %s'-kommando ignoreres"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "tom `msgstr'-kommando ignoreret"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "\"fuzzy\" `msgstr'-tekst ignoreret"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr ""
@@ -1665,23 +1665,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Danske oversættelser for pakke %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "nuværende tegnsæt \"%s\" er ikke et portabelt kodningsnavn"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "to forskellige tegnsæt \"%s\" og \"%s\" i indfilen"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "indfilen \"%s\" mangler en indgang i hovedet med angivelse af tegnsæt"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1690,17 +1690,17 @@ msgstr ""
"domæne \"%s\" i indfil \"%s\" mangler en indgang i hovedet med angivelse af "
"tegnsæt"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "måltegnsæt \"%s\" er ikke et portabelt kodningsnavn"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "advarsel: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1708,7 +1708,7 @@ msgstr ""
"Indfiler har beskeder med flere kodninger, deriblandt UTF-8.\n"
"Konverterer resultatet til UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1777,11 +1777,11 @@ msgstr ""
msgid "conversion failure"
msgstr "konverteringsfejl"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "indfilen mangler en indgang i hovedet med angivelse af tegnsæt"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1790,7 +1790,7 @@ msgstr ""
"Kan ikke konvertere fra '%s' til '%s'. %s bygger på iconv(), og iconv() "
"understøtter ikke denne konvertering."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2125,13 +2125,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: advarsel: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2140,15 +2140,15 @@ msgstr ""
"Tegnsæt '%s' er ikke et flytbart kodningsnavn.\n"
"Tekstkonvertering til brugers tegnsæt virker muligvis ikke.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Fortsætter alligevel, forvent fortolkningsfejl."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Fortsætter alligevel."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2157,7 +2157,7 @@ msgstr ""
"Tegnsæt '%s' er ikke understøttet. %s bygger på iconv(),\n"
"og iconv() understøtter ikke '%s'.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2165,12 +2165,12 @@ msgstr ""
"Installering af GNU libiconv og geninstallering af GNU gettext\n"
"vil løse dette problem.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2179,7 +2179,7 @@ msgstr ""
"Tegnsæt '%s' er ikke understøttet. %s bygger på iconv(),\n"
"Denne version er bygget uden iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2216,43 +2216,43 @@ msgstr "flertalsform har forkert indeks"
msgid "too many errors, aborting"
msgstr "afbryder kørslen på grund af for mange fejl"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "Ugyldig multibytesekvens"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "Ugyldig multibytesekvens ved slutning på fil"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "Ugyldig multibytesekvens ved slutning på linje"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv-fejl"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "fejl ved læsning af '%s'"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "ukendt nøgleord '%s'"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "ugyldig kontrolsekvens"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "tekststreng ikke afsluttet da filens slutning blev nået"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "tekststreng var ikke afsluttet ved linjeskift"
@@ -2317,7 +2317,7 @@ msgstr "ikke et gyldigt Java-klassenavn: %s"
msgid "failed to create \"%s\""
msgstr "kunne ikke oprette '%s'"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "fejl ved skrivning til filen '%s'"
@@ -2333,13 +2333,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "fejl opstået ved skrive-åbning af '%s'"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "oversættelige tekster må ikke indeholde `\\%c'-escapesekvensen"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2352,12 +2352,12 @@ msgstr ""
"som er et andet end dit. Forsøg at bruge en ren ASCII-msgid i stedet.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "kan ikke oprette uddatafil '%s'"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard-uddata"
@@ -2372,7 +2372,7 @@ msgstr "%s:%d: advarsel: tegnkonstant ikke afsluttet korrekt"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: advarsel: strengkonstant ikke afsluttet"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "denne fil må ikke indeholde 'domain'-kommandoer"
@@ -2400,18 +2400,18 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext kan ikke arbejde uden nogen nøgleord at kigge efter"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"advarsel: ukendt type for fil `%s' med endelse `%s'; C benyttes i stedet"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Udtræk oversættelige strenge fra givne indfiler.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2421,7 +2421,7 @@ msgstr ""
"korte tilvalg.\n"
"Tilvarende gælder for valgfri argumenter.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2436,7 +2436,7 @@ msgstr ""
" -p, --output-dir=FILKATALOG uddatafiler placeres i FILKATALOG\n"
"Hvis uddatafilen er -, skrives uddata til standard-ud.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2454,7 +2454,7 @@ msgstr ""
" RST, Glade)\n"
" -C, --c++ kort skrivemåde for --language=C++\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2468,7 +2468,7 @@ msgstr ""
" -c, --add-comments[=MÆRKE] placér kommentarafsnit for MÆRKE (eller \n"
" de foregående nøgleordslinjer) i uddata\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2485,7 +2485,7 @@ msgstr ""
" -T, --trigraphs forstå ISO C-trigrafer i inddata\n"
" --debug mere detaljeret resultat af strenggenkendelse\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2526,11 +2526,11 @@ msgstr ""
" -m, --msgstr-prefix[=STRENG] brug STRING eller \"\" som forstavelse for msgstr-indgange\n"
" -M, --msgstr-suffix[=STRENG] brug STRING eller \"\" som endelse for msgstr-indgange\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard-inddata"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2540,7 +2540,7 @@ msgstr ""
"gettext(\"\") returnerer hovedet med metainformation,\n"
"ikke den tomme streng.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "ukendt sprog `%s'"
diff --git a/po/de.gmo b/po/de.gmo
index 21ed00512..6c6754b89 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index 7f6b9e6bf..3e9d53907 100644
--- a/po/de.po
+++ b/po/de.po
@@ -75,7 +75,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-05-14 10:02+0200\n"
"Last-Translator: Karl Eichwalder \n"
"Language-Team: German \n"
@@ -98,8 +98,8 @@ msgstr "mehrdeutiges Argument »%s« für »%s«"
msgid "Valid arguments are:"
msgstr "Gültige Argumente sind:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "Ãffnen der Datei »%s« zum Lesen fehlgeschlagen"
@@ -190,12 +190,12 @@ msgstr "%s: Option »-W %s« ist mehrdeutig\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: Option »-W %s« erwartet kein Argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"Java-Compiler nicht gefunden; bitte »gcj« installieren oder $JAVAC setzen"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Virtuelle Java-Maschine nicht gefunden; bitte »gcj« installieren oder\n"
@@ -347,10 +347,10 @@ msgid "missing arguments"
msgstr "Argumente fehlen"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "»%s --help« gibt weitere Informationen.\n"
@@ -415,10 +415,10 @@ msgstr ""
"Standardverzeichnis: %s\n"
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
"Fehler bitte (auf Englisch) an melden.\n"
@@ -450,7 +450,7 @@ msgstr ""
" vollqualifizierten Domainnamen (FQDN) und Aliasse\n"
" -i, --ip-address Adressen für den Rechnernamen\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -483,7 +483,7 @@ msgstr "höchstens eine Eingabedatei erlaubt"
msgid "%s and %s are mutually exclusive"
msgstr "%s und %s schlieÃen sich gegenseitig aus"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Aufruf: %s [OPTION] [EINGABEDATEI]\n"
@@ -498,7 +498,7 @@ msgstr ""
"die Attribute verändern.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
@@ -507,7 +507,7 @@ msgstr ""
"Notwendige Argumente für Optionen in Langform sind auch für die Kurzform\n"
"notwendig.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -521,7 +521,7 @@ msgstr ""
"Wenn keine Eingabedatei oder »-« angegeben ist, wird die Standardeingabe\n"
"gelesen.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -612,7 +612,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "Auswahlkriterium nicht möglich (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Aufruf: %s [OPTION] [EINGABEDATEI]...\n"
@@ -642,7 +642,7 @@ msgstr ""
"Stellenangaben der Meldungen in den Quellen werden für alle PO-Dateien\n"
"kumuliert.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -732,7 +732,7 @@ msgstr ""
" -s, --sort-output sortierte Ausgabe erzeugen\n"
" -F, --sort-by-file Ausgabe gemäà Vorkommen in Dateien erzeugen\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -816,18 +816,18 @@ msgstr "diese Meldung kommt vor, ist aber in %s nicht definiert"
msgid "warning: this message is not used"
msgstr "Warnung: diese Meldung kommt nicht vor"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "es ist %d fataler Fehler aufgetreten"
msgstr[1] "es sind %d fatale Fehler aufgetreten"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "Mehrfachdefinition der Meldung"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...dies ist die Stelle der ersten Definition"
@@ -914,14 +914,14 @@ msgstr ""
" -F, --sort-by-file Ausgabe gemäà Vorkommen in Dateien erzeugen\n"
" --omit-header »msgid \"\"«-Eintrag im Kopfteil nicht erzeugen\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
"Einen Katalog mit Ãbersetzungen in eine andere Zeichensatz-Kodierung\n"
"konvertieren.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -932,7 +932,7 @@ msgstr ""
" -t, --to-code=NAME Kodierung für die Ausgabe\n"
"Die Vorgabe für die Kodierung ist die Kodierung der aktuellen Lokale.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1357,24 +1357,24 @@ msgstr ""
" --statistics Statistik zu den Ãbersetzungen anzeigen\n"
" -v, --verbose mehr Hinweise während der Verarbeitung geben\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "Pluralausdruck kann negative Werte ergeben"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr "nplurals = %lu, aber Pluralausdruck kann Werte so groà wie %lu ergeben"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "Pluralausdruck kann Teilung durch Null ergeben"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "Pluralausdruck kann einen Ganzzahl-Ãberlauf ergeben"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1383,51 +1383,51 @@ msgstr ""
"Teilung\n"
"durch Null"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "Katalog mit Meldungen weist Ãbersetzungen mit Pluralformen auf..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...aber dem Kopfeintrag fehlt das Attribut »plural=AUSDRUCK«"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...aber dem Kopfeintrag fehlt das Attribut »nplurals=GANZZAHL«"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "ungültige Pluralwerte"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "ungültiger Pluralausdruck"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "... aber einige Meldungen haben nur eine Pluralform"
msgstr[1] "... aber einige Meldungen haben nur %lu Pluralformen"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "... aber einige Meldungen haben eine Pluralform"
msgstr[1] "... aber einige Meldungen haben %lu Pluralformen"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Bitte das Folgende versuchen; gültig für %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1436,116 +1436,116 @@ msgstr ""
"Kopfeintrag fehlt die Zeile:\n"
"»Plural-Forms: nplurals=GANZZAHL; plural=AUSDRUCK;«"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "»msgid«- und »msgstr_plural«-Eintrag beginnen nicht jeweils mit »\\n«"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "»msgid«- und »msgstr[%u]«-Eintrag beginnen nicht jeweils mit »\\n«"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "»msgid«- und »msgstr«-Eintrag beginnen nicht jeweils mit »\\n«"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "»msgid«- und »msgstr_plural«-Eintrag enden nicht jeweils mit »\\n«"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "»msgid«- und »msgstr[%u]«-Eintrag enden nicht jeweils mit »\\n«"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "»msgid«- und »msgstr«-Eintrag enden nicht jeweils mit »\\n«"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "Die Plural-Behandlung ist eine Erweiterung von GNU gettext"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "»%s« ist ein ungültiges Formatelement %s, im Gegensatz zu »msgid«"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "bei »msgstr« fehlt die Markierung »%c« für den Tastatur-Accelerator"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
"»msgstr« weist mehr als eine Markierung »%c« für den Tastatur-Accelerator auf"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "Im Kopfeintrag fehlt das Feld »%s«\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "Feld »%s« im Kopfeintrag sollte am Beginn der Zeile anfangen\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
"Einige Felder im Kopfeintrag haben immer noch den anfänglichen Vorgabewert\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "Feld »%s« hat immer noch den anfänglichen Vorgabewert\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "Warnung: Kopfteil der PO-Datei fehlt oder ist ungültig\n"
# = Konvertierung der Meldung in Hinblick auf den Zeichensatz
# 2001-03-11 20:56:03 CET -ke-
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "Warnung: Konvertierung des Zeichensatzes wird fehlschlagen.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "Warnung: Kopfteil der PO-Datei ist ungenau (fuzzy)\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
"Warnung: ältere Versionen von »msgfmt« werden hierbei einen Fehler melden\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "Bereichsname »%s« ist nicht als Dateiname geeignet"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"Bereichsname »%s« ist nicht als Dateiname geeignet; Präfix wird verwendet."
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "»domain %s«-Anweisung wird ignoriert"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "leerer »msgstr«-Eintrag wird ignoriert"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ungenauer »msgstr«-Eintrag wird ignoriert"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: Warnung: Quelldatei enthält ungenaue Ãbersetzungen"
@@ -1811,24 +1811,24 @@ msgstr ""
msgid "English translations for %s package"
msgstr "German messages for %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "der Zeichensatz »%s« bezeichnet keine portable Kodierung"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "zwei unterschiedliche Zeichensätze »%s« und »%s« in Eingabedatei"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
"bei Eingabedatei »%s« fehlt der Kopfeintrag mit der Angabe des Zeichensatzes"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1837,17 +1837,17 @@ msgstr ""
"bei Bereich »%s« der Eingabedatei »%s« fehlt Kopfeintrag mit der Angabe des\n"
"Zeichensatzes"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "Zeichensatz »%s« für die Ausgabe bezeichnet keine portable Kodierung"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "Warnung: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1855,7 +1855,7 @@ msgstr ""
"Eingabedateien enthalten Meldungen in unterschiedlichen Kodierungen (u. a.\n"
"UTF-8). Die Ausgabe wird nach UTF-8 konvertiert.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1926,12 +1926,12 @@ msgstr ""
msgid "conversion failure"
msgstr "Fehler bei der Konvertierung"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
"bei der Eingabedatei fehlt der Kopfeintrag mit der Angabe des Zeichensatzes"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1940,7 +1940,7 @@ msgstr ""
"Es ist nicht möglich, von »%s« nach »%s« zu konvertieren.\n"
"%s hängt von iconv() ab, und iconv() unterstützt diese Konvertierung nicht."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2298,13 +2298,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: Warnung: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2314,15 +2314,15 @@ msgstr ""
"Konvertierung der Meldungen in den Zeichensatz des Anwenders\n"
"könnte fehlschlagen.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Gleichwohl Fortsetzung; Parsing-Fehler sind zu erwarten."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Gleichwohl Fortsetzung."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2331,7 +2331,7 @@ msgstr ""
"Zeichensatz »%s« wird nicht unterstützt. %s hängt von iconv() ab,\n"
"und iconv() unterstützt »%s« nicht.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2339,12 +2339,12 @@ msgstr ""
"Dieses Problem lässt sich beheben, wenn Sie GNU libiconv installieren\n"
"und dann GNUÂ gettext erneut installieren.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2353,7 +2353,7 @@ msgstr ""
"Zeichensatz »%s« wird nicht unterstützt. %s hängt von iconv() ab.\n"
"Diese Version wurde ohne iconv() erzeugt.\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2391,43 +2391,43 @@ msgstr "Pluralform hat einen falschen Index"
msgid "too many errors, aborting"
msgstr "zu viele Fehler: Abbruch"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "ungültige Multibyte-Sequenz"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "ungültige Multibyte-Sequenz am Ende der Datei"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "ungültige Multibyte-Sequenz am Ende der Zeile"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "Fehler von iconv"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "Fehler beim Lesen von »%s«"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "Schlüsselwort »%s« ist unbekannt"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "ungültige Kontrollsequenz"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "Dateiende innerhalb einer Zeichenkette"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "Zeilenende innerhalb einer Zeichenkette"
@@ -2497,7 +2497,7 @@ msgstr "kein gültiger Name einer Java-Klasse: %s"
msgid "failed to create \"%s\""
msgstr "Fehler beim Anlegen »%s«"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "Fehler beim Schreiben von Datei »%s«"
@@ -2513,14 +2513,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "Fehler beim Ãffnen von »%s« zum Schreiben"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"Zu übersetzende Meldungen sollten nicht die Escape-Sequenz »\\%c« enthalten"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2536,12 +2536,12 @@ msgstr ""
"msgid mit reinen ASCII-Zeichen aus.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "Ausgabedatei »%s« kann nicht erzeugt werden"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "Standardausgabe"
@@ -2556,7 +2556,7 @@ msgstr "%s:%d: Warnung: Zeichenkonstante nicht korrekt beendet"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: Warnung: Zeichenkette nicht korrekt beendet"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "diese Datei darf keine »domain«-Anweisung enthalten"
@@ -2586,18 +2586,18 @@ msgid "xgettext cannot work without keywords to look for"
msgstr ""
"ohne Angabe zu berücksichtigender Schlüsselwörter schlägt xgettext fehl"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"Warnung: Typ der Datei »%s« mit Suffix »%s« ist unbekannt; C wird versucht"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Aus den Eingabedateien die zu übersetzenden Meldungen herausschreiben.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2606,7 +2606,7 @@ msgstr ""
"Notwendige Argumente für Optionen in Langform sind auch für die Kurzform\n"
"notwendig. Dies gilt in gleicher Weise für optionale Argumente.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2622,7 +2622,7 @@ msgstr ""
"Ergebnisse werden nach der Standardausgabe geschrieben, wenn keine Datei oder\n"
"»-« angegeben ist.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2642,7 +2642,7 @@ msgstr ""
"Gemäà Vorgabe wird die Sprache anhand des Suffixes des Namens der Eingabedatei\n"
"geraten.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2657,7 +2657,7 @@ msgstr ""
" -c, --add-comments[=KENNUNG] Kommentare mit KENNUNG (oder die aus Zeilen\n"
" vor einem Schlüsselwort) herausschreiben\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2677,7 +2677,7 @@ msgstr ""
" --debug detaillierteres Ergebnis bei Erkennung der\n"
" Formatelemente\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2723,11 +2723,11 @@ msgstr ""
" -m, --msgstr-prefix[=KETTE] KETTE oder \"\" als Präfix für msgstr nehmen\n"
" -M, --msgstr-suffix[=KETTE] KETTE oder \"\" als Suffix für msgstr nehmen\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "Standardeingabe"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2737,7 +2737,7 @@ msgstr ""
"gettext(\"\") gibt den Kopfeintrag mit Meta-Informationen\n"
"zurück, keine leere Zeichenkette.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "Programmiersprache »%s« unbekannt"
diff --git a/po/el.gmo b/po/el.gmo
index f1a3a2265..a87719557 100644
Binary files a/po/el.gmo and b/po/el.gmo differ
diff --git a/po/el.po b/po/el.po
index 89bd61fd3..11f47819b 100644
--- a/po/el.po
+++ b/po/el.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.34\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 1998-05-17 13:12+0200\n"
"Last-Translator: Simos KSenitellis \n"
"Language-Team: Greek \n"
@@ -29,8 +29,8 @@ msgid "Valid arguments are:"
msgstr ""
#
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "óöÜëìá óôï Üíïéãìá ôïõ \"%s\" ãéá áíÜãíùóç"
@@ -137,11 +137,11 @@ msgstr "%s:
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: ç åðéëïãÞ `-W %s' äåí åðéôñÝðåé ðáñÜìåôñï\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -273,7 +273,7 @@ msgid ""
msgstr "ïé ìïñöïðïéÞóåéò ãéá ôç ðáñÜìåôñï %u äåí åßíáé ßäéåò"
#
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -290,7 +290,7 @@ msgstr ""
"ËÅÉÔÏÕÑÃÉÊÏÔÇÔÁ Þ ÊÁÔÁËËÇËÏÔÇÔÁ ÃÉÁ ÅÍÁ ÓÕÃÊÅÊÑÉÌÅÍÏ ÓÊÏÐÏ.\n"
#
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -300,7 +300,7 @@ msgid "Written by %s.\n"
msgstr "ÃñáììÝíï áðü ôïí/ôçí %s.\n"
#
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
@@ -310,11 +310,11 @@ msgid "missing arguments"
msgstr "õðïëåßðïíôáé ïñßóìáôá"
#
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ÄïêéìÜóôå `%s --help' ãéá ðåñéóóüôåñåò ðëçñïöïñßåò.\n"
@@ -378,26 +378,26 @@ msgstr ""
"ÊáèéåñùìÝíïò êáôÜëïãïò áíáæÞôçóçò: %s\n"
#
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Óôåßëôå áíáöïñÝò óöáëìÜôùí óôï .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -407,7 +407,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -417,7 +417,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -438,7 +438,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "ôá %s êáé %s åßíáé áìïéâáßá áðïêëåéþìåíá"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -451,14 +451,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -467,7 +467,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -545,7 +545,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "Ý÷åé åðéëå÷èåß áäýíáôï êñéôÞñéï åðéëïãÞò (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -581,7 +581,7 @@ msgstr ""
"ðñþôï áñ÷åßï PO ðïõ ôá Ý÷åé ïñßóåé. Ïé èÝóåéò áñ÷åßïõ áðü üëá ôá áñ÷åßá PO\n"
"èá äéáôçñçèïýí.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -671,7 +671,7 @@ msgstr ""
" -V, --version åìöÜíéóç ðëçñïöïñéþí Ýêäïóçò êáé Ýîïäïò\n"
" -w, --width=ÁÑÉÈÌÏÓ ïñéóìüò ìåãÝèïõò ðëÜôïõò óåëßäáò åîüäïõ\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -759,19 +759,19 @@ msgid "warning: this message is not used"
msgstr "ðñïåéäïðïßçóç: áõôü ôï ìÞíõìá äåí ÷ñçóéìïðïåßôáé"
#
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, fuzzy, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "âñÝèçêáí %d óïâáñÜ óöÜëìáôá"
#
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "åðáíáëáìâáíüìåíïò ïñéóìüò ìçíýìáôïò"
#
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
@@ -879,12 +879,12 @@ msgstr ""
" -V, --version åìöÜíéóç ðëçñïöïñéþí Ýêäïóçò êáé Ýîïäïò\n"
" -w, --width=ÁÑÉÈÌÏÓ ïñéóìüò ìåãÝèïõò ðëÜôïõò óåëßäáò åîüäïõ\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -893,7 +893,7 @@ msgid ""
msgstr ""
#
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1248,58 +1248,58 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
#
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "ìç áðïäåêôÞ óåéñÜ ÷áñáêôÞñùí äéáöõãÞò"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
#
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
@@ -1307,134 +1307,134 @@ msgstr[0] "
msgstr[1] "áõôü ôï ìÞíõìá ÷ñçóéìïðïåßôáé, áëëÜ äåí ïñßæåôáé óôï %s"
#
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "áõôü ôï ìÞíõìá ÷ñçóéìïðïåßôáé, áëëÜ äåí ïñßæåôáé óôï %s"
msgstr[1] "áõôü ôï ìÞíõìá ÷ñçóéìïðïåßôáé, áëëÜ äåí ïñßæåôáé óôï %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
#
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "Ïé åããñáöÝò `msgid' êáé `msgstr' äåí îåêéíïýí êáé ïé äýï ìå '\\n'"
#
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "Ïé åããñáöÝò `msgid' êáé `msgstr' äåí îåêéíïýí êáé ïé äýï ìå '\\n'"
#
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "Ïé åããñáöÝò `msgid' êáé `msgstr' äåí îåêéíïýí êáé ïé äýï ìå '\\n'"
#
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "Ïé åããñáöÝò `msgid' êáé `msgstr' äåí ôåëåéþíïõí êáé ïé äýï ìå '\\n'"
#
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "Ïé åããñáöÝò `msgid' êáé `msgstr' äåí ôåëåéþíïõí êáé ïé äýï ìå '\\n'"
#
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "Ïé åããñáöÝò `msgid' êáé `msgstr' äåí ôåëåéþíïõí êáé ïé äýï ìå '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
#
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "ôï ðåäßï `%s' Ý÷åé ðáñáëçöèåß áðü ôç êåöáëßäá"
#
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "ôï ðåäßá êåöáëßäáò `%s' èá Ýðñåðå íá îåêéíÜ óôçí áñ÷Þ ôçò ãñáììÞò"
#
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "ìåñéêÜ ðåäßá ôçò êåöáëßäáò Ý÷ïõí áêüìá ôçí áñ÷éêÞ åî ïñéóìïý ôéìÞ"
#
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "ôï ðåäßï `%s' Ý÷åé áêüìá ôçí áñ÷éêÞ åî ïñéóìïý ôéìÞ"
#
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: ðñïåéäïðïßçóç: ôï áñ÷åßï åéóüäïõ ðåñéÝ÷åé ðñïóåããéóôéêÝò ìåôáöñÜóåéò"
#
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"%s: ðñïåéäïðïßçóç: ôï áñ÷åßï åéóüäïõ ðåñéÝ÷åé ðñïóåããéóôéêÝò ìåôáöñÜóåéò"
#
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: ðñïåéäïðïßçóç: ôï áñ÷åßï åéóüäïõ ðåñéÝ÷åé ðñïóåããéóôéêÝò ìåôáöñÜóåéò"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
#
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "ôï üíïìá ãéá ôç ðåñéï÷Þ \"%s\" äåí åßíáé êáôÜëëçëï ãéá üíïìá áñ÷åßïõ"
#
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
@@ -1442,23 +1442,23 @@ msgstr ""
"ãßíåé ÷ñÞóç ðñïèÝìáôïò"
#
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "ç ïäçãßá `domain %s' áãíïåßôáé"
#
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "ç êåíÞ åããñáöÞ `msgstr' áãíïåßôáé"
#
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ç ðñïóåããéóôéêÞ åããñáöÞ `msgstr' áãíïåßôáé"
#
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr ""
@@ -1654,46 +1654,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1745,18 +1745,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2041,14 +2041,14 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
#
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, fuzzy, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2056,33 +2056,33 @@ msgid ""
msgstr ""
"%s: ðñïåéäïðïßçóç: ôï áñ÷åßï åéóüäïõ ðåñéÝ÷åé ðñïóåããéóôéêÝò ìåôáöñÜóåéò"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2090,7 +2090,7 @@ msgid ""
msgstr ""
#
-#: src/po-charset.c:335
+#: src/po-charset.c:338
#, fuzzy
msgid ""
"Charset missing in header.\n"
@@ -2134,29 +2134,29 @@ msgid "too many errors, aborting"
msgstr "ðÜñá ðïëëÜ óöÜëìáôá, åãêáôáëåßðù"
#
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
#, fuzzy
msgid "invalid multibyte sequence"
msgstr "ìç áðïäåêôÞ óåéñÜ ÷áñáêôÞñùí äéáöõãÞò"
#
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "ìç áðïäåêôÞ óåéñÜ ÷áñáêôÞñùí äéáöõãÞò"
#
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "ìç áðïäåêôÞ óåéñÜ ÷áñáêôÞñùí äéáöõãÞò"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
#
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
@@ -2164,24 +2164,24 @@ msgid "error while reading \"%s\""
msgstr "óöÜëìá óôçí áíÜãíùóç ôïõ \"%s\""
#
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "Üãíùóôç åíôïëÞ \"%s\""
#
-#: src/po-lex.c:933
+#: src/po-lex.c:935
#, fuzzy
msgid "invalid control sequence"
msgstr "ìç áðïäåêôÞ óåéñÜ ÷áñáêôÞñùí äéáöõãÞò"
#
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "ôÝëïò áñ÷åßïõ (EOF) óôï áëöáñéèìçôéêü"
#
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "ôÝñìá-ãñáììÞò (eol) óôï áëöáñéèìçôéêü"
@@ -2254,7 +2254,7 @@ msgid "failed to create \"%s\""
msgstr ""
#
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "óöÜëìá óôçí åããñáöÞ ôïõ áñ÷åßïõ \"%s\""
@@ -2270,7 +2270,7 @@ msgid "error while opening \"%s\" for writing"
msgstr "óöÜëìá êáôÜ ôï Üíïéãìá ôïõ áñ÷åßïõ \"%s\" ãéá åããñáöÞ"
#
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2278,7 +2278,7 @@ msgstr ""
"ôá ìçíýìáôá ðñïò ìåôÜöñáóç äåí ðñÝðåé íá ðåñéÝ÷ïõí ôï ÷áñáêôÞñá äéáöõãÞò `\\%"
"c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2288,13 +2288,13 @@ msgid ""
msgstr ""
#
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "áäõíáìßá äçìéïõñãßáò áñ÷åßïõ åîüäïõ \"%s\""
#
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "êáíïíéêÞ Ýîïäïò"
@@ -2312,7 +2312,7 @@ msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: ðñïåéäïðïßçóç: ìç ôåñìáôéóìÝíï áëöáñéèìçôéêü"
#
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "áõôü ôï áñ÷åßï äåí ìðïñåß íá ðåñéÝ÷åé ïäçãßåò ãéá ôç ðåñéï÷Þ"
@@ -2343,25 +2343,25 @@ msgid "xgettext cannot work without keywords to look for"
msgstr ""
#
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"ðñïåéäïðïßçóç: ôï áñ÷åßï `%s' ìå êáôÜëçîç `%s' åßíáé Üãíùóôï· èá äïêéìáóôåß C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2371,7 +2371,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2383,7 +2383,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2393,7 +2393,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2405,7 +2405,7 @@ msgid ""
msgstr ""
#
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2448,11 +2448,11 @@ msgstr ""
" -w, --width=ÁÑÉÈÌÏÓ ïñéóìüò ìåãÝèïõò ðëÜôïõò óåëßäáò åîüäïõ\n"
#
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "êáíïíéêÞ åßóïäïò"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2460,7 +2460,7 @@ msgid ""
msgstr ""
#
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "ç ãëþóóá `%s' åßíáé Üãíùóôç"
diff --git a/po/en@boldquot.gmo b/po/en@boldquot.gmo
index f2c896100..ff33be630 100644
Binary files a/po/en@boldquot.gmo and b/po/en@boldquot.gmo differ
diff --git a/po/en@boldquot.po b/po/en@boldquot.po
index 847f75f8b..d3cd606da 100644
--- a/po/en@boldquot.po
+++ b/po/en@boldquot.po
@@ -30,9 +30,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: GNU gettext 0.11.1\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
-"PO-Revision-Date: 2002-04-24 19:27+0200\n"
+"Project-Id-Version: GNU gettext 0.11.3\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
+"PO-Revision-Date: 2002-07-17 13:52+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -54,8 +54,8 @@ msgstr "ambiguous argument â[1m%s[0mâ for â[1m%s[0mâ"
msgid "Valid arguments are:"
msgstr "Valid arguments are:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "error while opening â[1m%s[0mâ for reading"
@@ -146,11 +146,11 @@ msgstr "%s: option â[1m-W %s[0mâ is ambiguous\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: option â[1m-W %s[0mâ doesn't allow an argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Java compiler not found, try installing gcj or set $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr "Java virtual machine not found, try installing gij or set $JAVA"
@@ -281,7 +281,7 @@ msgstr ""
"format specifications in â[1mmsgid[0mâ and â[1m%s[0mâ for argument â[1m%s"
"[0mâ are not the same"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -296,7 +296,7 @@ msgstr ""
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -305,7 +305,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Written by %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "too many arguments"
@@ -313,11 +313,11 @@ msgstr "too many arguments"
msgid "missing arguments"
msgstr "missing arguments"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Try â[1m%s --help[0mâ for more information.\n"
@@ -378,25 +378,25 @@ msgstr ""
"found in the selected catalog are translated.\n"
"Standard search directory: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Report bugs to .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "Usage: %s [OPTION]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "Print the machine's hostname.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -411,7 +411,7 @@ msgstr ""
" and aliases\n"
" -i, --ip-address addresses for the hostname\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -424,7 +424,7 @@ msgstr ""
" -h, --help display this help and exit\n"
" -V, --version output version information and exit\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "could not get host name"
@@ -444,7 +444,7 @@ msgstr "at most one input file allowed"
msgid "%s and %s are mutually exclusive"
msgstr "%s and %s are mutually exclusive"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Usage: %s [OPTION] [INPUTFILE]\n"
@@ -459,14 +459,14 @@ msgstr ""
"and manipulates the attributes.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Mandatory arguments to long options are mandatory for short options too.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -479,7 +479,7 @@ msgstr ""
" -D, --directory=DIRECTORY add DIRECTORY to list for input files search\n"
"If no input file is given or if it is -, standard input is read.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "impossible selection criteria specified (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Usage: %s [OPTION] [INPUTFILE]...\n"
@@ -595,7 +595,7 @@ msgstr ""
"is specified, they will be taken from the first PO file to define them.\n"
"File positions from all PO files will be cumulated.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -681,7 +681,7 @@ msgstr ""
" -s, --sort-output generate sorted output\n"
" -F, --sort-by-file sort output by file location\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -761,18 +761,18 @@ msgstr "this message is used but not defined in %s"
msgid "warning: this message is not used"
msgstr "warning: this message is not used"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "found %d fatal error"
msgstr[1] "found %d fatal errors"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "duplicate message definition"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...this is the location of the first definition"
@@ -855,12 +855,12 @@ msgstr ""
" -F, --sort-by-file sort output by file location\n"
" --omit-header don't write header with â[1mmsgid \"\"[0mâ entry\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Converts a translation catalog to a different character encoding.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -871,7 +871,7 @@ msgstr ""
" -t, --to-code=NAME encoding for output\n"
"The default encoding is the current locale's encoding.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1274,25 +1274,25 @@ msgstr ""
" --statistics print statistics about translations\n"
" -v, --verbose increase verbosity level\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "plural expression can produce negative values"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu but plural expression can produce values as large as %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "plural expression can produce division by zero"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "plural expression can produce integer overflow"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1300,51 +1300,51 @@ msgstr ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "message catalog has plural form translations..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...but header entry lacks a â[1mplural=EXPRESSION[0mâ attribute"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...but header entry lacks a â[1mnplurals=INTEGER[0mâ attribute"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "invalid nplurals value"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "invalid plural expression"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...but some messages have only one plural form"
msgstr[1] "...but some messages have only %lu plural forms"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...but some messages have one plural form"
msgstr[1] "...but some messages have %lu plural forms"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Try using the following, valid for %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1352,119 +1352,119 @@ msgstr ""
"message catalog has plural form translations, but lacks a header entry with "
"â[1mPlural-Forms: nplurals=INTEGER; plural=EXPRESSION;[0mâ"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
"â[1mmsgid[0mâ and â[1mmsgid_plural[0mâ entries do not both begin with â[1m\\n"
"[0mâ"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr ""
"â[1mmsgid[0mâ and â[1mmsgstr[%u][0mâ entries do not both begin with â[1m\\n"
"[0mâ"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr ""
"â[1mmsgid[0mâ and â[1mmsgstr[0mâ entries do not both begin with â[1m\\n[0mâ"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
"â[1mmsgid[0mâ and â[1mmsgid_plural[0mâ entries do not both end with â[1m\\n"
"[0mâ"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr ""
"â[1mmsgid[0mâ and â[1mmsgstr[%u][0mâ entries do not both end with â[1m\\n[0mâ"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr ""
"â[1mmsgid[0mâ and â[1mmsgstr[0mâ entries do not both end with â[1m\\n[0mâ"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "plural handling is a GNU gettext extension"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "â[1m%s[0mâ is not a valid %s format string, unlike â[1mmsgid[0mâ"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr lacks the keyboard accelerator mark â[1m%c[0mâ"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr has too many keyboard accelerator marks â[1m%c[0mâ"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "headerfield â[1m%s[0mâ missing in header\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "header field â[1m%s[0mâ should start at beginning of line\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "some header fields still have the initial default value\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "field â[1m%s[0mâ still has initial default value\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "warning: PO file header missing or invalid\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "warning: charset conversion will not work\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "warning: PO file header fuzzy\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "warning: older versions of msgfmt will give an error on this\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domain name â[1m%s[0mâ not suitable as file name"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domain name â[1m%s[0mâ not suitable as file name: will use prefix"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "â[1mdomain %s[0mâ directive ignored"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "empty â[1mmsgstr[0mâ entry ignored"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "fuzzy â[1mmsgstr[0mâ entry ignored"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: warning: source file contains fuzzy translation"
@@ -1713,17 +1713,17 @@ msgstr ""
msgid "English translations for %s package"
msgstr "English translations for %s package"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "present charset â[1m%s[0mâ is not a portable encoding name"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "two different charsets â[1m%s[0mâ and â[1m%s[0mâ in input file"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
@@ -1731,7 +1731,7 @@ msgstr ""
"input file â[1m%s[0mâ doesn't contain a header entry with a charset "
"specification"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1740,17 +1740,17 @@ msgstr ""
"domain â[1m%s[0mâ in input file â[1m%s[0mâ doesn't contain a header entry "
"with a charset specification"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "target charset â[1m%s[0mâ is not a portable encoding name."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "warning: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1758,7 +1758,7 @@ msgstr ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1828,11 +1828,11 @@ msgstr ""
msgid "conversion failure"
msgstr "conversion failure"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "input file doesn't contain a header entry with a charset specification"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1841,7 +1841,7 @@ msgstr ""
"Cannot convert from â[1m%s[0mâ to â[1m%s[0mâ. %s relies on iconv(), and iconv"
"() does not support this conversion."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2174,13 +2174,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: warning: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2189,15 +2189,15 @@ msgstr ""
"Charset â[1m%s[0mâ is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Continuing anyway, expect parse errors."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Continuing anyway."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2206,7 +2206,7 @@ msgstr ""
"Charset â[1m%s[0mâ is not supported. %s relies on iconv(),\n"
"and iconv() does not support â[1m%s[0mâ.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2214,12 +2214,12 @@ msgstr ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2228,7 +2228,7 @@ msgstr ""
"Charset â[1m%s[0mâ is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2265,43 +2265,43 @@ msgstr "plural form has wrong index"
msgid "too many errors, aborting"
msgstr "too many errors, aborting"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "invalid multibyte sequence"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "incomplete multibyte sequence at end of file"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "incomplete multibyte sequence at end of line"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv failure"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "error while reading â[1m%s[0mâ"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "keyword â[1m%s[0mâ unknown"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "invalid control sequence"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "end-of-file within string"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "end-of-line within string"
@@ -2366,7 +2366,7 @@ msgstr "not a valid Java class name: %s"
msgid "failed to create \"%s\""
msgstr "failed to create â[1m%s[0mâ"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "error while writing â[1m%s[0mâ file"
@@ -2380,7 +2380,7 @@ msgstr "compilation of Java class failed, please try --verbose or set $JAVAC"
msgid "error while opening \"%s\" for writing"
msgstr "error while opening â[1m%s[0mâ for writing"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2388,7 +2388,7 @@ msgstr ""
"internationalized messages should not contain the â[1m\\%c[0mâ escape "
"sequence"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2401,12 +2401,12 @@ msgstr ""
"different from yours. Consider using a pure ASCII msgid instead.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "cannot create output file â[1m%s[0mâ"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard output"
@@ -2421,7 +2421,7 @@ msgstr "%s:%d: warning: unterminated character constant"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: warning: unterminated string literal"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "this file may not contain domain directives"
@@ -2448,17 +2448,17 @@ msgstr "--join-existing cannot be used when output is written to stdout"
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext cannot work without keywords to look for"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "warning: file â[1m%s[0mâ extension â[1m%s[0mâ is unknown; will try C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extract translatable strings from given input files.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2467,7 +2467,7 @@ msgstr ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2482,7 +2482,7 @@ msgstr ""
" -p, --output-dir=DIR output files will be placed in directory DIR\n"
"If output file is -, output is written to standard output.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2501,7 +2501,7 @@ msgstr ""
" -C, --c++ shorthand for --language=C++\n"
"By default the language is guessed depending on the input file name extension.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2516,7 +2516,7 @@ msgstr ""
" -c, --add-comments[=TAG] place comment block with TAG (or those\n"
" preceding keyword lines) in output file\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2533,7 +2533,7 @@ msgstr ""
" -T, --trigraphs understand ANSI C trigraphs for input\n"
" --debug more detailed formatstring recognition result\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2574,11 +2574,11 @@ msgstr ""
" -m, --msgstr-prefix[=STRING] use STRING or \"\" as prefix for msgstr entries\n"
" -M, --msgstr-suffix[=STRING] use STRING or \"\" as suffix for msgstr entries\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard input"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2588,7 +2588,7 @@ msgstr ""
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "language â[1m%s[0mâ unknown"
diff --git a/po/en@quot.gmo b/po/en@quot.gmo
index 176230ecf..0fdb75b77 100644
Binary files a/po/en@quot.gmo and b/po/en@quot.gmo differ
diff --git a/po/en@quot.po b/po/en@quot.po
index 900f5559f..64ab20e26 100644
--- a/po/en@quot.po
+++ b/po/en@quot.po
@@ -27,9 +27,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: GNU gettext 0.11.1\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
-"PO-Revision-Date: 2002-04-24 19:27+0200\n"
+"Project-Id-Version: GNU gettext 0.11.3\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
+"PO-Revision-Date: 2002-07-17 13:52+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -51,8 +51,8 @@ msgstr "ambiguous argument â%sâ for â%sâ"
msgid "Valid arguments are:"
msgstr "Valid arguments are:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "error while opening â%sâ for reading"
@@ -143,11 +143,11 @@ msgstr "%s: option â-W %sâ is ambiguous\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: option â-W %sâ doesn't allow an argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Java compiler not found, try installing gcj or set $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr "Java virtual machine not found, try installing gij or set $JAVA"
@@ -268,7 +268,7 @@ msgid ""
msgstr ""
"format specifications in âmsgidâ and â%sâ for argument â%sâ are not the same"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -283,7 +283,7 @@ msgstr ""
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -292,7 +292,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Written by %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "too many arguments"
@@ -300,11 +300,11 @@ msgstr "too many arguments"
msgid "missing arguments"
msgstr "missing arguments"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Try â%s --helpâ for more information.\n"
@@ -365,25 +365,25 @@ msgstr ""
"found in the selected catalog are translated.\n"
"Standard search directory: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Report bugs to .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "Usage: %s [OPTION]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "Print the machine's hostname.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -398,7 +398,7 @@ msgstr ""
" and aliases\n"
" -i, --ip-address addresses for the hostname\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -411,7 +411,7 @@ msgstr ""
" -h, --help display this help and exit\n"
" -V, --version output version information and exit\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "could not get host name"
@@ -431,7 +431,7 @@ msgstr "at most one input file allowed"
msgid "%s and %s are mutually exclusive"
msgstr "%s and %s are mutually exclusive"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Usage: %s [OPTION] [INPUTFILE]\n"
@@ -446,14 +446,14 @@ msgstr ""
"and manipulates the attributes.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Mandatory arguments to long options are mandatory for short options too.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -466,7 +466,7 @@ msgstr ""
" -D, --directory=DIRECTORY add DIRECTORY to list for input files search\n"
"If no input file is given or if it is -, standard input is read.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -554,7 +554,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "impossible selection criteria specified (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Usage: %s [OPTION] [INPUTFILE]...\n"
@@ -582,7 +582,7 @@ msgstr ""
"is specified, they will be taken from the first PO file to define them.\n"
"File positions from all PO files will be cumulated.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -668,7 +668,7 @@ msgstr ""
" -s, --sort-output generate sorted output\n"
" -F, --sort-by-file sort output by file location\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -748,18 +748,18 @@ msgstr "this message is used but not defined in %s"
msgid "warning: this message is not used"
msgstr "warning: this message is not used"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "found %d fatal error"
msgstr[1] "found %d fatal errors"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "duplicate message definition"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...this is the location of the first definition"
@@ -842,12 +842,12 @@ msgstr ""
" -F, --sort-by-file sort output by file location\n"
" --omit-header don't write header with âmsgid \"\"â entry\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Converts a translation catalog to a different character encoding.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -858,7 +858,7 @@ msgstr ""
" -t, --to-code=NAME encoding for output\n"
"The default encoding is the current locale's encoding.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1261,25 +1261,25 @@ msgstr ""
" --statistics print statistics about translations\n"
" -v, --verbose increase verbosity level\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "plural expression can produce negative values"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu but plural expression can produce values as large as %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "plural expression can produce division by zero"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "plural expression can produce integer overflow"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1287,51 +1287,51 @@ msgstr ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "message catalog has plural form translations..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...but header entry lacks a âplural=EXPRESSIONâ attribute"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...but header entry lacks a ânplurals=INTEGERâ attribute"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "invalid nplurals value"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "invalid plural expression"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...but some messages have only one plural form"
msgstr[1] "...but some messages have only %lu plural forms"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...but some messages have one plural form"
msgstr[1] "...but some messages have %lu plural forms"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Try using the following, valid for %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1339,110 +1339,110 @@ msgstr ""
"message catalog has plural form translations, but lacks a header entry with "
"âPlural-Forms: nplurals=INTEGER; plural=EXPRESSION;â"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "âmsgidâ and âmsgid_pluralâ entries do not both begin with â\\nâ"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "âmsgidâ and âmsgstr[%u]â entries do not both begin with â\\nâ"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "âmsgidâ and âmsgstrâ entries do not both begin with â\\nâ"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "âmsgidâ and âmsgid_pluralâ entries do not both end with â\\nâ"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "âmsgidâ and âmsgstr[%u]â entries do not both end with â\\nâ"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "âmsgidâ and âmsgstrâ entries do not both end with â\\nâ"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "plural handling is a GNU gettext extension"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "â%sâ is not a valid %s format string, unlike âmsgidâ"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr lacks the keyboard accelerator mark â%câ"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr has too many keyboard accelerator marks â%câ"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "headerfield â%sâ missing in header\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "header field â%sâ should start at beginning of line\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "some header fields still have the initial default value\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "field â%sâ still has initial default value\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "warning: PO file header missing or invalid\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "warning: charset conversion will not work\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "warning: PO file header fuzzy\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "warning: older versions of msgfmt will give an error on this\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domain name â%sâ not suitable as file name"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domain name â%sâ not suitable as file name: will use prefix"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "âdomain %sâ directive ignored"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "empty âmsgstrâ entry ignored"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "fuzzy âmsgstrâ entry ignored"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: warning: source file contains fuzzy translation"
@@ -1689,24 +1689,24 @@ msgstr ""
msgid "English translations for %s package"
msgstr "English translations for %s package"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "present charset â%sâ is not a portable encoding name"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "two different charsets â%sâ and â%sâ in input file"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
"input file â%sâ doesn't contain a header entry with a charset specification"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1715,17 +1715,17 @@ msgstr ""
"domain â%sâ in input file â%sâ doesn't contain a header entry with a charset "
"specification"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "target charset â%sâ is not a portable encoding name."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "warning: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1733,7 +1733,7 @@ msgstr ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1803,11 +1803,11 @@ msgstr ""
msgid "conversion failure"
msgstr "conversion failure"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "input file doesn't contain a header entry with a charset specification"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1816,7 +1816,7 @@ msgstr ""
"Cannot convert from â%sâ to â%sâ. %s relies on iconv(), and iconv() does not "
"support this conversion."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2149,13 +2149,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: warning: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2164,15 +2164,15 @@ msgstr ""
"Charset â%sâ is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Continuing anyway, expect parse errors."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Continuing anyway."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2181,7 +2181,7 @@ msgstr ""
"Charset â%sâ is not supported. %s relies on iconv(),\n"
"and iconv() does not support â%sâ.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2189,12 +2189,12 @@ msgstr ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2203,7 +2203,7 @@ msgstr ""
"Charset â%sâ is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2240,43 +2240,43 @@ msgstr "plural form has wrong index"
msgid "too many errors, aborting"
msgstr "too many errors, aborting"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "invalid multibyte sequence"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "incomplete multibyte sequence at end of file"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "incomplete multibyte sequence at end of line"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv failure"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "error while reading â%sâ"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "keyword â%sâ unknown"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "invalid control sequence"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "end-of-file within string"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "end-of-line within string"
@@ -2341,7 +2341,7 @@ msgstr "not a valid Java class name: %s"
msgid "failed to create \"%s\""
msgstr "failed to create â%sâ"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "error while writing â%sâ file"
@@ -2355,14 +2355,14 @@ msgstr "compilation of Java class failed, please try --verbose or set $JAVAC"
msgid "error while opening \"%s\" for writing"
msgstr "error while opening â%sâ for writing"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"internationalized messages should not contain the â\\%câ escape sequence"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2375,12 +2375,12 @@ msgstr ""
"different from yours. Consider using a pure ASCII msgid instead.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "cannot create output file â%sâ"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard output"
@@ -2395,7 +2395,7 @@ msgstr "%s:%d: warning: unterminated character constant"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: warning: unterminated string literal"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "this file may not contain domain directives"
@@ -2422,17 +2422,17 @@ msgstr "--join-existing cannot be used when output is written to stdout"
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext cannot work without keywords to look for"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "warning: file â%sâ extension â%sâ is unknown; will try C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extract translatable strings from given input files.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2441,7 +2441,7 @@ msgstr ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2456,7 +2456,7 @@ msgstr ""
" -p, --output-dir=DIR output files will be placed in directory DIR\n"
"If output file is -, output is written to standard output.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2475,7 +2475,7 @@ msgstr ""
" -C, --c++ shorthand for --language=C++\n"
"By default the language is guessed depending on the input file name extension.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2490,7 +2490,7 @@ msgstr ""
" -c, --add-comments[=TAG] place comment block with TAG (or those\n"
" preceding keyword lines) in output file\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2507,7 +2507,7 @@ msgstr ""
" -T, --trigraphs understand ANSI C trigraphs for input\n"
" --debug more detailed formatstring recognition result\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2548,11 +2548,11 @@ msgstr ""
" -m, --msgstr-prefix[=STRING] use STRING or \"\" as prefix for msgstr entries\n"
" -M, --msgstr-suffix[=STRING] use STRING or \"\" as suffix for msgstr entries\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard input"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2562,7 +2562,7 @@ msgstr ""
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "language â%sâ unknown"
diff --git a/po/es.gmo b/po/es.gmo
index 69bfd9b60..bf42043d7 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index 8df6e8f6b..075bd877e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-06-11 18:08-0500\n"
"Last-Translator: Max de Mendizábal \n"
"Language-Team: Spanish \n"
@@ -28,8 +28,8 @@ msgstr "el argumento `%s' es ambiguo para `%s'"
msgid "Valid arguments are:"
msgstr "Los argumentos válidos son:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "error al abrir el fichero \"%s\" para lectura"
@@ -124,12 +124,12 @@ msgstr "%s: la opci
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: la opción `-W %s' no admite ningún argumento\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"No se encuentró al compilador de Java, intente instalar gcj o poner $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"No se encontró a la máquina virtual de Java, intente instalar gij o poner "
@@ -292,10 +292,10 @@ msgid "missing arguments"
msgstr "faltan argumentos"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Pruebe `%s --help' para más información.\n"
@@ -374,10 +374,10 @@ msgstr ""
"Directorio de búsqueda estándar: %s\n"
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Comunicar los `bugs' a .\n"
@@ -406,7 +406,7 @@ msgstr ""
" completo del dominio calificado,\n"
" -i, --ip-address dirección del nombre de la máquina\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -439,7 +439,7 @@ msgstr "s
msgid "%s and %s are mutually exclusive"
msgstr "%s y %s son mutuamente excluyentes"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Modo de empleo: %s [OPCIÓN] [FICHEROENTRADA]\n"
@@ -454,14 +454,14 @@ msgstr ""
"atributos, y luego manipula los atributos.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Los argumentos obligatorios para las opciones largas también son obligatorios para las opciones cortas.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -475,7 +475,7 @@ msgstr ""
" de ficheros de entrada\n"
"Si no se da ningún fichero de entrada o si es -, se lee la entrada estándar.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -565,7 +565,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "se especificó un criterio de selección imposible (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Modo de empleo: %s [OPCIÓN] [FICHEROENTRADA]...\n"
@@ -596,7 +596,7 @@ msgstr ""
"fichero PO para definirlos. Las posiciones dentro del fichero de todos\n"
"los ficheros PO se conservarán. \n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -690,7 +690,7 @@ msgstr ""
" -s, --sort-output escribe la salida ordenada\n"
" -F, --sort-by-file escribe la salida ordenada por fichero\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -855,7 +855,7 @@ msgstr "atenci
#
# 07061996mm: Mujer fatal es menos que mortal, menos que peligroso e incita a la
# aventura. Quizá no sea tan malo como dice Enrique, a menos que...
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
@@ -863,11 +863,11 @@ msgstr[0] "se encontr
msgstr[1] "se encontraron %d errores fatales"
# Nota: es la definición la que está duplicada.
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "definición del mensaje duplicada"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...aquí está la primera definición"
@@ -955,12 +955,12 @@ msgstr ""
" -F, --sort-by-file escribe la salida ordenada por fichero\n"
" --omit-header no escribe la línea de encabezado `msgid \"\"'\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Convierte un catálogo de traducción a una codificación de carácteres distinta.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -974,7 +974,7 @@ msgstr ""
# Lo mismo en ' informa de la versión...' em
# Obligatorios.. obligatorios , queda un poco feo. Si lo que se pretende
# es ser fiel al original, pon 'son tambien obligatorios para...' em+
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1398,26 +1398,26 @@ msgstr ""
" --statistics muestra las estadísticas sobre las traducciones\n"
" -v, --verbose aumenta el cantidad de mensajes\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "la expresión plural puede producir resultados negativos"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu pero las expresiones plurales pueden producir valores tan "
"grades como %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "la expresión plural puede producir una división por cero"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "la expresión plural puede producir un sobreflujo entero"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1425,51 +1425,51 @@ msgstr ""
"la expresión plural puede producir excepciones aritméticas, posiblemente una "
"división por cero"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "el catálogo de mensajes tiene formas plurales en las traducciones..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "... pero el encabezado no tiene el atributo \"plural=EXPRESIÓN\""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "... pero el encabezado no tiene el atributo \"nplurals=ENTERO\""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "valor inválido de nplurals"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "expresión plural inválida"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu ..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "... pero algunos mensajes sólo tienen solo una forma plural"
msgstr[1] "... pero algunos mensajes sólo tienen %lu formas plurales"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "... pero algunos mensajes tienen solo una forma plural"
msgstr[1] "... pero algunos mensajes tienen %lu formas plurales"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Pruebe utilizando lo siguiente, válido para %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1493,7 +1493,7 @@ msgstr ""
# Sigue pareciendo que deben tenerlo las dos (y no es esa la idea).
# Si no se te ocurre nada mejor, sugerencia:
# "Una de las líneas msgid y msgstr comienza con `\\n' y la otra no" sv+
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
"a alguna de las líneas `msgid' y `msgid_plural' les falta el `\\n' inicial"
@@ -1514,7 +1514,7 @@ msgstr ""
# Sigue pareciendo que deben tenerlo las dos (y no es esa la idea).
# Si no se te ocurre nada mejor, sugerencia:
# "Una de las líneas msgid y msgstr comienza con `\\n' y la otra no" sv+
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr ""
@@ -1536,98 +1536,98 @@ msgstr ""
# Sigue pareciendo que deben tenerlo las dos (y no es esa la idea).
# Si no se te ocurre nada mejor, sugerencia:
# "Una de las líneas msgid y msgstr comienza con `\\n' y la otra no" sv+
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "a alguna de las líneas `msgid' y `msgstr' les falta el `\\n' inicial"
# Lo mismo, no es que a una de las dos le falte, sino que una lo tiene
# y la otra no, así de sencillo. sv+
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
"a alguna de las líneas `msgid' y `msgid_plural' les falta el `\\n' final"
# Lo mismo, no es que a una de las dos le falte, sino que una lo tiene
# y la otra no, así de sencillo. sv+
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "a alguna de las líneas `msgid' y `msgstr[%u]' les falta el `\\n' final"
# Lo mismo, no es que a una de las dos le falte, sino que una lo tiene
# y la otra no, así de sencillo. sv+
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "a alguna de las líneas `msgid' y `msgstr' les falta el `\\n' final"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "el manejo del plural es una extensión del gettext de GNU"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'%s' no es un formato de cadena válido %s, a diferencia de 'msgid'"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr no tiene la marca del acelerador de teclado '%c'"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr tiene demasiadas marcas de aceleración de teclado '%c'"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "no existe el campo `%s' en la cabecera\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "el campo de encabezado `%s' debe comenzar al principio de la línea\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "algunos campos de cabecera aún tienen el valor inicial por defecto\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "el campo `%s' aún tiene el valor inicial por defecto\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "atención: el encabezado del fichero PO no existe o es inválido\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "atención: la conversión del conjunto de caracteres no funcionará\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "atención: el encabezado del fichero PO está difuso\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
"atención: las versiones anteriores de msgfmt producirán un error en esto\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "el nombre de dominio \"%s\" no es válido como nombre de fichero"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"el nombre del dominio \"%s\" no es válido como nombre de fichero:\n"
"se utilizará un prefijo"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "la instrucción `domain %s' no tiene efecto"
@@ -1636,17 +1636,17 @@ msgstr "la instrucci
# Ignorar es no saber (not to know). "to ignore" es "no hacer caso".
# Sugerencia: Descartar. sv
# Excelente palabreja. Me gusta mucho. mm
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "se descarta la línea vacía `msgstr'"
# Lo mismo. sv
# Ok. mm
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "se descarta la línea difusa `msgstr'"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: atención: el fichero fuente contiene una traducción difusa"
@@ -1909,21 +1909,21 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Traducciones al español para el paquete %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
"el conjunto de caracteres actual \"%s\" no es un nombre de codificación "
"portátil"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
"hay dos distintos conjuntos de caracteres \"%s\" y \"%s\" en el fichero de "
"entrada"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
@@ -1931,7 +1931,7 @@ msgstr ""
"el fichero de entrada `%s' no contiene una línea de encabezado con la "
"especificación del conjunto de caracteres"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1940,19 +1940,19 @@ msgstr ""
"el dominio \"%s\" en el fichero de entrada `%s' no contiene una línea de\n"
"encabezado con la especificación del conjunto de caracteres"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
"el conjunto de caracteres destino \"%s\" no es un nombre de codificación "
"portátil."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "atención: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1960,7 +1960,7 @@ msgstr ""
"Los ficheros de entrada contienen mensajes en distintas codificaciones,\n"
"UTF-8 entre otras. Por ello se convierte la salida a UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -2030,13 +2030,13 @@ msgstr ""
msgid "conversion failure"
msgstr "falla de conversión"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
"El fichero de entrada no contiene una línea de encabezado que especifique el "
"conjunto de caracteres"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -2045,7 +2045,7 @@ msgstr ""
"No se puede convertir de \"%s\" a \"%s\". %s se basa en iconv(), e iconv()\n"
"no soporta este tipo de conversión."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2405,13 +2405,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: atención: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2421,15 +2421,15 @@ msgstr ""
"La conversión de mensajes al conjunto de caracteres del usuario podría no "
"funcionar.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Se continúa de todas formas, aunque habrá errores de parseo."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Se continúa de todas formas."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2438,7 +2438,7 @@ msgstr ""
"El conjunto de caracteres \"%s\" no está soportado. %s se basa en iconv(),\n"
"e iconv() no soporta \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2446,12 +2446,12 @@ msgstr ""
"Instalando GNU libiconv y luego reinstalando GNU gettext\n"
"podría arreglar este problema.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2460,7 +2460,7 @@ msgstr ""
"El conjunto de caracteres \"%s\" no está soportado. %s se basa en iconv().\n"
"Esta versión fue construida sin iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2531,43 +2531,43 @@ msgstr "la primera forma del plural tiene un
msgid "too many errors, aborting"
msgstr "demasiados errores, programa interrumpido"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "sucesión de multibyte inválida"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "sucesión de multibyte inválida al final del fichero"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "sucesión de multibyte inválida al final de la línea"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "fallo en iconv"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "error al leer \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "palabra clave \"%s\" desconocida"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "secuencia de control ilegal"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "fin de fichero dentro de una cadena"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "fin de línea dentro de una cadena"
@@ -2632,7 +2632,7 @@ msgstr "no es un nombre de clase Java v
msgid "failed to create \"%s\""
msgstr "fallo al crear \"%s\""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "hubo un error al escribir el fichero \"%s\""
@@ -2647,7 +2647,7 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "error al abrir el fichero \"%s\" para escritura"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2655,7 +2655,7 @@ msgstr ""
"Los mensajes internacionalizados no deben contener la secuencia de escape `\\"
"%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2668,12 +2668,12 @@ msgstr ""
"caracteres diferente a la suya. Considere la opción de utilizar un msgid\n"
"en ASCII puro. %s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "no se puede crear el fichero de salida \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "salida estándar"
@@ -2719,7 +2719,7 @@ msgstr "%s:%d: atenci
# mente el verbo poder en Castellano es mucho más flexible que en otros
# idiomas. De todas maneras siempre se puede mirar otras traducciones. em
# ok. Acepto en 'no puede' a reserva de encontrar nuevos argumentos. mm
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "este fichero no puede contener instrucciones de dominio"
@@ -2748,19 +2748,19 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext no puede funcionar sin palabras claves que buscar"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"atención: el fichero `%s' con extensión `%s'\n"
"es desconocido; se intentará tipo C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extrae las cadenas traducibles a partir de un grupo de ficheros dados.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2769,7 +2769,7 @@ msgstr ""
"Los argumentos obligatorios en las opciones largas también lo son para las \n"
"opciones cortas. De forma similar se comportan los argumentos opcionales.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2786,7 +2786,7 @@ msgstr ""
" directorio DIR\n"
"Si el fichero de salida es -, la salida será escrita a la salida estándar.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2806,7 +2806,7 @@ msgstr ""
"Por defecto, el lenguaje se adivina dependiendo de la extensión del fichero\n"
"de entrada.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2822,7 +2822,7 @@ msgstr ""
" aquellas líneas que preceden a la palabra\n"
" clave) en el fichero de salida\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2843,7 +2843,7 @@ msgstr ""
" --debug muestra con más detalle el reconocimiento\n"
" de las cadenas de formato\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2893,11 +2893,11 @@ msgstr ""
" -M, --msgstr-suffix[=CADENA] utiliza la CADENA o \"\" como sufijo para las\n"
" líneas del msgstr\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "entrada estándar"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2907,7 +2907,7 @@ msgstr ""
"gettext(\"\") regresa la línea de encabezado con la\n"
"metainformación, no una cadena vacía.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "lenguaje `%s' desconocido"
diff --git a/po/et.gmo b/po/et.gmo
index 2a7d80dbe..bd1092d04 100644
Binary files a/po/et.gmo and b/po/et.gmo differ
diff --git a/po/et.po b/po/et.po
index 3283185cd..105109c63 100644
--- a/po/et.po
+++ b/po/et.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.37\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2001-04-30 16:25+0200\n"
"Last-Translator: Ivar Smolin \n"
"Language-Team: Estonian \n"
@@ -27,8 +27,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "viga faili \"%s\" avamisel (lugemiseks)"
@@ -119,11 +119,11 @@ msgstr "%s: v
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: võtmel `-W %s' ei tohi olla argumente\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -233,7 +233,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "vormingukirjeldused argumendi %lu jaoks ei ole sarnased"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -250,7 +250,7 @@ msgstr ""
"TEATUD KINDLAKS EESMÄRGIKS. Üksikasjade suhtes vaata GNU Üldist Avalikku\n"
"Litsentsi.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -259,7 +259,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Selle programmi on kirjutanud %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "liiga palju argumente"
@@ -267,11 +267,11 @@ msgstr "liiga palju argumente"
msgid "missing arguments"
msgstr "argumendid on puudu"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Täiendava info saamiseks proovi `%s --help'.\n"
@@ -336,26 +336,26 @@ msgstr ""
"found in the selected catalog are translated.!!!\n"
"Standardne otsinukataloog: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Vigadest teata aadressile .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -365,7 +365,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -375,7 +375,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -395,7 +395,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s ja %s on vastastikku välistavad"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -408,14 +408,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -424,7 +424,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -504,7 +504,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "lubamatu valikukriteeriumi kirjeldus (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -537,7 +537,7 @@ msgstr ""
"comments) jäetakse alles ainult esimesena kirjeldatud PO failist.\n"
"Positsioonikirjeldused võetakse ja säilitatakse kõikidest PO failidest.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -627,7 +627,7 @@ msgstr ""
" -V, --version väljastab versiooniinfo ja lõpetab programmi töö\n"
" -w, --width=NUMBER määrab väljastatava lehekülje laiuse\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -707,18 +707,18 @@ msgstr "see teade on kasutusel, kuid %s poolt kirjeldamata"
msgid "warning: this message is not used"
msgstr "hoiatus: see teade on kasutamata"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "leitud %d tõsine viga"
msgstr[1] "leitud %d tõsist viga"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "teade on kirjeldatud kaks korda"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...see on esimese kirjelduse asukoht"
@@ -822,12 +822,12 @@ msgstr ""
" -V, --version väljastab versiooniinfo ja lõpetab programmi töö\n"
" -w, --width=NUMBER määrab väljastatava lehekülje laiuse\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -835,7 +835,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1192,194 +1192,194 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "vigane juhtjada"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "see teade on kasutusel, kuid %s poolt kirjeldamata"
msgstr[1] "see teade on kasutusel, kuid %s poolt kirjeldamata"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "see teade on kasutusel, kuid %s poolt kirjeldamata"
msgstr[1] "see teade on kasutusel, kuid %s poolt kirjeldamata"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "`msgid' ja `msgst_plural' kirjed ei alga sarnaselt märgiga '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid' ja `msgstr[%u]' kirjed ei alga sarnaselt märgiga '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid' ja `msgstr' kirjed ei alga sarnaselt märgiga '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "`msgid' ja `msgst_plural' kirjed ei lõppe sarnaselt märgiga '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid' ja `msgstr[%u]' kirjed ei lõppe sarnaselt märgiga '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid' ja `msgstr' kirjed ei lõppe sarnaselt märgiga '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "päise kirjest on puudu väli `%s'"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "päise kirjes peab väli `%s' algama rea algusest"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "mõned päise kirjes olevad väljad sisaldavad ikka veel algseid väärtusi"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "väli `%s' sisaldab ikka veel algset väärtust"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: hoiatus: PO faili päis puudub, on kahtlane või vigane\n"
"%*s hoiatus: charset conversion will not work"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"Kooditabel on päises kirjeldamata.\n"
"Tõlgete teisendamine kasutaja kooditabelisse ei toimi.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: hoiatus: PO faili päis puudub, on kahtlane või vigane\n"
"%*s hoiatus: charset conversion will not work"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domeeni nimi \"%s\" ei ole kasutatav failinimena"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domeeni nimi \"%s\" ei ole kasutatav failinimena: kasutan eesliidet"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "ignoreerin `domain %s' direktiivi"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "ignoreerin tühja `msgstr' kirjet"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ignoreerin kahtlast `msgstr' kirjet"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: hoiatus: lähtefail sisaldab kahtlast tõlget"
@@ -1577,47 +1577,47 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
#, fuzzy
msgid "warning: "
msgstr "%s: hoiatus: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1669,11 +1669,11 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1682,7 +1682,7 @@ msgstr ""
"Kooditabel \"%s\" ei ole toetatud. %s asendatakse,\n"
"iconv() poolt ja iconv() ei toeta \"%s\".\n"
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1967,13 +1967,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: hoiatus: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -1982,15 +1982,15 @@ msgstr ""
"Kooditabel \"%s\" ei ole portaabel kodeerimise nimetus.\n"
"Teadete tõlkimine kasutaja kooditabeli järgi võib mitte toimida.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Jätkan siiski, vaatamate parsimisvigadele."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Jätkan siiski."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -1999,7 +1999,7 @@ msgstr ""
"Kooditabel \"%s\" ei ole toetatud. %s asendatakse,\n"
"iconv() poolt ja iconv() ei toeta \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2008,12 +2008,12 @@ msgstr ""
"GNU libiconv tarkvara ja peale seda teha uus paigaldus tarkvarapakile\n"
"GNU gettext\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2022,7 +2022,7 @@ msgstr ""
"Kooditabel \"%s\" ei ole toetatud. %s asendatakse,\n"
"iconv() poolt. See versioon tehakse ilma iconv() kasutamata.\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2059,45 +2059,45 @@ msgstr "mitmuse vorm omab vale indeksit"
msgid "too many errors, aborting"
msgstr "liiga palju vigu, katkestan töö"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "vigane multibait jada"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "vigane multibait jada"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "vigane multibait jada"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "viga \"%s\" lugemisel"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "tundmatu võtmesõna: \"%s\""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "vigane juhtjada"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "Ootamatu faili lõpp (fail lõppeb poole stringi pealt)"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "reavahetus asub stringi sees"
@@ -2162,7 +2162,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "viga faili \"%s\" kirjutamisel"
@@ -2176,13 +2176,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "viga faili \"%s\" avamisel (kirjutamiseks)"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "tõlgitud teated peaksid mitte sisaldama `\\%c' erimärgijada"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2191,12 +2191,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "ei suuda luua väljundfaili \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standardväljund"
@@ -2211,7 +2211,7 @@ msgstr "%s:%d: l
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: hoiatus: lõpetamata string"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "see fail ei tohi sisaldada domeeni direktiive"
@@ -2240,24 +2240,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext ei tööta ilma vajalike võtmesõnadeta"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "hoiatus: faili `%s' laiend `%s' on tundmatu; proovin C vormingut"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2267,7 +2267,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2279,7 +2279,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2289,7 +2289,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2300,7 +2300,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2346,18 +2346,18 @@ msgstr ""
" -V, --version väljastab versiooniinfo ja lõpetab programmi töö\n"
" -w, --width=NUMBER määrab väljastatava lehekülje laiuse\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standardsisend"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "tundmatu keel `%s'"
diff --git a/po/fi.po b/po/fi.po
index 3eaa39984..dafe1ec73 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-06-05 18:06+0200\n"
"Last-Translator: Sami J. Laine \n"
"Language-Team: Finnish \n"
@@ -29,8 +29,8 @@ msgstr "moniselitteinen argumentti `%s' `%s':lle"
msgid "Valid arguments are:"
msgstr "Kelvolliset argumentit ovat:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "virhe avattaessa \"%s\" lukemista varten"
@@ -121,11 +121,11 @@ msgstr "%s: valitsin `-W %s' on moniselitteinen\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: valitsin `-W %s' ei salli argumenttia\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Java-kääntäjää ei löytynyt, yritä gcj:n asentamista tai aseta $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Java virtuaalikonetta ei löytynyt, yritä gij:n asentamista tai aseta $JAVA"
@@ -277,10 +277,10 @@ msgid "missing arguments"
msgstr "ei riittävästi argumentteja"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Yritä `%s --help' saadaksesi lisää tietoja.\n"
@@ -335,10 +335,10 @@ msgid ""
msgstr ""
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Ilmoita ohjelmiston vioista osoitteeseen .\n"
@@ -367,7 +367,7 @@ msgstr ""
" sen mahdolliset lisänimet\n"
" -i, --ip-address osoitteet isäntänimelle\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -401,7 +401,7 @@ msgstr "enint
msgid "%s and %s are mutually exclusive"
msgstr "%s ja %s ovat toisensa poissulkevia"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Käyttö: %s [VALITSIN] [SYÖTETIEDOSTO]\n"
@@ -414,14 +414,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -430,7 +430,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -487,7 +487,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr ""
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -506,7 +506,7 @@ msgid ""
"File positions from all PO files will be cumulated.\n"
msgstr ""
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -559,7 +559,7 @@ msgid ""
" -F, --sort-by-file sort output by file location\n"
msgstr ""
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -624,18 +624,18 @@ msgstr ""
msgid "warning: this message is not used"
msgstr ""
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] ""
msgstr[1] ""
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr ""
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr ""
@@ -688,12 +688,12 @@ msgid ""
" --omit-header don't write header with `msgid \"\"' entry\n"
msgstr ""
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -701,7 +701,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1008,183 +1008,183 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr ""
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] ""
msgstr[1] ""
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] ""
msgstr[1] ""
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr ""
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr ""
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr ""
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr ""
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr ""
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr ""
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr ""
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr ""
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr ""
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr ""
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr ""
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr ""
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr ""
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr ""
@@ -1359,46 +1359,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1450,18 +1450,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1695,53 +1695,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr ""
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -1776,43 +1776,43 @@ msgstr ""
msgid "too many errors, aborting"
msgstr ""
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr ""
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr ""
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr ""
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr ""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr ""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr ""
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr ""
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr ""
@@ -1875,7 +1875,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr ""
@@ -1889,13 +1889,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr ""
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -1904,12 +1904,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr ""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr ""
@@ -1924,7 +1924,7 @@ msgstr ""
msgid "%s:%d: warning: unterminated string literal"
msgstr ""
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr ""
@@ -1951,24 +1951,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -1978,7 +1978,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -1990,7 +1990,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2000,7 +2000,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2011,7 +2011,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2034,18 +2034,18 @@ msgid ""
" -M, --msgstr-suffix[=STRING] use STRING or \"\" as suffix for msgstr entries\n"
msgstr ""
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr ""
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr ""
diff --git a/po/fr.gmo b/po/fr.gmo
index aa92b5b9a..f86e47e7a 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index 838a93013..99f731fc4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-26 08:00-0500\n"
"Last-Translator: Michel Robitaille \n"
"Language-Team: French \n"
@@ -30,8 +30,8 @@ msgstr "argument ambigu
msgid "Valid arguments are:"
msgstr "Les arguments valides sont:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "erreur lors de l'ouverture de « %s » en lecture"
@@ -122,13 +122,13 @@ msgstr "%s: l'option
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: l'option « -W %s » ne tolère pas d'argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"Compilateur Java n'a pas été repéré, essayer d'installer gcj ou défitni "
"$JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Machine virtuelle Java n'a pas été repérée, essayer d'installer gij ou "
@@ -259,7 +259,7 @@ msgstr ""
"spécifications de format de « msgid » et de « %s » de l'argument « %s » ne "
"sont pas les mêmes"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -275,7 +275,7 @@ msgstr ""
"les permissions de copie. Il est distribué SANS AUCUNE GARANTIE\n"
"de QUALITÉ LOYALE ET MARCHANDE ou d'ADÉQUATION POUR UN BUT PARTICULIER.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -284,7 +284,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Écrit par %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "trop d'arguments"
@@ -292,11 +292,11 @@ msgstr "trop d'arguments"
msgid "missing arguments"
msgstr "arguments manquants"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Pour plus d'information, essayer « %s --help ».\n"
@@ -357,25 +357,25 @@ msgstr ""
"\n"
"Répertoire standard de recherche: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Rapportez tout problème fonctionnel à .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "Usage: %s [OPTION]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "Afficher le nom de la machine hôte.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -390,7 +390,7 @@ msgstr ""
" et les aliases\n"
" -i, --ip-address addresses IP de la machine hôte\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -403,7 +403,7 @@ msgstr ""
" -h, --help fournir ce message d'aide, puis terminer\n"
" -V, --version identifier le programme, puis terminer\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "ne peut obtenir le nom de l'hôte"
@@ -423,7 +423,7 @@ msgstr "au plus un fichier d'entr
msgid "%s and %s are mutually exclusive"
msgstr "%s et %s s'excluent mutuellement"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Usage: %s [OPTION] [FICHIER-D-ENTRÉE]\n"
@@ -438,7 +438,7 @@ msgstr ""
"et manipuler leurs attributs.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
@@ -447,7 +447,7 @@ msgstr ""
"Les arguments obligatoires pour la forme longue des options sont aussi\n"
"obligatoires pour les formes courtes qui leur correspondent.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -460,7 +460,7 @@ msgstr ""
" -D, --directory=RÉPERTOIRE ajouter le RÉPERTOIRE pour la recherche des fichiers d'entrée\n"
"Si aucun fichier d'entrée n'est fourni ou si -, lire de l'entrée standard.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -546,7 +546,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "Critère de sélection irréalisable (%d < N < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Usage: %s [OPTION] [FICHIER-D-ENTRÉE]...\n"
@@ -573,7 +573,7 @@ msgstr ""
"proviennent du premier fichier PO où elles ont été définies.\n"
"Les positions de tous les fichiers PO seront cumulées.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -655,7 +655,7 @@ msgstr ""
" -s, --sort-output générer une sortie triée\n"
" -F, --sort-by-file trier la sortie selon la localisation des fichiers\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -736,18 +736,18 @@ msgstr "ce message, utilis
msgid "warning: this message is not used"
msgstr "attention: ce message n'est pas utilisé"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "%d erreur fatale trouvée"
msgstr[1] "%d erreurs fatales trouvées"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "message doublement défini"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...voici l'endroit de la première définition"
@@ -825,12 +825,12 @@ msgstr ""
" -F, --sort-by-file trier la sortie selon la localisation des fichiers\n"
" --omit-header omettre les en-têtes pour « msgid \"\" »\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Convertir un catalogue de traduction selon un encodage de caractères différent.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -841,7 +841,7 @@ msgstr ""
" -t, --to-code=NOM NOM de l'encodage de sortie\n"
"L'encodage par défaut se fait selon l'encodage locale.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1241,26 +1241,26 @@ msgstr ""
" --statistics afficher les statistiques de traductions\n"
" -v, --verbose diagnostiquer toute anomalie dans chaque FICHIER\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "L'expression au pluriel peut produire des valeurs négatives."
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu mais l'expression au pluriel peut produire des valeurs aussi "
"grande que %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "L'expression au pluriel peut produire une division par zéro."
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "L'expression au pluriel peut produire un débordement d'entier"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1268,52 +1268,52 @@ msgstr ""
"L'expression au pluriel peut produire une exception arithmétique, "
"possiblement une division par zéro"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
"le catalogue de messages contient des formes de traduction au pluriel..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...mais l'attribut « plural=EXPRESSION » est absente de l'en-tête"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...mais l'attribut « nplurals=ENTIER » est absent de l'en-tête"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "valeur nplurals invalide"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "expression au pluriel invalide"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...mais quelques messages n'ont seulement qu'une forme au pluriel"
msgstr[1] "...mais quelques messages n'ont seulement que %lu formes au pluriel"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...mais quelques messages ont une forme au pluriel"
msgstr[1] "...mais quelques messages ont %lu formes au pluriel"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Essayer d'utiliser ce qui suit, valide pour %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1321,116 +1321,116 @@ msgstr ""
"le catalogue de messages contient des formes de traduction au pluriel, mais "
"l'entrée \"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\" est manquante"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "les chaînes « msgid » et « msgid_plural » ne débutent pas par « \\n »"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "les chaînes « msgid » et « msgstr[%u] » ne débutent pas par « \\n »"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "les chaînes « msgid » et « msgstr » ne débutent pas par « \\n »"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
"les chaînes « msgid » et « msgid_plural » ne se terminent pas par « \\n »"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr ""
"les chaînes « msgid » et « msgstr[%u] » ne se terminent pas par « \\n »"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr ""
"l'une des chaînes « msgid » ou « msgstr » se termine par « \\n », l'autre pas"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "le traitement des chaînes au pluriel est une extention de GNU gettext"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
"« %s » n'a pas une chaîne de format %s valide, contrairement à « msgid »"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "« msgstr » n'a pas de raccourci clavier pour la marque « %c »"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "« msgstr » a trop de raccourcis clavier pour la marque « %c »"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "Le champ en-tête « %s » est absent de l'en-tête\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "Le champ en-tête « %s » devrait s'appuyer au début de la ligne\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "Quelques champs en-tête ont toujours leur valeur initiale par défaut\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "le champ « %s » a toujours sa valeur initiale par défaut\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "AVERTISSEMENT: l'en-tête du fichier PO est manquante ou invalide\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "AVERTISSEMENT: le conversion du charset ne fonctionnera pas\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "AVERTISSEMENT: l'en-tête du fichier PO est floue\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
"AVERTISSEMENT: les vieilles versions de msgfmt donneront une erreur là "
"dessus\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "« %s » n'est pas approprié comme nom de domaine"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domaine « %s » inadéquat comme nom de fichier: utilisera un préfixe"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "la directive « domain %s » sera ignorée"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "chaîne « msgstr » vide, entrée ignorée"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "chaîne « msgstr » floue, entrée ignorée"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: AVERTISSEMENT: certaines traductions sont approximatives"
@@ -1679,17 +1679,17 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Traduction anglaise du package %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "le présent charset « %s » n'a pas un nom d'encodage portable"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "deux charsets différents « %s » et « %s » dans le fichier d'entrée"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
@@ -1697,7 +1697,7 @@ msgstr ""
"le fichier d'entrée « %s » ne contient pas d'en-tête ayant une spécification "
"de charset"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1706,17 +1706,17 @@ msgstr ""
"Le domaine « %s » dans le fichier d'entrée « %s » ne contient pas d'en-tête "
"avec la spécification d'un charset"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "Le charset cible « %s » n'a pas un nom d'encodage portable."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "AVERTISSEMENT: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1725,7 +1725,7 @@ msgstr ""
"autres.\n"
"Conversion de la sortie en UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1796,13 +1796,13 @@ msgstr ""
msgid "conversion failure"
msgstr "échec de conversion"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
"Le fichier d'entrée ne contient pas d'en-tête avec la spécification d'un "
"charset"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1811,7 +1811,7 @@ msgstr ""
"Ne peut convertir de « %s » vers « %s ». %s s'appuie sur iconv() qui ne "
"supporte pas cette conversion."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2151,13 +2151,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: AVERTISSEMENT: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2166,15 +2166,15 @@ msgstr ""
"Le charset « %s » n'a pas un nom d'encodage portable.\n"
"La conversion de messages vers le charset usager ne fonctionnera pas.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Poursuite du traitement, attendez-vous à des erreurs d'analyses."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Poursuite malgré tout."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2183,7 +2183,7 @@ msgstr ""
"Charset « %s » n'est pas supporté. %s utilise iconv(),\n"
"et iconv() ne supporte pas « %s ».\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2191,12 +2191,12 @@ msgstr ""
"L'installation de GNU libiconv suivi de la réinstallation de GNU gettext\n"
"devrait corriger ce problème.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2205,7 +2205,7 @@ msgstr ""
"Charset « %s » n'est pas supporté. %s utilise iconv(),\n"
"Cette version a été générée sans iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2242,43 +2242,43 @@ msgstr "forme plurielle a un index erron
msgid "too many errors, aborting"
msgstr "trop d'erreurs, j'abandonne"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "séquence multi-octets invalide"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "séquence multi-octets incomplète à la fin du fichier"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "séquence multi-octets incomplète à la fin de la ligne"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "échec de iconv()"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "erreur lors de la lecture de « %s »"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "mot-clé « %s » inconnu"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "séquence de contrôle invalide"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "fin de fichier intempestive"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "fin de ligne intempestive"
@@ -2343,7 +2343,7 @@ msgstr "n'est pas un nom de classe Java valide: %s"
msgid "failed to create \"%s\""
msgstr "échec de création de « %s »"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "erreur pendant l'écriture du fichier « %s »"
@@ -2358,14 +2358,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "erreur lors de l'ouverture de « %s » en écriture"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"un message à traduire ne doit pas contenir la séquence d'échappement « \\%c »"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2380,12 +2380,12 @@ msgstr ""
"ASCII à la place.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "incapable de fabriquer le fichier « %s »"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "sortie standard"
@@ -2400,7 +2400,7 @@ msgstr "%s:%d: attention: constante caract
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: attention: constante chaîne sans terminateur"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "ce fichier ne peut contenir des directives de domaine"
@@ -2427,18 +2427,18 @@ msgstr "--join-existing interdit si production sur sortie standard"
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext ne peut fonctionner sans mots clés à rechercher"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"attention: « %s » sans classification pour « %s », le langage C sera présumé"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extraire les chaînes traduisibles de fichiers d'entrée donnés.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2447,7 +2447,7 @@ msgstr ""
"Les arguments obligatoires pour la forme longue des options sont aussi\n"
"obligatoires pour les formes courtes qui leur correspondent.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2462,7 +2462,7 @@ msgstr ""
" -p, --output-dir=RÉPERTOIRE placer les fichiers de sortie dans le RÉPERTOIRE\n"
"Si la sortie est -, la sortie est écrite sur la sortie standard.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2481,7 +2481,7 @@ msgstr ""
" -C, --c++ identique à --language=C++\n"
"Par défaut, le langage est deviné selon l'extension du nom du fichier.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2496,7 +2496,7 @@ msgstr ""
" -c, --add-comments[=CLÉ] sauver le commentaire précédent possédant CLÉ,\n"
" ou celui qui précède immédiatement le mot-clef\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2514,7 +2514,7 @@ msgstr ""
" --debug fournir plus de détails sur la reconnaissance\n"
" des chaînes de format\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2555,11 +2555,11 @@ msgstr ""
" -m, --msgstr-prefix[=CHAÎNE] préfixer les msgstr's par CHAÎNE, sinon \\\"\\\"\n"
" -M, --msgstr-suffix[=CHAÎNE] suffixer les msgstr's par CHAÎNE, sinon \\« \\ »\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "entrée standard"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2569,7 +2569,7 @@ msgstr ""
"GNU gettext: gettext(\"\") retourne l'en-tête\n"
"avec la méta information, pas une chaîne vide.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "langage « %s » inconnu"
diff --git a/po/gettext.pot b/po/gettext.pot
index 842ca445a..3f7f457e1 100644
--- a/po/gettext.pot
+++ b/po/gettext.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -30,8 +30,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr ""
@@ -122,11 +122,11 @@ msgstr ""
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -235,7 +235,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr ""
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -247,7 +247,7 @@ msgid ""
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -256,7 +256,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr ""
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr ""
@@ -264,11 +264,11 @@ msgstr ""
msgid "missing arguments"
msgstr ""
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
@@ -311,25 +311,25 @@ msgid ""
"Standard search directory: %s\n"
msgstr ""
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -339,7 +339,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -349,7 +349,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -369,7 +369,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr ""
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -382,14 +382,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -398,7 +398,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -455,7 +455,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr ""
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -474,7 +474,7 @@ msgid ""
"File positions from all PO files will be cumulated.\n"
msgstr ""
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -527,7 +527,7 @@ msgid ""
" -F, --sort-by-file sort output by file location\n"
msgstr ""
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -592,18 +592,18 @@ msgstr ""
msgid "warning: this message is not used"
msgstr ""
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] ""
msgstr[1] ""
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr ""
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr ""
@@ -656,12 +656,12 @@ msgid ""
" --omit-header don't write header with `msgid \"\"' entry\n"
msgstr ""
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -669,7 +669,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -976,183 +976,183 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr ""
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] ""
msgstr[1] ""
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] ""
msgstr[1] ""
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr ""
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr ""
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr ""
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr ""
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr ""
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr ""
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr ""
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr ""
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr ""
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr ""
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr ""
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr ""
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr ""
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr ""
@@ -1327,46 +1327,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1418,18 +1418,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1663,53 +1663,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr ""
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -1744,43 +1744,43 @@ msgstr ""
msgid "too many errors, aborting"
msgstr ""
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr ""
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr ""
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr ""
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr ""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr ""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr ""
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr ""
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr ""
@@ -1843,7 +1843,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr ""
@@ -1857,13 +1857,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr ""
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -1872,12 +1872,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr ""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr ""
@@ -1892,7 +1892,7 @@ msgstr ""
msgid "%s:%d: warning: unterminated string literal"
msgstr ""
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr ""
@@ -1919,24 +1919,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -1946,7 +1946,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -1958,7 +1958,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -1968,7 +1968,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -1979,7 +1979,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2002,18 +2002,18 @@ msgid ""
" -M, --msgstr-suffix[=STRING] use STRING or \"\" as suffix for msgstr entries\n"
msgstr ""
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr ""
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr ""
diff --git a/po/gl.gmo b/po/gl.gmo
index eb41ccc65..060022d5b 100644
Binary files a/po/gl.gmo and b/po/gl.gmo differ
diff --git a/po/gl.po b/po/gl.po
index 65f9f1237..ddb479e4d 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.10.39\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2001-07-28 17:00+0200\n"
"Last-Translator: Jesús Bravo Álvarez \n"
"Language-Team: Galician \n"
@@ -33,8 +33,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "erro ao abrir \"%s\" para lectura"
@@ -125,11 +125,11 @@ msgstr "%s: a opci
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: a opción `-W %s' non permite ningún argumento\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -243,7 +243,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "as especificacións de formato do argumento %lu non son as mesmas"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -259,7 +259,7 @@ msgstr ""
"ningunha garantía; nin sequera de COMERCIABILIDADE ou IDONEIDADE PARA UN\n"
"FIN DETERMINADO.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -268,7 +268,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Escrito por %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "demasiados argumentos"
@@ -276,11 +276,11 @@ msgstr "demasiados argumentos"
msgid "missing arguments"
msgstr "faltan argumentos"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Use `%s --help' para máis información.\n"
@@ -340,26 +340,26 @@ msgstr ""
"que atopa no catálogo escollido.\n"
"Directorio estándar de busca: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Comunique os erros a .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -369,7 +369,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -379,7 +379,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -399,7 +399,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s e %s son mutuamente excluíntes"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -412,14 +412,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -428,7 +428,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -506,7 +506,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "o criterio de selección indicado é imposible (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
"comentarios e comentarios de extracción mantéñense, pero só do primeiro\n"
"ficheiro para definilos. Mantéñense as posicións de tódolos ficheiros PO.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -631,7 +631,7 @@ msgstr ""
" -V, --version amosa-la información da versión e saír\n"
" -w, --width=NÚMERO establece-la anchura da páxina de saída\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -711,18 +711,18 @@ msgstr "esta mensaxe
msgid "warning: this message is not used"
msgstr "aviso: esta mensaxe non se usa"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "atopouse %d erro grave"
msgstr[1] "atopáronse %d erros graves"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "definición de mensaxe duplicada"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...este é o lugar da primeira definición"
@@ -828,12 +828,12 @@ msgstr ""
" -V, --version amosa-la información da versión e saír\n"
" -w, --width=NÚMERO establece-la anchura da páxina de saída\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -841,7 +841,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1194,198 +1194,198 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "secuencia de control ilegal"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "esta mensaxe úsase mais non está definida en %s"
msgstr[1] "esta mensaxe úsase mais non está definida en %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "esta mensaxe úsase mais non está definida en %s"
msgstr[1] "esta mensaxe úsase mais non está definida en %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
"as entradas `msgid' e `msgid_plural' non comezan ámbalas dúas con '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "as entradas `msgid' e `msgstr[%u]' non comezan ámbalas dúas con '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "as entradas `msgid' e `msgstr' non comezan ámbalas dúas con '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
"as entradas `msgid' e `msgid_plural' non rematan ámbalas dúas con '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "as entradas `msgid' e `msgstr[%u]' non rematan ámbalas dúas con '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "as entradas `msgid' e `msgstr' non rematan ámbalas dúas con '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "falta o campo `%s' na cabeceira"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "o campo `%s' da cabeceira tería que comezar ao principio da liña"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "algúns campos da cabeceira aínda teñen o valor inicial por defecto"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "o campo `%s' aínda ten o valor inicial por defecto"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: aviso: a cabeceira do ficheiro PO non existe, é 'fuzzy' ou é inválida\n"
"%*s aviso: a conversión de código de caracteres non vai funcionar"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"Falta o código de caracteres na cabeceira.\n"
"A conversión da mensaxe ao código do usuario non vai funcionar.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: aviso: a cabeceira do ficheiro PO non existe, é 'fuzzy' ou é inválida\n"
"%*s aviso: a conversión de código de caracteres non vai funcionar"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "o nome de dominio \"%s\" non é axeitado para nome de ficheiro"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"o nome de dominio \"%s\" non é axeitado como nome de ficheiro:\n"
"empregarase un prefixo"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "directiva `domain %s' ignorada"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "entrada `msgstr' baleira ignorada"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "entrada `msgstr' difusa ignorada"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: aviso: o ficheiro fonte contén traduccións difusas"
@@ -1581,47 +1581,47 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
#, fuzzy
msgid "warning: "
msgstr "%s: aviso: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1673,11 +1673,11 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1686,7 +1686,7 @@ msgstr ""
"O código de caracteres \"%s\" non está soportado. %s depende de\n"
"iconv(), e iconv() non soporta \"%s\".\n"
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1965,13 +1965,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: aviso: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -1980,15 +1980,15 @@ msgstr ""
"O código de caracteres \"%s\" non ten un nome portable.\n"
"A conversión da mensaxe ao código do usuario podería non funcionar.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Continuando de calquera xeito, espere atopar erros de análise."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Continuando de calquera xeito."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -1997,7 +1997,7 @@ msgstr ""
"O código de caracteres \"%s\" non está soportado. %s depende de\n"
"iconv(), e iconv() non soporta \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2005,12 +2005,12 @@ msgstr ""
"Se instala GNU libiconv e logo reinstala o GNU gettext\n"
"podería arranxarse o problema.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2019,7 +2019,7 @@ msgstr ""
"O código de caracteres \"%s\" non está soportado. %s depende de iconv().\n"
"Esta versión foi compilada sen iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2056,45 +2056,45 @@ msgstr "a forma do plural ten un
msgid "too many errors, aborting"
msgstr "demasiados erros, interrompendo"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "secuencia multibyte non válida"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "secuencia multibyte non válida"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "secuencia multibyte non válida"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "erro ao ler \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "palabra chave \"%s\" descoñecida"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "secuencia de control ilegal"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "fin de ficheiro nunha cadea"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "fin de liña nunha cadea"
@@ -2159,7 +2159,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "erro ao escribi-lo ficheiro \"%s\""
@@ -2173,14 +2173,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "erro ao abrir \"%s\" para escribir"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"as mensaxes internacionalizadas non deben conte-la secuencia de escape `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2189,12 +2189,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "non se pode crea-lo ficheiro de saída \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "saída estándar"
@@ -2209,7 +2209,7 @@ msgstr "%s:%d: aviso: constante de tipo car
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: aviso: literal de cadea non rematada"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "este ficheiro non pode conter directivas de dominio"
@@ -2236,24 +2236,24 @@ msgstr "non se pode usar --join-existing cando a sa
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext non funciona sen palabras chave polas que buscar"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "aviso: o ficheiro `%s' coa extensión `%s' é descoñecido; tentaráse C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2263,7 +2263,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2275,7 +2275,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2285,7 +2285,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2296,7 +2296,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2340,18 +2340,18 @@ msgstr ""
" -V, --version amosa-la información da versión e saír\n"
" -w, --width=NÚMERO establece-la anchura da páxina de saída\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "entrada estándar"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "linguaxe `%s' descoñecida"
diff --git a/po/id.gmo b/po/id.gmo
index 3f647083c..6611d5fb9 100644
Binary files a/po/id.gmo and b/po/id.gmo differ
diff --git a/po/id.po b/po/id.po
index 40fe2e0c5..1776c6b3a 100644
--- a/po/id.po
+++ b/po/id.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.35\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 1999-09-19 10:24+07:00\n"
"Last-Translator: Tedi Heriyanto \n"
"Language-Team: Indonesian \n"
@@ -27,8 +27,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "kesalahan saat membuka \"%s\" untuk dibaca"
@@ -119,11 +119,11 @@ msgstr "%s: pilihan `-W %s' rancu\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: pilihan `-W %s' tidak membolehkan sebuah argumen\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -235,7 +235,7 @@ msgid ""
msgstr "spesifikasi format untuk argumen %u tidak sama"
# )
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -250,7 +250,7 @@ msgstr ""
"Ini adalah free software; lihat source untuk kondisi penyalinan. Tidak ada\n"
"jaminan; bahkan untuk PENJUALAN atau KESESUAIAN UNTUK TUJUAN TERTENTU.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -259,7 +259,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Ditulis oleh %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "terlalu banyak argumen"
@@ -267,11 +267,11 @@ msgstr "terlalu banyak argumen"
msgid "missing arguments"
msgstr "Argumen hilang"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Coba `%s --help' untuk informasi lebih jauh.\n"
@@ -332,26 +332,26 @@ msgstr ""
"diterjemahkan.\n"
"Direktori pencarian standar: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Laporkan kesalahan ke .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -361,7 +361,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -371,7 +371,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -391,7 +391,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s dan %s adalah mutually exclusive"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -404,14 +404,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -420,7 +420,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -492,7 +492,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "digunakan kriteria pemilihan yang tidak mungkin (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -525,7 +525,7 @@ msgstr ""
"komentar ekstraksi akan dijaga, tetapi hanya dari file PO pertama yang\n"
"mendefinisikan mereka. Posisi file dari seluruh file PO akan dijaga.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -607,7 +607,7 @@ msgstr ""
" -V, --version tampilkan informasi versi dan keluar\n"
" -w, --width=NUMBER set lebar halaman output\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -685,17 +685,17 @@ msgstr "pesan ini digunakan tapi tidak didefinisikan dalam %s"
msgid "warning: this message is not used"
msgstr "peringatan: pesan ini tidak digunakan"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, fuzzy, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "ditemukan %d kesalahan fatal"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "definisi pesan ganda"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...ini adalah lokasi definisi pertama"
@@ -791,12 +791,12 @@ msgstr ""
" -V, --version tampilkan informasi versi dan keluar\n"
" -w, --width=NUMBER set lebar halaman output\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -804,7 +804,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1142,188 +1142,188 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "urutan kendali ilegal"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "pesan ini digunakan tapi tidak didefinisikan dalam %s"
msgstr[1] "pesan ini digunakan tapi tidak didefinisikan dalam %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "pesan ini digunakan tapi tidak didefinisikan dalam %s"
msgstr[1] "pesan ini digunakan tapi tidak didefinisikan dalam %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "masukan `msgid' dan `msgstr' tidak dimulai dengan '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "masukan `msgid' dan `msgstr' tidak dimulai dengan '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "masukan `msgid' dan `msgstr' tidak dimulai dengan '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "masukan `msgid' dan `msgstr' tidak diakhiri dengan '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "masukan `msgid' dan `msgstr' tidak diakhiri dengan '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "masukan `msgid' dan `msgstr' tidak diakhiri dengan '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "headerfield `%s' tidak ada dalam header"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "header field `%s' harus dimulai di awal baris"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "beberapa field header masih memiliki nilai baku awal"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "field `%s' masih memiliki nilai baku awal"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr ""
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr ""
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "nama domain \"%s\" tidak sesuai dengan nama file"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"nama domain \"%s\" tidak sesuai dengan nama file: akan menggunakan prefix"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "direktiv `domain %s' diabaikan"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "masukan `msgstr' kosong diabaikan"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "masukan fuzzy `msgstr' diabaikan"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: peringatan: file source mengandung terjemahan fuzzy"
@@ -1513,46 +1513,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1604,18 +1604,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1891,53 +1891,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr ""
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -1974,44 +1974,44 @@ msgstr ""
msgid "too many errors, aborting"
msgstr "terlalu banyak kesalahan, dibatalkan"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr ""
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr ""
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr ""
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "kesalahan ketika membaca \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "kata kunci \"%s\" tidak dikenal"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
#, fuzzy
msgid "invalid control sequence"
msgstr "urutan kendali ilegal"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "end-of-file dalam string"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "end-of-line dalam string"
@@ -2076,7 +2076,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "kesalahan saat menulis file \"%s\""
@@ -2090,13 +2090,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "kesalahan ketika membuka \"%s\" untuk ditulis"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "Pesan internasionalisasi tidak boleh mengandung escape sequence `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2105,12 +2105,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "tidak dapat membuat file output \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard output"
@@ -2125,7 +2125,7 @@ msgstr "%s:%d: peringatan: karakter konstan yang unterminated"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: peringatan: string literal yang unterminated"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "file ini tidak boleh mengandung direktiv domain"
@@ -2152,24 +2152,24 @@ msgstr "--join-existing tidak dapat digunakan ketika output ditulis ke stdout"
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "peringatan: file `%s' ekstensi `%s' tidak dikenal; dicoba C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2179,7 +2179,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2191,7 +2191,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2201,7 +2201,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2212,7 +2212,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2250,18 +2250,18 @@ msgstr ""
" -V, --version tampilkan informasi versi dan keluar\n"
" -w, --width=NUMBER set lebar halaman output\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard input"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "bahasa `%s' tidak dikenal"
diff --git a/po/it.gmo b/po/it.gmo
index 0de595fb4..1b48fee1c 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index 850b9f1e9..1845f0e39 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.35\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2000-02-17 15:30+01:00\n"
"Last-Translator: Giovanni Bortolozzo \n"
"Language-Team: Italian \n"
@@ -28,8 +28,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "errore durante l'apertura in lettura di \"%s\""
@@ -120,11 +120,11 @@ msgstr "%s: l'opzione `-W %s'
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: l'opzione `-W %s' non ammette un argomento\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -239,7 +239,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "le specifiche di formato per l'argomento %u non sono le stesse"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -255,7 +255,7 @@ msgstr ""
"NON c'è nessuna garanzia; neppure di COMMERCIABILITÀ o di IDONEITÀ AD UN\n"
"PARTICOLARE SCOPO.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -264,7 +264,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Scritto da %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "troppi argomenti"
@@ -272,11 +272,11 @@ msgstr "troppi argomenti"
msgid "missing arguments"
msgstr "mancano degli argomenti"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Usare `%s --help' per ulteriori informazioni.\n"
@@ -338,26 +338,26 @@ msgstr ""
"catalogo selezionato.\n"
"Directory di ricerca standard: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Segnalare i bug a .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -367,7 +367,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -377,7 +377,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -397,7 +397,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s e %s sono mutuamente esclusive"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -410,14 +410,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -426,7 +426,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -502,7 +502,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "il criterio di selezione specificato è impossibile (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -537,7 +537,7 @@ msgstr ""
"solamente dal primo file PO che li definisce. Saranno conservate le posizioni\n"
"nei file di tutti i file PO.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -625,7 +625,7 @@ msgstr ""
" -V, --version mostra informazioni sulla versione ed esce\n"
" -w, --width=NUMERO imposta la larghezza della pagina d'uscita\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -704,17 +704,17 @@ msgstr "questo messaggio
msgid "warning: this message is not used"
msgstr "attenzione: questo messaggio non è usato"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, fuzzy, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "trovati %d errori fatali"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "definizione del messaggio duplicata"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...questa è la posizione della prima definizione"
@@ -818,12 +818,12 @@ msgstr ""
" -V, --version mostra informazioni sulla versione ed esce\n"
" -w, --width=NUMERO imposta la larghezza della pagina d'uscita\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -831,7 +831,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1177,191 +1177,191 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "sequenza di controllo illegale"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "questo messaggio è usato ma non è definito in %s"
msgstr[1] "questo messaggio è usato ma non è definito in %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "questo messaggio è usato ma non è definito in %s"
msgstr[1] "questo messaggio è usato ma non è definito in %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "le voci `msgid' e `msgstr' non cominciano entrambe con `\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "le voci `msgid' e `msgstr' non cominciano entrambe con `\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "le voci `msgid' e `msgstr' non cominciano entrambe con `\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "le voci `msgid' e `msgstr' non finiscono entrambe con `\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "le voci `msgid' e `msgstr' non finiscono entrambe con `\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "le voci `msgid' e `msgstr' non finiscono entrambe con `\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "nell'intestazione manca il campo `%s'"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr ""
"il campo `%s' dell'intestazione dovrebbe cominciare all'inizio della riga"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr ""
"alcuni campi dell'intestazione sono ancora al valore iniziale predefinito"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "il campo `%s' ha ancora il valore iniziale predefinito"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr ""
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr ""
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "il nome di dominio \"%s\" non è adatto come nome di file"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"il nome di dominio \"%s\" non è adatto come nome di file: sarà usato\n"
"un prefisso"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`domain %s' direttiva ignorata"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "ignorata la voce `msgstr' vuota"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ignorata la voce `msgstr' approssimativa"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: attenzione: il file sorgente contiene traduzioni approssimative"
@@ -1555,46 +1555,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1646,18 +1646,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1939,53 +1939,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr ""
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2022,44 +2022,44 @@ msgstr ""
msgid "too many errors, aborting"
msgstr "troppi errori, annullato"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr ""
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr ""
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr ""
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "errore durante la lettura di \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "la parola chiave \"%s\" è sconoscita"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
#, fuzzy
msgid "invalid control sequence"
msgstr "sequenza di controllo illegale"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "end-of-file all'interno di una stringa"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "end-of-line all'interno di una stringa"
@@ -2124,7 +2124,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "errore durante la scrittura del file \"%s\""
@@ -2138,7 +2138,7 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "errore durante l'apertura in scrittura di \"%s\""
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2146,7 +2146,7 @@ msgstr ""
"i messaggi internazionalizzati non devono contenere la sequenza di escape `\\"
"%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2155,12 +2155,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "impossibile creare il file d'uscita \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard output"
@@ -2175,7 +2175,7 @@ msgstr "%s:%d: attenzione: costante carattere non terminata"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: attenzione: letterale stringa non terminato"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "questo file potrebbe non contenere direttive di dominio"
@@ -2203,24 +2203,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "attenzione: il file `%s' ha estensione `%s' sconosciuta: proverò con C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2230,7 +2230,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2242,7 +2242,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2252,7 +2252,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2263,7 +2263,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2305,18 +2305,18 @@ msgstr ""
" -V, --version mostra informazioni sulla versione ed esce\n"
" -w, --width=NUMERO imposta la larghezza della pagina d'uscita\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard input"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "linguaggio `%s' sconosciuto"
diff --git a/po/ja.gmo b/po/ja.gmo
index 5fae90eb6..69e8bfefe 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index fc2c75c01..cbbcb20d8 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-05-08 22:22+0900\n"
"Last-Translator: Masahito Yamaga \n"
"Language-Team: Japanese \n"
@@ -28,8 +28,8 @@ msgstr "`%2$s'
msgid "Valid arguments are:"
msgstr "Àµ¤·¤¤°ú¿ô:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "\"%s\" ¤òÆÉ¤ß¹þ¤â¤¦¤È¤·¤Æ¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
@@ -120,13 +120,13 @@ msgstr "%s:
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤Ë¤Ï°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"Java ¥³¥ó¥Ñ¥¤¥é¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó. gcj ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤« $JAVAC ¤òÀßÄꤷ¤Æ¤ß"
"¤Æ¤¯¤À¤µ¤¤"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Java ²¾ÁÛ¥Þ¥·¥ó¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó. gij ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤« $JAVA ¤òÀßÄꤷ¤Æ¤¯"
@@ -277,10 +277,10 @@ msgid "missing arguments"
msgstr "°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "¤è¤ê¿¤¯¤Î¾ðÊó¤òÆÀ¤ë¤¿¤á¤Ë¤Ï `%s --help' ¤ÈÆþÎϤ·¤Æ¤¯¤À¤µ¤¤.\n"
@@ -342,10 +342,10 @@ msgstr ""
"ɸ½à¤Î¸¡º÷¥Ç¥£¥ì¥¯¥È¥ê: %s\n"
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤Ï ¤Þ¤Ç.\n"
@@ -374,7 +374,7 @@ msgstr ""
" ÊÌ̾ (¥¨¥¤¥ê¥¢¥¹) ¤ò´Þ¤à\n"
" -i, --ip-address ¥Û¥¹¥È̾¤ËÂФ¹¤ë¥¢¥É¥ì¥¹\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -407,7 +407,7 @@ msgstr "
msgid "%s and %s are mutually exclusive"
msgstr "%s ¤È %s ¤ÏÇØÈ¿¤Ç¤¹"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "»ÈÍÑË¡: %s [¥ª¥×¥·¥ç¥ó] [ÆþÎÏ¥Õ¥¡¥¤¥ë]\n"
@@ -420,14 +420,14 @@ msgid ""
msgstr "°À¤Ë½¾¤Ã¤ÆËÝÌõ¥«¥¿¥í¥°¤Î¥á¥Ã¥»¡¼¥¸¤òÁªÊ̤·, °À¤ò¤¦¤Þ¤¯Áàºî¤·¤Þ¤¹.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Ť¤¥ª¥×¥·¥ç¥ó¤Ëɬ¿Ü¤Î°ú¿ô¤Ïû¤¤¥ª¥×¥·¥ç¥ó¤Ë¤âɬ¿Ü¤Ç¤¹.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -440,7 +440,7 @@ msgstr ""
" -D, --directory=DIRECTORY ÆþÎÏ¥Õ¥¡¥¤¥ë¤Î¸¡º÷¥ê¥¹¥È¤Ë DIRECTORY ¤òÄɲÃ\n"
"ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Ê¤¤, ¤â¤·¤¯¤Ï - ¤Î¾ì¹ç¤Ïɸ½àÆþÎϤ¬ÆÉ¤ß¹þ¤Þ¤ì¤Þ¤¹.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -525,7 +525,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "»ØÄꤵ¤ì¤¿ÁªÂò´ð½à (%d < n < %d) ¤ÏÉÔ²Äǽ¤Ç¤¹"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "»ÈÍÑË¡: %s [¥ª¥×¥·¥ç¥ó] [ÆþÎÏ¥Õ¥¡¥¤¥ë]...\n"
@@ -553,7 +553,7 @@ msgstr ""
"¤¬ÄêµÁ¤µ¤ì¤¿ºÇ½é¤Î PO ¥Õ¥¡¥¤¥ë¤Î¤â¤Î¤¬¤½¤Î¤Þ¤Þ»Ä¤µ¤ì¤Þ¤¹. ¤Þ¤¿¥Õ¥¡¥¤¥ë¤Î°ÌÃÖ\n"
"¤ÏÁ´¤Æ¤Î PO ¥Õ¥¡¥¤¥ë¤«¤é¤½¤Î¤Þ¤Þ»Ä¤µ¤ì¤Þ¤¹.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -637,7 +637,7 @@ msgstr ""
" -s, --sort-output ʤÓÂØ¤¨¤¿½ÐÎϤòÀ¸À®\n"
" -F, --sort-by-file ¥Õ¥¡¥¤¥ë¤Î¾ì½ê¤Ç½ÐÎϤòʤÓÂØ¤¨¤ë\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -718,18 +718,18 @@ msgstr "
msgid "warning: this message is not used"
msgstr "·Ù¹ð: ¤³¤Î¥á¥Ã¥»¡¼¥¸¤Ï»È¤ï¤ì¤Þ¤»¤ó"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "%d ¸Ä¤ÎÃ×̿Ū¥¨¥é¡¼¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
msgstr[1] "%d ¸Ä¤ÎÃ×̿Ū¥¨¥é¡¼¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "¥á¥Ã¥»¡¼¥¸¤¬Æó½Å¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤¹"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...¤³¤ì¤ÏºÇ½é¤ÎÄêµÁ¤Ë¤¢¤ê¤Þ¤¹"
@@ -809,12 +809,12 @@ msgstr ""
" -F, --sort-by-file ¥Õ¥¡¥¤¥ë¤Ç½ÐÎϤò¥½¡¼¥È\n"
" --omit-header `msgid \"\"' ¤ò´Þ¤ó¤À¥Ø¥Ã¥À¤ò½ÐÎϤ·¤Ê¤¤\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "ËÝÌõ¥«¥¿¥í¥°¤ò°Û¤Ê¤Ã¤¿Ê¸»ú¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤ËÊÑ´¹.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -825,7 +825,7 @@ msgstr ""
" -t, --to-code=NAME ½ÐÎϤΥ¨¥ó¥³¡¼¥Ç¥£¥ó¥°\n"
"ɸ½à¤Î¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Ï¸½ºß¤Î¥í¡¼¥«¥ë¤Î¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Ç¤¹.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1224,75 +1224,75 @@ msgstr ""
" --statistics ËÝÌõ¤Ë´Ø¤¹¤ëÅý·×¾ðÊó¤òɽ¼¨\n"
" -v, --verbose ¿ÇÃÇ¥ì¥Ù¥ë¤ò¾å¤²¤ë\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "Ê£¿ôɽ¸½¤¬Éé¤ÎÃͤòÀ¸À®¤¹¤ë²ÄǽÀ¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu ¤Ç¤¹¤¬Ê£¿ôɽ¸½¤¬ %lu ¤ÈƱ¤¸ÄøÅÙ¤ÎÃͤòÀ¸À®¤¹¤ë²ÄǽÀ¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "Ê£¿ôɽ¸½¤¬¥¼¥í³ä¤ê¤òµ¯¤³¤¹²ÄǽÀ¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "Ê£¿ôɽ¸½¤¬À°¿ô¤¢¤Õ¤ì¤òµ¯¤³¤¹²ÄǽÀ¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr "Ê£¿ôɽ¸½¤¬±é»»Îã³°, ¤ª¤½¤é¤¯¥¼¥í³ä¤ê¤òµ¯¤³¤¹²ÄǽÀ¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "¥á¥Ã¥»¡¼¥¸¥«¥¿¥í¥°¤ËÊ£¿ô·Á¤ÎËÝÌõ¤¬¤¢¤ê¤Þ¤¹..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...¤·¤«¤·¥Ø¥Ã¥À¥¨¥ó¥È¥ê¤Ë \"plural=EXPRESSION\" °À¤¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...¤·¤«¤·¥Ø¥Ã¥À¥¨¥ó¥È¥ê¤Ë \"nplurals=INTEGER\" °À¤¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "ÉÔÀµ¤Ê nplurals ¤ÎÃÍ"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "ÉÔÀµ¤ÊÊ£¿ô (plural) ɽ¸½"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...¤·¤«¤·¤¤¤¯¤Ä¤«¤Î¥á¥Ã¥»¡¼¥¸¤Ë¤Ï 1¤Ä¤À¤±Ê£¿ô·Á¤¬¤¢¤ê¤Þ¤¹"
msgstr[1] "...¤·¤«¤·¤¤¤¯¤Ä¤«¤Î¥á¥Ã¥»¡¼¥¸¤Ë¤Ï %lu ¸Ä¤À¤±Ê£¿ô·Á¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...¤·¤«¤·¤¤¤¯¤Ä¤«¤Î¥á¥Ã¥»¡¼¥¸¤Ë¤Ï 1¤Ä¤ÎÊ£¿ô·Á¤¬¤¢¤ê¤Þ¤¹"
msgstr[1] "...¤·¤«¤·¤¤¤¯¤Ä¤«¤Î¥á¥Ã¥»¡¼¥¸¤Ë¤Ï %lu ¸Ä¤ÎÊ£¿ô·Á¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "%s ¤Ë¤È¤Ã¤ÆÍ¸ú¤Ê, ¼¡¤ò»È¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1300,115 +1300,115 @@ msgstr ""
"¥á¥Ã¥»¡¼¥¸¥«¥¿¥í¥°¤Ë¤ÏÊ£¿ô·Á¤ÎËÝÌõ¤¬¤¢¤ê¤Þ¤¹. ¤·¤«¤· \"Plural-Forms: "
"nplurals=INTEGER; plural=EXPRESSION;\" ¤È¤¤¤¦¥Ø¥Ã¥À¥¨¥ó¥È¥ê¤¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
"`msgid' ¤È `msgid_plural' ¤Î¥¨¥ó¥È¥ê¤¬¤É¤Á¤é¤â '\\n' ¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid' ¤È `msgstr[%u]' ¤Î¥¨¥ó¥È¥ê¤¬¤É¤Á¤é¤â '\\n' ¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid' ¤È `msgstr' ¤Î¥¨¥ó¥È¥ê¤¬¤É¤Á¤é¤â '\\n' ¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
"`msgid' ¤È `msgstr_plural' ¤Î¥¨¥ó¥È¥ê¤¬¤É¤Á¤é¤â '\\n' ¤Ç½ª¤ï¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid' ¤È `msgstr[%u]' ¤Î¥¨¥ó¥È¥ê¤¬¤É¤Á¤é¤â '\\n' ¤Ç½ª¤ï¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid' ¤È `msgstr' ¤Î¥¨¥ó¥È¥ê¤¬¤É¤Á¤é¤â '\\n' ¤Ç½ª¤ï¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "Ê£¿ô·Á¤ÎÀ©¸æ¤Ï GNU gettext ¤Î³ÈÄ¥¤Ç¤¹"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'%s' ¤Ï 'msgid' ¤È°ã¤Ã¤ÆÀµ¤·¤¤ %s ·Á¼°¤Îʸ»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr ¤Ë¤Ï¥¡¼¥Ü¡¼¥É¥¢¥¯¥»¥ì¥ì¡¼¥¿¤Îµ¹æ '%c' ¤¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
"msgstr ¤Ë¤Ï¤¢¤Þ¤ê¤Ë¿¤¯¤Î¥¡¼¥Ü¡¼¥É¥¢¥¯¥»¥ì¥ì¡¼¥¿¤Îµ¹æ '%c' ¤¬¤¢¤ê¤Þ¤¹"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "¥Ø¥Ã¥À¾ðÊó `%s' ¤¬¥Ø¥Ã¥À¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "¥Ø¥Ã¥À¾ðÊó `%s' ¤Ï¹ÔƬ¤Ë¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "¤¤¤¯¤Ä¤«¤Î¥Ø¥Ã¥À¾ðÊ󤬽é´üɸ½àÃͤΤޤޤǤ¹\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "¾ðÊó `%s' ¤¬½é´üɸ½àÃͤΤޤޤǤ¹\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "·Ù¹ð: PO ¥Õ¥¡¥¤¥ë¤Î¥Ø¥Ã¥À¤¬¤Ê¤¤, ¤â¤·¤¯¤ÏÉÔÀµ¤Ç¤¹\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "·Ù¹ð: ʸ»ú¥»¥Ã¥È¤ÎÊÑ´¹¤¬µ¡Ç½¤·¤Þ¤»¤ó\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "·Ù¹ð: PO ¥Õ¥¡¥¤¥ë¥Ø¥Ã¥À¤¬¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "·Ù¹ð: msgfmt ¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï¤³¤³¤Ç¥¨¥é¡¼¤Ë¤Ê¤ê¤Þ¤¹\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "¥É¥á¥¤¥ó̾ \"%s\" ¤Ï¥Õ¥¡¥¤¥ë̾¤È¤·¤ÆÅ¬ÀڤǤϤ¢¤ê¤Þ¤»¤ó"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"¥É¥á¥¤¥ó̾ \"%s\" ¤Ï¥Õ¥¡¥¤¥ë̾¤È¤·¤ÆÅ¬ÀڤǤϤ¢¤ê¤Þ¤»¤ó:\n"
"ÀÜÆ¬¼¤ò»È¤¤¤Þ¤¹"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`¥É¥á¥¤¥ó %s' Ì¿Îá¤Ï̵»ë¤µ¤ì¤Þ¤¹"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "¶õ¤Î `msgstr' ¥¨¥ó¥È¥ê¤Ï̵»ë¤µ¤ì¤Þ¤¹"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "¤¢¤¤¤Þ¤¤ (fuzzy) ¤Ê `msgstr' ¥¨¥ó¥È¥ê¤Ï̵»ë¤µ¤ì¤Þ¤¹"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: ·Ù¹ð: ¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ë¤¢¤¤¤Þ¤¤ (fuzzy) ¤ÊËÝÌõ¤¬¤¢¤ê¤Þ¤¹"
@@ -1652,23 +1652,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "%s ¥Ñ¥Ã¥±¡¼¥¸¤ËÂФ¹¤ë±ÑÌõ"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "¸½ºß¤Îʸ»ú¥»¥Ã¥È \"%s\" ¤Ï²ÄÈÂÀ¤Î¤¢¤ë¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°Ì¾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "2¤Ä¤Î°Û¤Ê¤Ã¤¿Ê¸»ú¥»¥Ã¥È \"%s\" ¤È \"%s\" ¤¬ÆþÎÏ¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë `%s' ¤Ëʸ»ú¥»¥Ã¥È¤ò»ØÄꤹ¤ë¥Ø¥Ã¥À¹àÌܤ¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1677,18 +1677,18 @@ msgstr ""
"ÆþÎÏ¥Õ¥¡¥¤¥ë `%2$s' Æâ¤Î¥É¥á¥¤¥ó \"%1$s\" ¤Ë¤Ïʸ»ú¥»¥Ã¥È¤ò»ØÄꤹ¤ë¥Ø¥Ã¥À¹àÌÜ"
"¤¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
"ÂоݤȤʤëʸ»ú¥»¥Ã¥È \"%s\" ¤Ï²ÄÈÂÀ¤Î¤¢¤ë¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°Ì¾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "·Ù¹ð: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1696,7 +1696,7 @@ msgstr ""
"ÆþÎÏ¥Õ¥¡¥¤¥ë¤Ë¤Ï°Û¤Ê¤Ã¤¿¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Î¥á¥Ã¥»¡¼¥¸¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹.\n"
"½ÐÎϤò UTF-8 ¤ËÊÑ´¹¤·¤Þ¤¹.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1767,11 +1767,11 @@ msgstr ""
msgid "conversion failure"
msgstr "ÊÑ´¹¼ºÇÔ"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤Ëʸ»ú¥»¥Ã¥È¤ò»ØÄꤹ¤ë¥Ø¥Ã¥À¹àÌܤ¬¤¢¤ê¤Þ¤»¤ó"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1780,7 +1780,7 @@ msgstr ""
"\"%s\" ¤«¤é \"%s\" ¤ËÊÑ´¹¤Ç¤¤Þ¤»¤ó. %s ¤Ï iconv() ¤Ë°Í¸¤·¤Æ¤¤¤Þ¤¹¤¬,iconv"
"() ¤Ï¤³¤ÎÊÑ´¹¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2107,13 +2107,13 @@ msgstr ""
msgid ""
msgstr "<ɸ½àÆþÎÏ>"
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: ·Ù¹ð: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2122,15 +2122,15 @@ msgstr ""
"ʸ»ú¥»¥Ã¥È \"%s\" ¤ÏÈÆÍѤΥ¨¥ó¥³¡¼¥Ç¥£¥°Ì¾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó.\n"
"¥æ¡¼¥¶¤Îʸ»ú¥»¥Ã¥È¤Ø¤Î¥á¥Ã¥»¡¼¥¸¤ÎÊÑ´¹¤Ï¤¦¤Þ¤¯Æ¯¤«¤Ê¤¤¤«¤âÃΤì¤Þ¤»¤ó.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "¤È¤Ë¤«¤¯Â³¤±¤Þ¤¹¤¬, ʸˡ¥¨¥é¡¼¤òµ¯¤³¤¹¤Ç¤·¤ç¤¦."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "¤È¤Ë¤«¤¯Â³¤±¤Þ¤¹."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2139,7 +2139,7 @@ msgstr ""
"ʸ»ú¥»¥Ã¥È \"%s\" ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. %s ¤Ï iconv() ¤Ë°Í¸¤·¤Þ¤¹¤¬,\n"
"iconv() ¤Ï \"%s\" ¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2147,12 +2147,12 @@ msgstr ""
"GNU libiconv ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤«¤é GNU gettext ¤òºÆ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ì¤Ð\n"
"¤³¤ÎÌäÂê¤Ï²ò·è¤¹¤ë¤Ç¤·¤ç¤¦.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2161,7 +2161,7 @@ msgstr ""
"ʸ»ú¥»¥Ã¥È \"%s\" ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. %s ¤Ï iconv() ¤Ë°Í¸¤·¤Þ¤¹.\n"
"¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Ï iconv() ̵¤·¤Çºî¤é¤ì¤Þ¤·¤¿.\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2198,43 +2198,43 @@ msgstr "Ê£
msgid "too many errors, aborting"
msgstr "¥¨¥é¡¼¤¬Â¿²á¤®¤ë¤Î¤Ç, ½èÍý¤òÂǤÁÀÚ¤ê¤Þ¤¹"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "ÉÔÀµ¤ÊÊ£¿ô¥Ð¥¤¥È¤Î¥·¡¼¥±¥ó¥¹"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "¥Õ¥¡¥¤¥ë½ªÃ¼¤ËÉÔ´°Á´¤ÊÊ£¿ô¥Ð¥¤¥È¤Î¥·¡¼¥±¥ó¥¹"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "¹ÔËö¤ËÉÔ´°Á´¤ÊÊ£¿ô¥Ð¥¤¥È¤Î¥·¡¼¥±¥ó¥¹"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv ¤Î¼ºÇÔ"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "\"%s\" ¤òÆÉ¤ß¹þ¤ßÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "¥¡¼¥ï¡¼¥É \"%s\" ¤ÏÃΤê¤Þ¤»¤ó"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "ÉÔÀµ¤ÊÀ©¸æ¥·¡¼¥±¥ó¥¹"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "ʸ»úÎóÃæ¤Î end-of-file"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "ʸ»úÎóÃæ¤Î end-of-line"
@@ -2299,7 +2299,7 @@ msgstr "
msgid "failed to create \"%s\""
msgstr "\"%s\" ¤ÎÀ¸À®¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "\"%s\" ¥Õ¥¡¥¤¥ë¤ò½ñ¤¹þ¤ßÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
@@ -2314,7 +2314,7 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "\"%s\" ¤Ë½ñ¤¹þ¤â¤¦¤È¤·¤Æ¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2322,7 +2322,7 @@ msgstr ""
"¹ñºÝ²½¤µ¤ì¤¿¥á¥Ã¥»¡¼¥¸¤Ï `\\%c' ¤È¤¤¤¦¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤ò´Þ¤ó¤Ç¤Ï¤¤¤±¤Þ¤»"
"¤ó"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2336,12 +2336,12 @@ msgstr ""
"¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë \"%s\" ¤òºî¤ë¤³¤È¤¬¤Ç¤¤Þ¤»¤ó"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "ɸ½à½ÐÎÏ"
@@ -2356,7 +2356,7 @@ msgstr "%s:%d:
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: ·Ù¹ð: ʸ»úÎó¤Ë½ªÃ¼¤¬¤¢¤ê¤Þ¤»¤ó"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¥É¥á¥¤¥óÌ¿Îá¤ò´Þ¤ó¤Ç¤¤¤Ê¤¤¤è¤¦¤Ç¤¹"
@@ -2383,17 +2383,17 @@ msgstr "--join-existing
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext ¤Ï¸¡º÷¤¹¤ë¥¡¼¥ï¡¼¥É¤¬¤Ê¤±¤ì¤Ðư¤¤Þ¤»¤ó"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' (³ÈÄ¥»Ò `%s') ¤Ï̤ÃΤηÁ¼°¤Ê¤Î¤Ç C ¸À¸ì¤ò»î¤·¤Þ¤¹"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Í¿¤¨¤é¤ì¤¿ÆþÎÏ¥Õ¥¡¥¤¥ë¤«¤éËÝÌõ²Äǽ¤Êʸ»úÎó¤ò¼è¤ê½Ð¤·¤Þ¤¹.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2402,7 +2402,7 @@ msgstr ""
"Ť¤¥ª¥×¥·¥ç¥ó¤Ëɬ¿Ü¤Î°ú¿ô¤Ïû¤¤¥ª¥×¥·¥ç¥ó¤Ë¤âɬ¿Ü¤Ç¤¹.\n"
"ɬ¿Ü¤Ç¤Ê¤¤°ú¿ô¤âƱ¤¸¤Ç¤¹.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2417,7 +2417,7 @@ msgstr ""
" -p, --output-dir=DIR ¥Ç¥£¥ì¥¯¥È¥ê DIR ¤Ë¥Õ¥¡¥¤¥ë¤ò½ÐÎÏ\n"
"½ÐÎÏ¥Õ¥¡¥¤¥ë¤¬ - ¤Î¾ì¹ç¤Ïɸ½à½ÐÎϤ˷ë²Ì¤¬½ñ¤½Ð¤µ¤ì¤Þ¤¹.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2436,7 +2436,7 @@ msgstr ""
" -C, --c++ --language=C++ ¤Îû½Ì·Á\n"
"ɸ½à¤Ç¸À¸ì¤ÏÆþÎÏ¥Õ¥¡¥¤¥ë¤Î³ÈÄ¥»Ò¤Ç¼±Ê̤µ¤ì¤Þ¤¹.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2451,7 +2451,7 @@ msgstr ""
" -c, --add-comments[=TAG] TAG (¤Þ¤¿¤Ï¥¡¼¥ï¡¼¥É¹Ô) ¤òÉÕ¤±¤Æ\n"
" ¥³¥á¥ó¥ÈÉôʬ¤ò½ÐÎÏ¥Õ¥¡¥¤¥ë¤ËÆþ¤ì¤ë\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2468,7 +2468,7 @@ msgstr ""
" -T, --trigraphs ÆþÎϤµ¤ì¤¿ ANSI C ¥È¥é¥¤¥°¥é¥Õ¤òǧ¼±\n"
" --debug ¤è¤ê¾ÜºÙ¤Ê¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó¤Îǧ¼±·ë²Ì\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2509,11 +2509,11 @@ msgstr ""
" -m, --msgstr-prefix[=STRING] msgstr ¹àÌܤÎÀÜÆ¬¼¤È¤·¤Æ STRING ¤« \"\" ¤ò»ÈÍÑ\n"
" -M, --msgstr-suffix[=STRING] msgstr ¹àÌܤÎÀÜÈø¼¤È¤·¤Æ STRING ¤« \"\" ¤ò»ÈÍÑ\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "ɸ½àÆþÎÏ"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2523,7 +2523,7 @@ msgstr ""
"gettxt(\"\") ¤Ï¥á¥¿¾ðÊó¤ÎÉÕ¤¤¤¿¥Ø¥Ã¥À¥¨¥ó¥È¥ê¤òÊÖ¤·¤Þ¤¹¤¬\n"
"¶õ¤Îʸ»úÎó¤ÏÊÖ¤·¤Þ¤»¤ó.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "¸À¸ì `%s' ¤ÏÃΤê¤Þ¤»¤ó"
diff --git a/po/ko.gmo b/po/ko.gmo
index 38293188c..ee376ad53 100644
Binary files a/po/ko.gmo and b/po/ko.gmo differ
diff --git a/po/ko.po b/po/ko.po
index 69fafb26a..aa3b21183 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-25 13:56+0900\n"
"Last-Translator: Changwoo Ryu \n"
"Language-Team: Korean \n"
@@ -29,8 +29,8 @@ msgstr "`%2$s'
msgid "Valid arguments are:"
msgstr "¿Ã¹Ù¸¥ ÀÎÀÚ´Â ´ÙÀ½°ú °°½À´Ï´Ù:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "Àбâ À§ÇØ \"%s\"À»(¸¦) ¿©´Â µ¿¾È ¿À·ù ¹ß»ý"
@@ -121,12 +121,12 @@ msgstr "%s: `-W %s'
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: `-W %s' ¿É¼ÇÀº Àμö¸¦ Çã¿ëÇÏÁö ¾Ê½À´Ï´Ù\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"ÀÚ¹Ù ÄÄÆÄÀÏ·¯°¡ ¾ø½À´Ï´Ù. gcj¸¦ ¼³Ä¡Çϰųª $JAVAC ȯ°æº¯¼ö¸¦ ¼¼ÆÃÇϽʽÿÀ"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"ÀÚ¹Ù °¡»ó±â°è°¡ ¾ø½À´Ï´Ù. gij¸¦ ¼³Ä¡Çϰųª $JAVAC ȯ°æº¯¼ö¸¦ ¼¼ÆÃÇϽʽÿÀ"
@@ -239,7 +239,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "ÀÎÀÚ '%s'¿¡ ´ëÇÑ 'msgid'¿Í '%s'ÀÇ ¼½Ä ÁöÁ¤ÀÌ °°Áö ¾Ê½À´Ï´Ù"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -254,7 +254,7 @@ msgstr ""
"ÀÌ ÇÁ·Î±×·¥Àº ÀÚÀ¯ ¼ÒÇÁÆ®¿þ¾îÀÔ´Ï´Ù. º¹»ç Á¶°ÇÀº ¼Ò½º¸¦ ÂüÁ¶ÇϽʽÿÀ. »óǰ¼º\n"
"À̳ª ƯÁ¤ ¸ñÀû¿¡ ´ëÇÑ ÀûÇÕ¼ºÀ» ºñ·ÔÇÏ¿©, ¾î¶°ÇÑ º¸Áõµµ ÇÏÁö ¾Ê½À´Ï´Ù.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -263,7 +263,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "%sÀÌ(°¡) ¸¸µé¾ú½À´Ï´Ù.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "Àμö°¡ ³Ê¹« ¸¹À½"
@@ -271,11 +271,11 @@ msgstr "
msgid "missing arguments"
msgstr "Àμö°¡ ºüÁ³À½"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "´õ ¸¹Àº Á¤º¸¸¦ º¸·Á¸é `%s --help' ÇϽʽÿÀ\n"
@@ -336,25 +336,25 @@ msgstr ""
"¸ñ·Ï¿¡¼ ¹ø¿ªµÇ¾î ÀÖ´Â ¸Þ½ÃÁö¸¸ÀÌ Ãâ·ÂµË´Ï´Ù.\n"
"±âº» Ž»ö µð·ºÅ丮: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "·Î ¹®Á¦Á¡À» ¾Ë·Á ÁֽʽÿÀ.\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "»ç¿ë¹ý: %s [<¿É¼Ç>]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "ÀÌ ±â°èÀÇ È£½ºÆ®À̸§À» Ç¥½ÃÇÕ´Ï´Ù.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -369,7 +369,7 @@ msgstr ""
" Domain Name) ¹× º°¸í(alias)µéÀ» ¸ðµÎ Æ÷ÇÔ\n"
" -i, --ip-address È£½ºÆ®À̸§¿¡ ´ëÇÑ ÁÖ¼Ò\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -382,7 +382,7 @@ msgstr ""
" -h, --help ÀÌ µµ¿ò¸»À» Ç¥½ÃÇÏ°í ³¡³³´Ï´Ù\n"
" -V, --version ¹öÀü Á¤º¸¸¦ Ç¥½ÃÇÏ°í ³¡³³´Ï´Ù\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "È£½ºÆ®À̸§À» ¾Ë¾Æ³¾ ¼ö ¾ø½À´Ï´Ù"
@@ -402,7 +402,7 @@ msgstr "
msgid "%s and %s are mutually exclusive"
msgstr "%s°ú(¿Í) %sÀº(´Â) ¼·Î ¹èŸÀûÀÔ´Ï´Ù"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "»ç¿ë¹ý: %s [¿É¼Ç] [ÀÔ·ÂÆÄÀÏ]\n"
@@ -417,14 +417,14 @@ msgstr ""
"\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "±ä ¿É¼Ç¿¡¼ ²À ÇÊ¿äÇÑ Àμö´Â ªÀº ¿É¼Ç¿¡µµ ²À ÇÊ¿äÇÕ´Ï´Ù.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -437,7 +437,7 @@ msgstr ""
" -D, --directory=<µð·ºÅ丮> ÀÔ·Â ÆÄÀÏ Å½»ö ¸í´Ü¿¡ <µð·ºÅ丮>¸¦ Ãß°¡ÇÕ´Ï´Ù\n"
"¸¸¾à ÀÔ·Â ÆÄÀÏÀÌ ÁÖ¾îÁöÁö ¾Ê¾Ò°Å³ª \"-\"ÀÎ °æ¿ì, Ç¥ÁØ ÀÔ·ÂÀ» ÀнÀ´Ï´Ù.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -525,7 +525,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "ºÒ°¡´ÉÇÑ ¼±Åà Á¶°ÇÀ» ÁöÁ¤ÇÏ¿´½À´Ï´Ù (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "»ç¿ë¹ý: %s [<¿É¼Ç>] [<ÀÔ·ÂÆÄÀÏ>]...\n"
@@ -553,7 +553,7 @@ msgstr ""
"³ªÅ¸³ª´Â °¡Àå ù ¹øÂ° PO ÆÄÀÏ¿¡ µé¾î ÀÖ´Â ¸ðµç PO ÆÄÀÏ¿¡¼ ÆÄÀÏ \n"
"À§Ä¡´Â ±×´ë·Î À¯ÁöµÉ °ÍÀÔ´Ï´Ù.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -638,7 +638,7 @@ msgstr ""
" -s, --sort-output Á¤·ÄµÈ Ãâ·ÂÀ» ¸¸µì´Ï´Ù\n"
" -F, --sort-by-file ÆÄÀÏÀÇ À§Ä¡¿¡ µû¶ó Ãâ·ÂÀ» Á¤·ÄÇÕ´Ï´Ù\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -719,17 +719,17 @@ msgstr "
msgid "warning: this message is not used"
msgstr "°æ°í: ÀÌ ¸Þ½ÃÁö´Â »ç¿ëµÇÁö ¾Ê½À´Ï´Ù"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "%d°³ÀÇ Ä¡¸íÀûÀÎ ¿À·ù¸¦ ã¾Ò½À´Ï´Ù"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "Áߺ¹µÈ ¸Þ½ÃÁö Á¤ÀÇ"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...¿©±â´Â ù¹øÂ° Á¤ÀÇÀÇ À§Ä¡ÀÔ´Ï´Ù"
@@ -812,12 +812,12 @@ msgstr ""
" -F, --sort-by-file ÆÄÀÏÀÇ À§Ä¡¿¡ µû¶ó Ãâ·ÂÀ» Á¤·ÄÇÕ´Ï´Ù\n"
" --omit-header Çì´õ¿¡ `msgid \"\"' Ç׸ñÀ» ¾²Áö ¾Ê½À´Ï´Ù\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "¹ø¿ª ¸ñ·ÏÀ» ´Ù¸¥ ¹®ÀÚ ÀÎÄÚµùÀ¸·Î º¯È¯ÇÕ´Ï´Ù.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -828,7 +828,7 @@ msgstr ""
" -t, --to-code=<À̸§> Ãâ·ÂÀÇ ÀÎÄÚµù\n"
"±âº» ÀÎÄÚµùÀº ÇöÀç ·ÎÄÉÀÏÀÇ ÀÎÄÚµùÀÔ´Ï´Ù.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1229,24 +1229,24 @@ msgstr ""
" --statistics ¹ø¿ª¿¡ ´ëÇÑ Åë°è¸¦ Ç¥½ÃÇÕ´Ï´Ù\n"
" -v, --verbose ´õ ÀÚ¼¼È÷ Ãâ·ÂÇÕ´Ï´Ù\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "º¹¼ö Ç¥Çö½ÄÀÌ À½¼ö °ªÀ» ¸¸µé ¼öµµ ÀÖ½À´Ï´Ù"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr "nplurals = %lu ÇÏÁö¸¸ º¹¼ö Ç¥Çö½ÄÀÌ %lu¸¸Å Å« °ªÀ» ¸¸µé ¼öµµ ÀÖ½À´Ï´Ù"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "º¹¼ö Ç¥Çö½ÄÀÌ 0À¸·Î ³ª´©´Â ¿¬»êÀ» ÇÒ ¼öµµ ÀÖ½À´Ï´Ù"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "º¹¼ö Ç¥Çö½ÄÀÌ Á¤¼ö ¿À¹öÇ÷ο츦 ¹ß»ý½Ãų ¼ö ÀÖ½À´Ï´Ù"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1254,49 +1254,49 @@ msgstr ""
"º¹¼ö Ç¥Çö½ÄÀÌ ¿¬»ê ¿¹¿Ü¸¦ ¹ß»ý½Ãų ¼ö ÀÖ½À´Ï´Ù. 0À¸·Î ³ª´©´Â ¿¬»êÀ» ÇÒ ¼ö ÀÖ"
"½À´Ï´Ù"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "¸Þ¼¼Áö ¸ñ·ÏÀº º¹¼öÇü ¹ø¿ªÀÌ µé¾î ÀÖ½À´Ï´Ù..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...ÇÏÁö¸¸ Çì´õ Ç׸ñ¿¡´Â \"plural=Ç¥Çö½Ä\" ¼Ó¼ºÀÌ µé¾î ÀÖÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...ÇÏÁö¸¸ Çì´õ Ç׸ñ¿¡´Â \"nplurals=Á¤¼ö\" ¼Ó¼ºÀÌ µé¾î ÀÖÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "nplurals °ªÀÌ À߸øµÇ¾ú½À´Ï´Ù"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "À߸øµÈ º¹¼ö Ç¥Çö½Ä"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...ÇÏÁö¸¸ ¾î¶² ¸Þ¼¼Áö´Â %lu°³ÀÇ º¹¼ö Çü¹Û¿¡ ¾ø½À´Ï´Ù"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...ÇÏÁö¸¸ ¾î¶² ¸Þ¼¼Áö´Â %lu°³ÀÇ º¹¼ö ÇüÀÌ ÀÖ½À´Ï´Ù"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "´ÙÀ½À» »ç¿ëÇØ º¸½Ê½Ã¿À. %s¿¡ ´ëÇØ¼ ¿Ã¹Ù¸§:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1304,112 +1304,112 @@ msgstr ""
"¸Þ¼¼Áö ¸ñ·Ï¿¡ º¹¼öÇü ¹ø¿ªÀÌ µé¾î ÀÖÁö¸¸, Çì´õ Ç׸ñ¿¡ \"Plural-Forms: "
"nplurals=Á¤¼ö; plural=Ç¥Çö½Ä;\"ÀÌ ¾ø½À´Ï´Ù"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "`msgid'¿Í `msgstr_plural' Ç׸ñÀÌ ¸ðµÎ '\\n'À¸·Î ½ÃÀÛÇÏÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid'¿Í `msgstr[%u]' Ç׸ñÀÌ ¸ðµÎ '\\n'À¸·Î ½ÃÀÛÇÏÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid'¿Í `msgstr' Ç׸ñÀÌ ¸ðµÎ '\\n'À¸·Î ½ÃÀÛÇÏÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "`msgid'¿Í `msgid_plural' Ç׸ñÀÌ ¸ðµÎ '\\n'À¸·Î ³¡³ªÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid'¿Í `msgstr[%u]' Ç׸ñÀÌ ¸ðµÎ '\\n'À¸·Î ³¡³ªÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid'¿Í `msgstr' Ç׸ñÀÌ ¸ðµÎ '\\n'À¸·Î ³¡³ªÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "º¹¼ö 󸮴 GNU gettext È®Àå ±â´ÉÀÔ´Ï´Ù"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'msgid'¿Í´Â ´Þ¸®, '%s'Àº(´Â) ¿Ã¹Ù¸¥ %s Çü½Ä ¹®ÀÚ¿ÀÌ ¾Æ´Õ´Ï´Ù"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr¿¡ Űº¸µå ´ÜÃàŰ '%c'¿¡ ´ëÇÑ Ç¥½Ã°¡ ¾ø½À´Ï´Ù"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr¿¡ Űº¸µå ´ÜÃàŰ '%c' Ç¥½Ã°¡ ³Ê¹« ¸¹½À´Ï´Ù"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "Çì´õ¿¡ Çì´õ Çʵå `%s'ÀÌ(°¡) ºüÁ³À½\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "Çì´õ Çʵå `%s'´Â ÇàÀÇ Ã³À½ºÎÅÍ ½ÃÀÛÇØ¾ß ÇÕ´Ï´Ù\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "¸î¸î Çì´õ Çʵ尡 ¾ÆÁ÷µµ ÃʱâÀÇ ³»Á¤°ªÀ» °¡Áö°í ÀÖ½À´Ï´Ù\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "`%s' Çʵ尡 ¾ÆÁ÷µµ ÃʱâÀÇ ³»Á¤°ªÀ» °¡Áö°í ÀÖ½À´Ï´Ù\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "°æ°í: PO ÆÄÀÏ Çì´õ°¡ ºüÁ³°Å³ª À߸øµÇ¾ú½À´Ï´Ù\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "°æ°í: ¹®Àڼ º¯È¯ÀÌ µ¿ÀÛÇÏÁö ¾ÊÀ» °ÍÀÔ´Ï´Ù\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "°æ°í: PO ÆÄÀÏ Çì´õ°¡ ÆÛÁöÀÔ´Ï´Ù\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "°æ°í: °ú°Å ¹öÀüÀÇ msgfmtÀº ¿©±â¿¡ ¿À·ù¸¦ ³¾ °ÍÀÔ´Ï´Ù\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "µµ¸ÞÀÎÀ̸§ \"%s\"´Â ÆÄÀÏ À̸§À¸·Î ¾Ë¸ÂÁö ¾Ê½À´Ï´Ù"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"µµ¸ÞÀÎÀ̸§ \"%s\"´Â ÆÄÀÏ À̸§À¸·Î ¾Ë¸ÂÁö ¾Ê½À´Ï´Ù. ±×·¯¹Ç·Î Á¢µÎ»ç¸¦\n"
"»ç¿ëÇÒ °ÍÀÔ´Ï´Ù"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`domain %s' Áö½ÃÀÚ´Â ¹«½ÃµÊ"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "ºó `msgstr' Ç׸ñÀº ¹«½ÃµÊ"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ÆÛÁö `msgstr' Ç׸ñÀº ¹«½ÃµÊ"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: °æ°í: ¼Ò½º ÆÄÀÏÀÌ ÆÛÁö ¹ø¿ª¹®À» Æ÷ÇÔÇϰí ÀÖ½À´Ï´Ù"
@@ -1655,23 +1655,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "%s ÆÐŰÁö¿¡ ´ëÇÑ Çѱ¹¾î ¹ø¿ª¹®"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "ÇöÀç ¹®Àڼ \"%s\"Àº(´Â) ³Î¸® ¾µ ¼ö ÀÖ´Â ÀÎÄÚµù À̸§ÀÌ ¾Æ´Õ´Ï´Ù"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "ÀÔ·Â ÆÄÀÏ¿¡ µÎ °³ÀÇ ¹®Àڼ \"%s\"°ú(¿Í) \"%s\"ÀÌ(°¡) Á¸ÀçÇÕ´Ï´Ù"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "ÀÔ·Â ÆÄÀÏ `%s'¿¡´Â ¹®ÀÚ¼ÂÀ» ÁöÁ¤ÇÏ´Â Çì´õ Ç׸ñÀÌ µé¾î ÀÖÁö ¾Ê½À´Ï´Ù"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1680,17 +1680,17 @@ msgstr ""
"ÀÔ·Â ÆÄÀÏ `%2$s'ÀÇ µµ¸ÞÀÎ \"%1$s\"¿¡´Â ¹®ÀÚ¼ÂÀ» ÁöÁ¤ÇÏ´Â Çì´õ Ç׸ñÀÌ µé¾î ÀÖ"
"Áö ¾Ê½À´Ï´Ù"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "¸ñÇ¥ ¹®Àڼ \"%s\"Àº(´Â) ³Î¸® ¾µ ¼ö ÀÖ´Â ÀÎÄÚµù À̸§ÀÌ ¾Æ´Õ´Ï´Ù"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "°æ°í: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1698,7 +1698,7 @@ msgstr ""
"ÀÔ·Â ÆÄÀÏÀº ¿©·¯ °³ÀÇ ÀÎÄÚµùÀ¸·Î µÈ ¸Þ¼¼Áö°¡ µé¾î ÀÖ°í, ±× ÁßÀÇ Çϳª°¡ \n"
"UTF-8ÀÔ´Ï´Ù. Ãâ·ÂÀ» UTF-8À¸·Î º¯È¯ÇÕ´Ï´Ù.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1767,11 +1767,11 @@ msgstr ""
msgid "conversion failure"
msgstr "º¯È¯ ½ÇÆÐ"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "ÀÔ·Â ÆÄÀÏÀº ¹®ÀÚ¼ÂÀ» ÁöÁ¤ÇÏ´Â Çì´õ Ç׸ñÀÌ µé¾î ÀÖÁö ¾Ê½À´Ï´Ù"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1780,7 +1780,7 @@ msgstr ""
"\"%s\"¿¡¼ \"%s\"·Î(À¸·Î) º¯È¯ÇÒ ¼ö ¾ø½À´Ï´Ù. %sÀº(´Â) iconv()¿¡ ÀÇÁ¸ÇÏÁö"
"¸¸, iconv()°¡ À̰°Àº º¯È¯À» Áö¿øÇÏÁö ¾Ê½À´Ï´Ù."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2115,13 +2115,13 @@ msgstr ""
msgid ""
msgstr "<Ç¥ÁØÀÔ·Â>"
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: °æ°í: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2130,15 +2130,15 @@ msgstr ""
"¹®Àڼ \"%s\"ÀÌ(°¡) °øÅëÀûÀ¸·Î ÀÌ¿ëÇÏ´Â ÀÎÄÚµù À̸§ÀÌ ¾Æ´Õ´Ï´Ù.\n"
"»ç¿ëÀÚÀÇ ¹®ÀÚ¼ÂÀ¸·ÎÀÇ ¸Þ¼¼Áö º¯È¯Àº ÇÏÁö ¾ÊÀ» °ÍÀÔ´Ï´Ù.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "¾î·µç °è¼ÓÇÕ´Ï´Ù. ¹®¹ý ¾Ö·¯°¡ Ÿ³ª³¯ °ÍÀÔ´Ï´Ù."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "¾î·µç °è¼ÓÇÕ´Ï´Ù"
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2147,7 +2147,7 @@ msgstr ""
"¹®Àڼ \"%s\"Àº(´Â) Áö¿øµÇÁö ¾Ê½À´Ï´Ù. %sÀº(´Â) iconv()¿¡ ÀÇÁ¸ÇÏÁö¸¸,\n"
"iconv()´Â %sÀ»(¸¦) Áö¿øÇÏÁö ¾Ê½À´Ï´Ù.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2155,12 +2155,12 @@ msgstr ""
"GNU libiconv¸¦ ¼³Ä¡Çϰí GNU gettext¸¦ ´Ù½Ã ¼³Ä¡Çϸé ÀÌ\n"
"¹®Á¦°¡ ¾øÀ» °ÍÀÔ´Ï´Ù.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2169,7 +2169,7 @@ msgstr ""
"¹®Àڼ \"%s\"Àº(´Â) Áö¿øµÇÁö ¾Ê½À´Ï´Ù. %sÀº(´Â) iconv()¿¡ ÀÇÁ¸ÇÏÁö¸¸,\n"
"ÀÌ ¹öÀüÀº iconv()¸¦ Áö¿øµÇÁö ¾Ê´Â »óÅ·ΠºôµåµÇ¾ú½À´Ï´Ù.\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2206,43 +2206,43 @@ msgstr "
msgid "too many errors, aborting"
msgstr "¿À·ù°¡ ³Ê¹« ¸¹¾Æ¼ Áß´ÜÇÕ´Ï´Ù"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "À߸øµÈ °¡º¯¹ÙÀÌÆ® ¹®ÀÚ¿"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "ÆÄÀÏÀÇ ³¡¿¡¼ ºÒ¿ÏÀüÇÑ ´ÙÁß¹ÙÀÌÆ® ¹®ÀÚ¿"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "ÁÙÀÇ ³¡¿¡¼ ºÒ¿ÏÀüÇÑ ´ÙÁß¹ÙÀÌÆ® ¹®ÀÚ¿"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv ½ÇÆÐ"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "\"%s\"À»(¸¦) Àд µ¿¾È ¿À·ù ¹ß»ý"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "¾Ë ¼ö ¾ø´Â Ű¿öµå \"%s\""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "À߸øµÈ Á¦¾î ¼ø¼¿"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "¹®ÀÚ¿ ³»ºÎ¿¡¼ ÆÄÀÏÀÌ ³¡³²"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "¹®ÀÚ¿ ³»ºÎ¿¡¼ ÇàÀÌ ³¡³²"
@@ -2307,7 +2307,7 @@ msgstr "
msgid "failed to create \"%s\""
msgstr "\"%s\"À»(¸¦) ¸¸µå´Â µ¥ ½ÇÆÐÇß½À´Ï´Ù"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "\"%s\" ÆÄÀÏÀ» ¾²´Â µ¿¾È ¿À·ù ¹ß»ý"
@@ -2323,13 +2323,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "¾²±â À§ÇØ \"%s\"À»(¸¦) ¿©´Â µ¿¾È ¿À·ù ¹ß»ý"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "±¹Á¦ÈµÈ ¸Þ½ÃÁö´Â `\\%c' À̽ºÄÉÀÌÇÁ ¼ø¼¿À» Æ÷ÇÔÇÒ ¼ö ¾ø½À´Ï´Ù"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2342,12 +2342,12 @@ msgstr ""
"¹ß»ýÇÒ ¼ö ÀÖ½À´Ï´Ù. ¼ø¼öÇÑ ASCII msgid¸¸À» »ç¿ëÇϵµ·Ï ÇϽʽÿÀ.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "Ãâ·Â ÆÄÀÏ \"%s\"À»(¸¦) ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "Ç¥ÁØ Ãâ·Â"
@@ -2362,7 +2362,7 @@ msgstr "%s:%d:
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: °æ°í: ¿Ï°áµÇÁö ¾ÊÀº ¹®ÀÚ¿ »ó¼ö"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "ÀÌ ÆÄÀÏÀº µµ¸ÞÀÎ Áö½ÃÀÚ¸¦ Æ÷ÇÔÇϰí ÀÖÁö ¾ÊÀ» ¼öµµ ÀÖ½À´Ï´Ù"
@@ -2389,17 +2389,17 @@ msgstr "--join-exeisting
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext´Â °Ë»öÇÒ Å°¿öµå ¾øÀÌ´Â µ¿ÀÛÇÏÁö ¾Ê½À´Ï´Ù"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "°æ°í: `%s' ÆÄÀÏÀÇ È®ÀåÀÚ `%s'¸¦ ¾Ë ¼ö ¾ø½À´Ï´Ù; C Çü½ÄÀ¸·Î °£ÁÖÇÔ"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "ÁÖ¾îÁø ÀÔ·Â ÆÄÀÏ¿¡¼ ¹ø¿ª °¡´ÉÇÑ ¹®ÀÚ¿À» »Ì¾Æ³À´Ï´Ù.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2408,7 +2408,7 @@ msgstr ""
"±ä ¿É¼Ç¿¡¼ ²À ÇÊ¿äÇÑ Àμö´Â ªÀº ¿É¼Ç¿¡µµ ²À ÇÊ¿äÇÕ´Ï´Ù.\n"
"¾ø¾îµµ µÇ´Â ÀÎÀÚµµ ¸¶Âù°¡ÁöÀÔ´Ï´Ù.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2423,7 +2423,7 @@ msgstr ""
" -p, --output-dir=<µð·ºÅ丮> Ãâ·Â ÆÄÀÏÀ» <µð·ºÅ丮> µð·ºÅ丮¿¡ ³õ½À´Ï´Ù\n"
"Ãâ·ÂÆÄÀÏÀÌ \"-\"À̸é, Ç¥ÁØ Ãâ·ÂÀ¸·Î Ãâ·ÂÇÕ´Ï´Ù.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2443,7 +2443,7 @@ msgstr ""
"±âº»ÀûÀ¸·Î ÀÔ·Â ÆÄÀÏÀÇ È®ÀåÀÚ¿¡ µû¶ó ¾ð¾î¸¦ ÃßÃøÇÕ´Ï´Ù\n"
# TAG°¡ Á¤È®ÀÌ ¹¹Áö?
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2458,7 +2458,7 @@ msgstr ""
" -c, --add-comments[=<ű×>] ÁÖ¼® ºÎºÐÀ» <ÅÂÅ©>·Î (ȤÀº Ű¿öµå ÁÙ ¾Õ¿¡\n"
" ÀÖ´Â °ÍÀ¸·Î) ¾¹´Ï´Ù\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2475,7 +2475,7 @@ msgstr ""
" -T, --trigraphs ÀԷ¿¡¼ ANSI C »ïÁßÀÚ(trigraph)¸¦ ÀνÄÇÕ´Ï´Ù\n"
" --debug ´õ ÀÚ¼¼ÇÑ Çü½Ä¹®ÀÚ¿ ÀÎ½Ä °á°ú\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2516,11 +2516,11 @@ msgstr ""
" -m, --msgstr-prefix[=<¹®ÀÚ¿>] msgstr Ç׸ñ¿¡ <¹®ÀÚ¿> ȤÀº \"\"À» Á¢µÎ¾î·Î\n"
" -M, --msgstr-suffix[=<¹®ÀÚ¿>] msgstr Ç׸ñ¿¡ <¹®ÀÚ¿> ȤÀº \"\"À» Á¢¹Ì¾î·Î\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "Ç¥ÁØ ÀÔ·Â"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2530,7 +2530,7 @@ msgstr ""
"gettext(\"\")´Â ºó ¹®ÀÚ¿ÀÌ ¾Æ´Ï¶ó, ¸ÞŸ Á¤º¸°¡ µé¾î ÀÖ´Â \n"
"Çì´õ Ç׸ñÀ» ¸®ÅÏÇÕ´Ï´Ù.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "`%s' ¾ð¾î¸¦ ¾Ë ¼ö ¾øÀ½"
diff --git a/po/nl.gmo b/po/nl.gmo
index 433977445..eddeb0a2f 100644
Binary files a/po/nl.gmo and b/po/nl.gmo differ
diff --git a/po/nl.po b/po/nl.po
index ede359d12..822e0981d 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.31\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 1997-03-11 22:38 \n"
"Last-Translator: Erick Branderhorst \n"
"Language-Team: Dutch \n"
@@ -28,8 +28,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "fout tijdens openen om te lezen van \"%s\""
@@ -120,11 +120,11 @@ msgstr "%s: optie `-W %s' is dubbelzinnig\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: optie `-W %s' staat geen argument toe\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -235,7 +235,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "formaat specificaties voor argument %u zijn niet dezelfde"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -251,7 +251,7 @@ msgstr ""
"garantie; zelfs niet voor VERKOOPBAARHEID of GESCHIKTHEID VOOR EEN\n"
"SPECIFIEK DOEL.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -260,7 +260,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Geschreven door %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "te veel argumenten"
@@ -268,11 +268,11 @@ msgstr "te veel argumenten"
msgid "missing arguments"
msgstr "ontbrekende argumenten"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Probeer `%s --help' voor meer informatie.\n"
@@ -333,26 +333,26 @@ msgstr ""
"worden de in de katalogus gevonden meldingen vertaald.\n"
"Standaard zoek directory: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Meld fouten via .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -362,7 +362,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -372,7 +372,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -392,7 +392,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s en %s zijn mutually exclusive"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -405,14 +405,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -421,7 +421,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -494,7 +494,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr ""
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -513,7 +513,7 @@ msgid ""
"File positions from all PO files will be cumulated.\n"
msgstr ""
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -582,7 +582,7 @@ msgstr ""
" -V, --version toon versie-informatie en bekindig programma\n"
" -W, --width=NUMBER stel uitvoer pagina breedte in\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -661,17 +661,17 @@ msgstr "deze melding is gebruikt maar niet gedefinieerd in %s"
msgid "warning: this message is not used"
msgstr "waarschuwing: deze melding is niet gebruikt"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, fuzzy, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "%d fatale fouten gevonden"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "dubbele melding definitie"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...dit is de lokatie van de eerste definitie"
@@ -740,12 +740,12 @@ msgstr ""
" -V, --version toon versie-informatie en bekindig programma\n"
" -W, --width=NUMBER stel uitvoer pagina breedte in\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -753,7 +753,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1092,192 +1092,192 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "illegale kontrol sequence"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "deze melding is gebruikt maar niet gedefinieerd in %s"
msgstr[1] "deze melding is gebruikt maar niet gedefinieerd in %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "deze melding is gebruikt maar niet gedefinieerd in %s"
msgstr[1] "deze melding is gebruikt maar niet gedefinieerd in %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "`msgid' en `msgstr' ingangen beginnen niet allebei met '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid' en `msgstr' ingangen beginnen niet allebei met '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid' en `msgstr' ingangen beginnen niet allebei met '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "`msgid' en `msgstr' ingangen eindigen niet allebei met '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid' en `msgstr' ingangen eindigen niet allebei met '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid' en `msgstr' ingangen eindigen niet allebei met '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "header(??)veld `%s' ontbreekt in header(??)"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "header(??)veld `%s' moet starten aan het begin van de regel"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr ""
"sommige header(??)velden hebben nog de oorspronkelijke standaard waarde"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "veld `%s' heeft nog de oorspronkelijke standaard waarde"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr "%s: let op: broncode bevat vage vertaling"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr "%s: let op: broncode bevat vage vertaling"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr "%s: let op: broncode bevat vage vertaling"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domeinnaam \"%s\" niet bruikbaar als bestandsnaam"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"domeinnaam \"%s\" niet bruikbaar als bestandsnaam: zal voorvoegsel gebruiken"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`domein %s' directive genegeerd"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "lege `msgstr' entry genegeerd"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "lege `msgstr' ingang genegeerd"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: let op: broncode bevat vage vertaling"
@@ -1468,46 +1468,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1559,18 +1559,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1850,53 +1850,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, fuzzy, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr "%s: let op: broncode bevat vage vertaling"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
#, fuzzy
msgid ""
"Charset missing in header.\n"
@@ -1934,47 +1934,47 @@ msgstr ""
msgid "too many errors, aborting"
msgstr "te veel fouten, afgebroken"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
#, fuzzy
msgid "invalid multibyte sequence"
msgstr "illegale kontrol sequence"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "illegale kontrol sequence"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "illegale kontrol sequence"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "fout tijdens lezen \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "sleutelwoord \"%s\" onbekend"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
#, fuzzy
msgid "invalid control sequence"
msgstr "illegale kontrol sequence"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "einde-bestand-teken in string"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "einde-regel-teken in string"
@@ -2039,7 +2039,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "fout bij schrijven bestand \"%s\""
@@ -2053,14 +2053,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "fout bij openen om te schrijven van \"%s\""
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"geonternationaliseerde meldingen mogen geen `\\%c' escape sequences bevatten"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2069,12 +2069,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "kan uitvoerbestand \"%s\" niet aanmaken"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standaard uitvoer"
@@ -2089,7 +2089,7 @@ msgstr "%s:%d: let op: niet getermineerde karakter konstante"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: let op: niet getermineerde string literal"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "dit bestand mag geen domein directives bevatten"
@@ -2119,24 +2119,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "let op: bestand `%s' extensie `%s' is onbekend; ga C proberen"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2146,7 +2146,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2158,7 +2158,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2168,7 +2168,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2179,7 +2179,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2218,18 +2218,18 @@ msgstr ""
" -V, --version toon versie-informatie en bekindig programma\n"
" -W, --width=NUMBER stel uitvoer pagina breedte in\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standaard invoer"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "taal `%s' onbekend"
diff --git a/po/nn.gmo b/po/nn.gmo
index 36c5ee5b1..afae0495f 100644
Binary files a/po/nn.gmo and b/po/nn.gmo differ
diff --git a/po/nn.po b/po/nn.po
index de351e32e..f9c97225c 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.12\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 1996-03-21 08:46 EST\n"
"Last-Translator: Karl Anders Øygard \n"
"Language-Team: Norwegian-nynorsk \n"
@@ -28,8 +28,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, fuzzy, c-format
msgid "error while opening \"%s\" for reading"
msgstr "feil under skriving av fila \"%s\""
@@ -120,11 +120,11 @@ msgstr "%s: flagg
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: flagg «--%s» tek ikkje argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -238,7 +238,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "format-spesifiseringane for argument %u er ulike"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -250,7 +250,7 @@ msgid ""
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -259,7 +259,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr ""
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
#, fuzzy
msgid "too many arguments"
msgstr "manglar argument"
@@ -268,11 +268,11 @@ msgstr "manglar argument"
msgid "missing arguments"
msgstr "manglar argument"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, fuzzy, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Prøv «%s --help» for meir informasjon\n"
@@ -333,25 +333,25 @@ msgstr ""
"staden vert meldingar som er funne i den valgte katalogen oversatt.\n"
"Standard søkekatalog er: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -361,7 +361,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -371,7 +371,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -391,7 +391,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s og %s utelukker kvarandre"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -404,14 +404,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -420,7 +420,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -486,7 +486,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr ""
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -505,7 +505,7 @@ msgid ""
"File positions from all PO files will be cumulated.\n"
msgstr ""
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -567,7 +567,7 @@ msgstr ""
" --strict lag strengt Uniforum-konformt utdata\n"
" -V, --version vis programversjon og avslutt\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -644,17 +644,17 @@ msgstr "denne meldinga er brukt, men ikkje definert i %s"
msgid "warning: this message is not used"
msgstr "advarsel: denne meldinga er ikkje brukt"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, fuzzy, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "fann %d fatale feil"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr ""
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
#, fuzzy
msgid "...this is the location of the first definition"
msgstr "den første definisjonen finst her"
@@ -717,12 +717,12 @@ msgstr ""
" --strict lag strengt Uniforum-konformt utdata\n"
" -V, --version vis programversjon og avslutt\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -730,7 +730,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1058,188 +1058,188 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr ""
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "denne meldinga er brukt, men ikkje definert i %s"
msgstr[1] "denne meldinga er brukt, men ikkje definert i %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "denne meldinga er brukt, men ikkje definert i %s"
msgstr[1] "denne meldinga er brukt, men ikkje definert i %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "«msgid»- og «msgstr»-verdiane byrjarr ikkje båe med '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "«msgid»- og «msgstr»-verdiane byrjarr ikkje båe med '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
#, fuzzy
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "«msgid»- og «msgstr»-verdiane byrjarr ikkje båe med '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "«msgid»- og «msgstr»-verdiane sluttar ikkje båe med '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "«msgid»- og «msgstr»-verdiane sluttar ikkje båe med '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
#, fuzzy
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "«msgid»- og «msgstr»-verdiane sluttar ikkje båe med '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "filhovud-feltet «%s» manglar i filhovud"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "filhovud-feltet «%s» skulle ha starta på byrjinga av linja"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "nokre filhovud-felt har framleis sin initielle verdi"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "feltet «%s» har framleis sin forvalgte verdi"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr ""
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr ""
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domenenamnet \"%s\" passar ikkje som filnavn"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domenenamnet \"%s\" passar ikkje som filnavn: brukar prefiks"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr ""
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr ""
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr ""
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, fuzzy, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "ADVARSEL: kildefila har «fuzzy» oversetjingar"
@@ -1423,46 +1423,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1514,18 +1514,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1801,53 +1801,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr ""
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -1885,43 +1885,43 @@ msgstr ""
msgid "too many errors, aborting"
msgstr "for mange feil, avsluttar"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr ""
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr ""
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr ""
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, fuzzy, c-format
msgid "error while reading \"%s\""
msgstr "feil under skriving av fila \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr ""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr ""
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr ""
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr ""
@@ -1986,7 +1986,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "feil under skriving av fila \"%s\""
@@ -2000,14 +2000,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "feil under skriving av fila \"%s\""
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"internasjonaliserte meldingar skal ikkje innehalde escape-sekvensen «\\%c»"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2016,12 +2016,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "kan ikkje opprette utfila \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr ""
@@ -2036,7 +2036,7 @@ msgstr ""
msgid "%s:%d: warning: unterminated string literal"
msgstr ""
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "denne fila kan ikkje innehalde domene-nøkkelord"
@@ -2064,24 +2064,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2091,7 +2091,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2103,7 +2103,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2113,7 +2113,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2124,7 +2124,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2156,18 +2156,18 @@ msgstr ""
" --strict lag strengt Uniforum-konformt utdata\n"
" -V, --version vis programversjon og avslutt\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr ""
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr ""
diff --git a/po/no.gmo b/po/no.gmo
index 20066348f..be8de142f 100644
Binary files a/po/no.gmo and b/po/no.gmo differ
diff --git a/po/no.po b/po/no.po
index c273d0060..f4d9a43e0 100644
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.37\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2001-05-09 02:08+02:00\n"
"Last-Translator: Trond Endrestøl \n"
"Language-Team: Norwegian-bokmål \n"
@@ -28,8 +28,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "feil under åpning av «%s» for lesing"
@@ -120,11 +120,11 @@ msgstr "%s: flagg
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: flagg «-W %s» tillater ikke et argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -236,7 +236,7 @@ msgstr "format-spesifiseringene for argument %lu er ulike"
# Hva skal MERCHANTABILITY og FITNESS FOR PARTICULAR PURPOSE oversettes med?
# Er denne oversettelsen grei nok?
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -252,7 +252,7 @@ msgstr ""
"INGEN garanti; ikke engang for SALGBARHET eller SKIKKETHET FOR ET BESTEMT\n"
"FORMÅL.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -261,7 +261,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Skrevet av %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "for mange argumenter"
@@ -269,11 +269,11 @@ msgstr "for mange argumenter"
msgid "missing arguments"
msgstr "mangler argumenter"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Prøv «%s --help» for mer informasjon.\n"
@@ -334,26 +334,26 @@ msgstr ""
"stedet blir funne meldinger i den valgte katalogen oversatt.\n"
"Standard søkekatalog er: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Rapporter feil til .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -363,7 +363,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -373,7 +373,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -393,7 +393,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s og %s utelukker hverandre"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -406,14 +406,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -422,7 +422,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -496,7 +496,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "umulig utvalgskriterie angitt (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -531,7 +531,7 @@ msgstr ""
"PO-filen som definerer dem. Filposisjonene fra alle PO-filene vil\n"
"bli bevart.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -617,7 +617,7 @@ msgstr ""
" -V, --version skriv ut programversjon og avslutt\n"
" -w, --width=ANTALL sett sidebredden i utdata\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -694,18 +694,18 @@ msgstr "denne meldingen er brukt, men ikke definert i %s"
msgid "warning: this message is not used"
msgstr "advarsel: denne meldingen er ikke brukt"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "fant %d fatale feil"
msgstr[1] "fant %d fatale feil"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "duplisert definisjon av melding"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "... dette er lokasjonen til den første definisjonen"
@@ -807,12 +807,12 @@ msgstr ""
" -V, --version skriv ut programversjon og avslutt\n"
" -w, --width=ANTALL sett sidebredden i utdata\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -820,7 +820,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1165,194 +1165,194 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "ulovlig kontrollsekvens"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "denne meldingen er brukt, men ikke definert i %s"
msgstr[1] "denne meldingen er brukt, men ikke definert i %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "denne meldingen er brukt, men ikke definert i %s"
msgstr[1] "denne meldingen er brukt, men ikke definert i %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "«msgid»- og «msgid_plural»-innslagene begynner ikke med `\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "«msgid»- og «msgstr[%u]»-innslagene begynner ikke med `\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "«msgid»- og «msgstr»-innslagene begynner ikke med `\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "«msgid»- og «msgstr[%u]»-innslagene slutter ikke med `\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "«msgid»- og «msgstr[%u]»-innslagene slutter ikke med `\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "«msgid»- og «msgstr»-innslagene slutter ikke med `\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "filhodefelt «%s» mangler i filhode"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "filhodefelt «%s» skulle ha startet ved begynnelsen av linjen"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "noen filhodefelt har fremdeles sin initielle verdi"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "feltet «%s» har fremdeles sin forvalgte verdi"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: advarsel: PO-filheader mangler, fuzzy, eller ugyldig\n"
"%*s advarsel: tegnsettkonvertering vil ikke virke"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"Tegnsettet mangler i headeren.\n"
"Meldingskonvertering til brukerens tegnsett kan ikke virke.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: advarsel: PO-filheader mangler, fuzzy, eller ugyldig\n"
"%*s advarsel: tegnsettkonvertering vil ikke virke"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domenenavnet «%s» passer ikke som filnavn"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domenenavnet «%s» passer ikke som filnavn: bruker prefiks"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "nøkkelord «domain %s» ignorert"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "tom «msgstr»-linje ignorert"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "antatt «msgstr»-linje ignorert"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: advarselL: kildefil har antatte oversettelser"
@@ -1544,47 +1544,47 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
#, fuzzy
msgid "warning: "
msgstr "%s: advarsel: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1636,11 +1636,11 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1649,7 +1649,7 @@ msgstr ""
"Tegnsettet \"%s\" er ikke støttet. %s er avhengig av iconv(),\n"
"og iconv() støtter ikke \"%s\".\n"
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1926,13 +1926,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: advarsel: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -1941,15 +1941,15 @@ msgstr ""
"Tegnsettet \"%s\" er ikke et portabelt innkodingsnavn.\n"
"Meldingskonvertering til brukerens tegnsett kan ikke virke.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Fortsetter likevel, forvent parsefeil."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Fortsetter likevel."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -1958,7 +1958,7 @@ msgstr ""
"Tegnsettet \"%s\" er ikke støttet. %s er avhengig av iconv(),\n"
"og iconv() støtter ikke \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -1966,12 +1966,12 @@ msgstr ""
"Installasjon av GNU libiconv og deretter reinstallasjon av GNU gettext\n"
"vil rette dette problemet.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -1980,7 +1980,7 @@ msgstr ""
"Tegnsettet \"%s\" er ikke støttet. %s er avhengig av iconv().\n"
"Denne versjonen ble blygget uten iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2017,45 +2017,45 @@ msgstr "flertallsform har feil indeks"
msgid "too many errors, aborting"
msgstr "for mange feil, avbryter"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "ulovlig multibytesekvens"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "ulovlig multibytesekvens"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "ulovlig multibytesekvens"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "feil under lesing av «%s»"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "nøkkelord «%s» ukjent"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "ulovlig kontrollsekvens"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "slutt-på-fil inne i streng"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "slutt-på-linje inne i streng"
@@ -2120,7 +2120,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "feil under skriving av filen «%s»"
@@ -2134,14 +2134,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "feil under åpning av «%s» for skriving"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"internasjonaliserte meldinger bør ikke inneholde escape-sekvensen «\\%c»"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2150,12 +2150,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "kan ikke opprette utfilen «%s»"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard ut"
@@ -2170,7 +2170,7 @@ msgstr "%s:%d: advarsel: uavsluttet tegnkonstant"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: advarsel: uavsluttet strengliteral"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "denne filen kan ikke inneholde domene-direktiver"
@@ -2198,24 +2198,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext kan ikke arbeide uten å finne nøkkelord"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "advarsel: typen til fil «%s» med utvidelsen «%s» er ukjent, forsøker C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2225,7 +2225,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2237,7 +2237,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2247,7 +2247,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2258,7 +2258,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2298,18 +2298,18 @@ msgstr ""
" -V, --version skriv ut programversjon og avslutt\n"
" -w, --width=ANTALL sett sidebredden i utdata\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard inn"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "språket «%s» er ukjent"
diff --git a/po/pl.gmo b/po/pl.gmo
index b8989bfda..21907389b 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index adf8c3fe8..013f75937 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.39\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2001-08-01 23:50+0200\n"
"Last-Translator: Rafa³ Maszkowski \n"
"Language-Team: Polish \n"
@@ -30,8 +30,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "b³±d w czasie otwierania \"%s\" do czytania"
@@ -122,11 +122,11 @@ msgstr "%s: opcja `-W %s' jest niejednoznaczna\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: opcja `-W %s' nie mo¿e mieæ argumentu\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -236,7 +236,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "specyfikacje formatu dla argumentu %lu nie s± takie same"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -252,7 +252,7 @@ msgstr ""
"Autorzy nie daj± ¯ADNYCH gwarancji, w tym równie¿ gwarancji MO¯LIWO¦CI\n"
"SPRZEDA¯Y lub PRZYDATNO¦CI DO KONKRETNYCH ZASTOSOWAÑ.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -261,7 +261,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Zapisane przez %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "za du¿o argumentów"
@@ -269,11 +269,11 @@ msgstr "za du
msgid "missing arguments"
msgstr "brakuj±ce argumenty"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Spróbuj `%s --help' ¿eby otrzymaæ wiêcej informacji.\n"
@@ -334,26 +334,26 @@ msgstr ""
"wybranym katalogu.\n"
"Domy¶lnie przeszukiwany katalog: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Raporty o b³êdach wysy³aj do bug-gnu-utils@gnu.org\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -363,7 +363,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -373,7 +373,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -393,7 +393,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s i %s wzajemnie siê wykluczaj±"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -406,14 +406,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -422,7 +422,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -496,7 +496,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "podane niemo¿liwe kryteria selekcji (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -529,7 +529,7 @@ msgstr ""
"ale tylko w pierwszym definiuj±cym je pliku PO. Pozycje w plikach dla\n"
"wszystkich plików PO te¿ zostan± zachowane.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -613,7 +613,7 @@ msgstr ""
" -V, --version wy¶wietlenie informacji o wersji i zakoñczenie\n"
" -w, --width=LICZBA ustalenie szeroko¶ci strony\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -690,7 +690,7 @@ msgstr "ten komunikat jest u
msgid "warning: this message is not used"
msgstr "uwaga: ten komunikat nie jest u¿yty"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
@@ -698,11 +698,11 @@ msgstr[0] "znaleziono %d b
msgstr[1] "znaleziono %d b³êdy krytyczne"
msgstr[2] "znaleziono %d b³êdów krytycznych"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "podwójna definicja komunikatu"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...to jest po³o¿enie pierwszej definicji"
@@ -800,12 +800,12 @@ msgstr ""
" -V, --version wy¶wietlenie informacji o wersji i zakoñczenie\n"
" -w, --width=LICZBA ustalenie szeroko¶ci strony\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -813,7 +813,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1161,56 +1161,56 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "b³êdna sekwencja steruj±ca"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
@@ -1218,7 +1218,7 @@ msgstr[0] "ten komunikat jest u
msgstr[1] "ten komunikat jest u¿yty, ale nie zdefiniowany w %s"
msgstr[2] "ten komunikat jest u¿yty, ale nie zdefiniowany w %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
@@ -1226,131 +1226,131 @@ msgstr[0] "ten komunikat jest u
msgstr[1] "ten komunikat jest u¿yty, ale nie zdefiniowany w %s"
msgstr[2] "ten komunikat jest u¿yty, ale nie zdefiniowany w %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "linie `msgid' i `msgid_plural' nie zaczynaj± siê obie od '\\n'`"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "linie `msgid' i `msgstr[%u]' nie zaczynaj± siê obie od '\\n'`"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "linie `msgid' i `msgstr' nie zaczynaj± siê obie od '\\n'`"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "linie `msgid' i `msgid_plural' nie koñcz± siê obie na '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "linie `msgid' i `msgstr[%u]' nie koñcz± siê obie na '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "linie `msgid' i `msgstr' nie koñcz± siê obie na '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "w nag³ówku brakuje pola `%s'"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "pole nag³ówka `%s' powinno siê zaczynaæ na pocz±tku linii"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "niektóre pola nag³ówka nadal zawieraj± pocz±tkowe warto¶ci domy¶lne"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "pole `%s' ma nadal pocz±tkow± warto¶æ domy¶ln±"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: uwaga: nag³ówek pliku PO brakuj±cy, niedok³adny lub b³êdny\n"
"%*s uwaga: konwersja kodowania nie bêdzie dzia³aæ"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"W nag³ówku brakuje nazwy kodowania.\n"
"Przekodowanie na kodowanie u¿ytkownika nie bêdzie dzia³aæ.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: uwaga: nag³ówek pliku PO brakuj±cy, niedok³adny lub b³êdny\n"
"%*s uwaga: konwersja kodowania nie bêdzie dzia³aæ"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "nazwa domeny \"%s\" nie jest odpowiedni± nazwa pliku"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "nazwa domeny \"%s\" nie jest dobra jako nazwa pliku: u¿yjê przedrostka"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "dyrektywa `domena %s' zignorowana"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "zignorowana pusta warto¶æ `msgstr'"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "zignorowana niepewna (fuzzy) warto¶æ `msgstr'"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: uwaga: plik ¼ród³owy zawiera t³umaczenie budz±ce w±tpliwo¶ci"
@@ -1542,47 +1542,47 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
#, fuzzy
msgid "warning: "
msgstr "%s: ostrze¿enie: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1634,11 +1634,11 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1647,7 +1647,7 @@ msgstr ""
"Kodowanie \"%s\" nie jest obs³ugiwane. %s opiera siê na iconv(),\n"
"a iconv() nie obs³uguje \"%s\".\n"
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, fuzzy, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1924,13 +1924,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: ostrze¿enie: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -1939,15 +1939,15 @@ msgstr ""
"Kodowanie \"%s\" nie ma przeno¶nej nazwy.\n"
"Przekodowanie na zestaw znaków u¿ytkownika mo¿e nie dzia³aæ\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Kontynuacja mimo wszystko, mo¿na oczekiwaæ b³êdów analizy sk³adni."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Kontynuacja mimo wszystko."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -1956,7 +1956,7 @@ msgstr ""
"Kodowanie \"%s\" nie jest obs³ugiwane. %s opiera siê na iconv(),\n"
"a iconv() nie obs³uguje \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -1964,12 +1964,12 @@ msgstr ""
"Problem mo¿na rozwi±zaæ instaluj±c libiconv GNU i instaluj±c\n"
"ponownie gettext GNU.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -1978,7 +1978,7 @@ msgstr ""
"Kodowanie \"%s\" nie jest obs³ugiwane. %s opiera sie na iconv().\n"
"Ta wersja zosta³a skompilowana bez iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2015,45 +2015,45 @@ msgstr "forma mnoga ma z
msgid "too many errors, aborting"
msgstr "%s: za du¿o b³êdów, przerwanie wykonywania"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "b³êdna sekwencja wielobajtowa"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "b³êdna sekwencja wielobajtowa"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "b³êdna sekwencja wielobajtowa"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "b³±d w czasie czytania \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "nieznane s³owo kluczowe \"%s\""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "b³êdna sekwencja steruj±ca"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "znak koñca pliku wewn±trz ³añcucha"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "znak koñca wiersza wewn±trz ³añcucha"
@@ -2119,7 +2119,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "b³±d podczas pisania do pliku \"%s\""
@@ -2133,13 +2133,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "b³±d otwarcia \"%s\" do pisania"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "umiêdzynaradawiane komunikaty nie powinny zawieraæ sekwenji `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2148,12 +2148,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "nie mogê utworzyæ pliku wyj¶ciowego \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standardowe wyj¶cie"
@@ -2168,7 +2168,7 @@ msgstr "%s:%d: uwaga: niezako
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: uwaga: niezakoñczona sta³a ³añcuchowa"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "ten plik nie mo¿e zawieraæ dyrektyw domen"
@@ -2195,24 +2195,24 @@ msgstr "--join-existing nie mo
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext nie mo¿e dzia³aæ bez podania s³ów kluczowych"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "uwaga: typ pliku `%s' z rozszerzeniem `%s' jest nieznany; spróbujê C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2222,7 +2222,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2234,7 +2234,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2244,7 +2244,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2255,7 +2255,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2295,18 +2295,18 @@ msgstr ""
" -V, --version wy¶wietlenie informacji o wersji i zakoñczenie\n"
" -w, --width=LICZBA ustalenie szeroko¶ci strony\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "wej¶cie standardowe"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "nieznany jêzyk `%s'"
diff --git a/po/pt.gmo b/po/pt.gmo
index a3abe74d4..80348dace 100644
Binary files a/po/pt.gmo and b/po/pt.gmo differ
diff --git a/po/pt.po b/po/pt.po
index 6063bcff7..413e74d58 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.23\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 1996-09-18 20:51 WET DST\n"
"Last-Translator: Nuno Oliveira \n"
"Language-Team: Portuguese \n"
@@ -27,8 +27,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "erro durante a abertura de \"%s\" para leitura"
@@ -119,11 +119,11 @@ msgstr "%s: a op
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: a opção `--%s' não permite um argumento\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -234,7 +234,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "as especificações do argumento %u são diferentes"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -246,7 +246,7 @@ msgid ""
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -255,7 +255,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr ""
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "demasiados argumentos"
@@ -263,11 +263,11 @@ msgstr "demasiados argumentos"
msgid "missing arguments"
msgstr "argumentos insuficientes"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, fuzzy, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Tente `%s --help' para mais informação\n"
@@ -329,25 +329,25 @@ msgstr ""
"são traduzidas.\n"
"Directório standard de pesquisa: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -357,7 +357,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -367,7 +367,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -387,7 +387,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s e %s são mutuamente exclusivas"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -400,14 +400,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -416,7 +416,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -489,7 +489,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr ""
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -508,7 +508,7 @@ msgid ""
"File positions from all PO files will be cumulated.\n"
msgstr ""
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -577,7 +577,7 @@ msgstr ""
" -V, --version mostra a informação de versão e sai\n"
" -w, --width=NÚMERO especifica a largura de página na saída\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -658,17 +658,17 @@ msgstr "esta mensagem
msgid "warning: this message is not used"
msgstr "atenção: esta mensagem não é usada"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, fuzzy, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "encontrados %d erros fatais"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "definição de mensagem duplicada"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...este é o local da primeira definição"
@@ -737,12 +737,12 @@ msgstr ""
" -V, --version mostra a informação de versão e sai\n"
" -w, --width=NÚMERO especifica a largura de página na saída\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -750,7 +750,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1089,195 +1089,195 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "sequência de controlo ilegal"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "esta mensagem é usada mas não definida em %s"
msgstr[1] "esta mensagem é usada mas não definida em %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "esta mensagem é usada mas não definida em %s"
msgstr[1] "esta mensagem é usada mas não definida em %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "os campos `msgid' e `msgstr' não começam ambos por '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "os campos `msgid' e `msgstr' não começam ambos por '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
#, fuzzy
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "os campos `msgid' e `msgstr' não começam ambos por '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
#, fuzzy
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "os campos `msgid' e `msgstr' não terminam ambos por '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, fuzzy, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "os campos `msgid' e `msgstr' não terminam ambos por '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
#, fuzzy
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "os campos `msgid' e `msgstr' não terminam ambos por '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "o campo `%s' falta no cabeçalho"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "o campo `%s' do cabeçalho deve começar no início da linha"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "alguns campos do cabeçalho ainda têm o valor inicial por defeito"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "o campo `%s' ainda tem o valor por defeito inicial"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr "CUIDADO: o ficheiro fonte contém traduções aproximadas"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr "CUIDADO: o ficheiro fonte contém traduções aproximadas"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr "CUIDADO: o ficheiro fonte contém traduções aproximadas"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "nome de domínio \"%s\" não apropriado como nome de ficheiro"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"nome de domínio \"%s\" não apropriado como nome de ficheiro:\n"
"prefixo usado"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "directiva `domínio %s' ignorada"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "elemento `msgstr' vazio ignorada"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
#, fuzzy
msgid "fuzzy `msgstr' entry ignored"
msgstr "elemento `msgstr' vazio ignorada"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, fuzzy, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "CUIDADO: o ficheiro fonte contém traduções aproximadas"
@@ -1468,46 +1468,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr ""
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr ""
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1559,18 +1559,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1854,53 +1854,53 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, fuzzy, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
"Message conversion to user's charset might not work.\n"
msgstr "CUIDADO: o ficheiro fonte contém traduções aproximadas"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
#, fuzzy
msgid ""
"Charset missing in header.\n"
@@ -1938,47 +1938,47 @@ msgstr ""
msgid "too many errors, aborting"
msgstr "demasiados erros, interrompendo"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
#, fuzzy
msgid "invalid multibyte sequence"
msgstr "sequência de controlo ilegal"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "sequência de controlo ilegal"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "sequência de controlo ilegal"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "erro durante a leitura de \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "palavra chave \"%s\" desconhecida"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
#, fuzzy
msgid "invalid control sequence"
msgstr "sequência de controlo ilegal"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "fim-de-ficheiro dentro da cadeia"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "fim-de-linha dentro da cadeia"
@@ -2043,7 +2043,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "erro durante a escrita do ficheiro \"%s\""
@@ -2057,7 +2057,7 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "erro durante a abertura de \"%s\" para escrita"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
@@ -2065,7 +2065,7 @@ msgstr ""
"as mensagens de internacionalização não devem conter\n"
"a sequência de escape `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2074,12 +2074,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "impossível criar o ficheiro de saída \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "canal de saída por defeito (stdout)"
@@ -2094,7 +2094,7 @@ msgstr ""
msgid "%s:%d: warning: unterminated string literal"
msgstr ""
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "este ficheiro não pode conter directivas de domínio"
@@ -2123,26 +2123,26 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr ""
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, fuzzy, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"cuidado: o tipo do ficheiro `%s' com a extensão `%s' é desconhecido;\n"
"será tentado C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2152,7 +2152,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2164,7 +2164,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2174,7 +2174,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2185,7 +2185,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2224,18 +2224,18 @@ msgstr ""
" -V, --version mostra a informação de versão e sai\n"
" -w, --width=NÚMERO especifica a largura de página na saída\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "entrada standard"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr ""
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index e133eaafb..e7e0e22c8 100644
Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index de1f6e865..bd7224f93 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.10.36\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2001-04-03 08:25+02:00\n"
"Last-Translator: Flávio Bruno Leitner \n"
"Language-Team: Brazilian Portuguese \n"
@@ -30,8 +30,8 @@ msgstr ""
msgid "Valid arguments are:"
msgstr ""
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "erro ao abrir \"%s\" para leitura"
@@ -122,11 +122,11 @@ msgstr "%s: op
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: opção `-W %s' não aceita parâmetros\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
@@ -240,7 +240,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "especificações de formato para o argumento %lu são diferentes"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -255,7 +255,7 @@ msgstr ""
"Este é um sofware livre; veja os fontes para condições de cópia. Não existe\n"
"garantia; nem mesmo COMERCIAIS ou de ATENDIMENTO A UMA DETERMINADA FINALIDADE.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -264,7 +264,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Escrito por %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "excesso de parâmetros"
@@ -272,11 +272,11 @@ msgstr "excesso de par
msgid "missing arguments"
msgstr "parâmetros não informados"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Tente `%s --help' para maiores informações\n"
@@ -337,26 +337,26 @@ msgstr ""
"mensagens encontradas no catálogo selecionado\n"
"Diretório de pesquisa padrão: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
#, fuzzy
msgid "Report bugs to .\n"
msgstr "Reporte bugs para .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr ""
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr ""
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -366,7 +366,7 @@ msgid ""
" -i, --ip-address addresses for the hostname\n"
msgstr ""
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -376,7 +376,7 @@ msgid ""
" -V, --version output version information and exit\n"
msgstr ""
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr ""
@@ -396,7 +396,7 @@ msgstr ""
msgid "%s and %s are mutually exclusive"
msgstr "%s e %s são mutuamente exclusivos"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr ""
@@ -409,14 +409,14 @@ msgid ""
msgstr ""
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -425,7 +425,7 @@ msgid ""
"If no input file is given or if it is -, standard input is read.\n"
msgstr ""
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -496,7 +496,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "critério de seleção especificado impossível (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""
@@ -531,7 +531,7 @@ msgstr ""
"primeiro arquivo PO que os definirem. As posições de arquivo de todos\n"
"os arquivos PO serão preservados.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -614,7 +614,7 @@ msgstr ""
" -S, --strict habilita o modo Uniforum estrito\n"
" -V, --version apresenta informações de versão e finaliza\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -693,18 +693,18 @@ msgstr "esta mensagem
msgid "warning: this message is not used"
msgstr "atenção: esta mensagem não é utilizada"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "encontrado %d erro fatal"
msgstr[1] "encontrados %d erros fatais"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "definição duplicada de mensagem"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...esta é a localização da primeira definição"
@@ -803,12 +803,12 @@ msgstr ""
" -S, --strict habilita o modo Uniforum estrito\n"
" -V, --version apresenta informações de versão e finaliza\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr ""
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -816,7 +816,7 @@ msgid ""
"The default encoding is the current locale's encoding.\n"
msgstr ""
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1155,196 +1155,196 @@ msgid ""
" -v, --verbose increase verbosity level\n"
msgstr ""
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr ""
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr ""
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr ""
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr ""
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr ""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr ""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
#, fuzzy
msgid "invalid nplurals value"
msgstr "seqüência de controle ilegal"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr ""
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr ""
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, fuzzy, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "esta mensagem é utilizada mas não definida em %s"
msgstr[1] "esta mensagem é utilizada mas não definida em %s"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, fuzzy, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "esta mensagem é utilizada mas não definida em %s"
msgstr[1] "esta mensagem é utilizada mas não definida em %s"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
msgstr ""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "`msgid' e `msgstr' não começam com '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid' e `msgstr[%u]' não começam com '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid' e `msgstr' não começam com '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "`msgid' e `msgstr' não terminam com '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid' e `msgstr[%u]' não terminam com '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid' e `msgstr' não terminam com '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr ""
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr ""
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr ""
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, fuzzy, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "campo `%s' faltando no cabeçalho"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, fuzzy, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "campo `%s' deve iniciar no começo da linha"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
#, fuzzy
msgid "some header fields still have the initial default value\n"
msgstr "alguns campos do cabeçalho ainda possuem os valores iniciais padrões"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, fuzzy, c-format
msgid "field `%s' still has initial default value\n"
msgstr "campo `%s' ainda possui o valor inicial"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
#, fuzzy
msgid "warning: PO file header missing or invalid\n"
msgstr ""
"%s: aviso: Cabeçalho do arquivo PO esquecido, aproximado ou inválido\n"
"%*s aviso: conversão de charset não vai funcionar"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
#, fuzzy
msgid "warning: charset conversion will not work\n"
msgstr ""
"%s: aviso: falta o cabeçalho relativo ao charset\n"
"%*s aviso: conversão de charset não vai funcionar"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
#, fuzzy
msgid "warning: PO file header fuzzy\n"
msgstr ""
"%s: aviso: Cabeçalho do arquivo PO esquecido, aproximado ou inválido\n"
"%*s aviso: conversão de charset não vai funcionar"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "nome do domínio \"%s\" não é válido como nome de arquivo"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"nome do domínio \"%s\" não é válido como nome de arquivo: será usado um "
"prefixo"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`domain %s': diretiva ignorada"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "`msgstr' vazia: mensagem ignorada"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "`msgstr' aproximada (fuzzy): mensagem ignorada"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: aviso: arquivo fonte contém traduções aproximadas"
@@ -1533,46 +1533,46 @@ msgstr ""
msgid "English translations for %s package"
msgstr ""
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, fuzzy, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "%s: aviso: charset \"%s\" não é suportado pelo iconv%s"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr ""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr ""
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, fuzzy, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "%s: aviso: charset \"%s\" não é suportado pelo iconv%s"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr ""
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1624,18 +1624,18 @@ msgstr ""
msgid "conversion failure"
msgstr ""
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr ""
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -1914,13 +1914,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr ""
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, fuzzy, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -1929,40 +1929,40 @@ msgstr ""
"%s: aviso: charset \"%s\" não é um encoding portável\n"
"%*s aviso: conversão de charset pode não funcionar"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr ""
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr ""
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
"and iconv() does not support \"%s\".\n"
msgstr ""
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr ""
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr ""
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
"This version was built without iconv().\n"
msgstr ""
-#: src/po-charset.c:335
+#: src/po-charset.c:338
#, fuzzy
msgid ""
"Charset missing in header.\n"
@@ -2000,45 +2000,45 @@ msgstr "forma plural tem o
msgid "too many errors, aborting"
msgstr "excesso de erros - finalizando"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "sequência multibyte inválido"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
#, fuzzy
msgid "incomplete multibyte sequence at end of file"
msgstr "sequência multibyte inválido"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
#, fuzzy
msgid "incomplete multibyte sequence at end of line"
msgstr "sequência multibyte inválido"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr ""
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "erro ao ler \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "palavra chave \"%s\" desconhecida"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "seqüência de controle ilegal"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "fim de arquivo sem string"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "fim de linha sem string"
@@ -2103,7 +2103,7 @@ msgstr ""
msgid "failed to create \"%s\""
msgstr ""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "erro ao gravar o arquivo \"%s\""
@@ -2117,14 +2117,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "erro ao abrir o arquivo \"%s\" para gravação"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"mensagens internacionalizadas não devem conter o caractere de escape `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2133,12 +2133,12 @@ msgid ""
"%s\n"
msgstr ""
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "não foi possível criar o arquivo de saída \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "saída padrão"
@@ -2153,7 +2153,7 @@ msgstr "%s:%d: aviso: caractere constante indeterminado"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: aviso: string literal indeterminada"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "este arquivo parece não conter diretivas de domínio"
@@ -2181,24 +2181,24 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext não pode funcionar sem as teclas para procurar"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "aviso: arquivo `%s' extensão `%s' é desconhecida; tentarei C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr ""
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2208,7 +2208,7 @@ msgid ""
"If output file is -, output is written to standard output.\n"
msgstr ""
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2220,7 +2220,7 @@ msgid ""
"By default the language is guessed depending on the input file name extension.\n"
msgstr ""
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2230,7 +2230,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2241,7 +2241,7 @@ msgid ""
" --debug more detailed formatstring recognition result\n"
msgstr ""
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2278,18 +2278,18 @@ msgstr ""
" -S, --strict habilita o modo Uniforum estrito\n"
" -V, --version apresenta informações de versão e finaliza\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "entrada padrão"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "idioma `%s' desconhecido"
diff --git a/po/ru.gmo b/po/ru.gmo
index c1b10ddea..d9d60f777 100644
Binary files a/po/ru.gmo and b/po/ru.gmo differ
diff --git a/po/ru.po b/po/ru.po
index 860d2f453..194392e1d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-25 08:40+0400\n"
"Last-Translator: Oleg S. Tihonov \n"
"Language-Team: Russian \n"
@@ -29,8 +29,8 @@ msgstr "
msgid "Valid arguments are:"
msgstr "äÏÐÕÓÔÉÍÙÅ ÁÒÇÕÍÅÎÔÙ:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ ÆÁÊÌÁ \"%s\" ÄÌÑ ÞÔÅÎÉÑ"
@@ -121,12 +121,12 @@ msgstr "%s:
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: ËÌÀÞ `-W %s' ÄÏÌÖÅÎ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÂÅÚ ÁÒÇÕÍÅÎÔÁ\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"îÅ ÎÁÊÄÅÎ ËÏÍÐÉÌÑÔÏÒ Java, ÐÏÓÔÁרÔÅ gcj ÉÌÉ ÕÓÔÁÎÏ×ÉÔÅ ÐÅÒÅÍÅÎÎÕÀ $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"îÅ ÎÁÊÄÅÎÁ ×ÉÒÔÕÁÌØÎÁÑ ÍÁÛÉÎÁ Java, ÐÏÓÔÁרÔÅ gij ÉÌÉ ÕÓÔÁÎÏ×ÉÔÅ ÐÅÒÅÍÅÎÎÕÀ "
@@ -239,7 +239,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "× 'msgid' É '%s' ÎÅ ÓÏ×ÐÁÄÁÀÔ ÓÐÅÃÉÆÉËÁÃÉÉ ÆÏÒÍÁÔÁ ÄÌÑ ÁÒÇÕÍÅÎÔÁ %s"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -255,7 +255,7 @@ msgstr ""
"× ÉÓÈÏÄÎÏÍ ÔÅËÓÔÅ. íÙ îå ÐÒÅÄÏÓÔÁ×ÌÑÅÍ ÇÁÒÁÎÔÉÊ; ÄÁÖÅ ÇÁÒÁÎÔÉÊ\n"
"ëïííåòþåóëïê ãåîîïóôé ÉÌÉ ðòéçïäîïóôé äìñ ëïîëòåôîïê ãåìé.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -264,7 +264,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "á×ÔÏÒ ÐÒÏÇÒÁÍÍÙ -- %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×"
@@ -272,11 +272,11 @@ msgstr "
msgid "missing arguments"
msgstr "ÎÅÏÂÈÏÄÉÍÏ ÚÁÄÁÔØ ÁÒÇÕÍÅÎÔÙ"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ðÏÐÒÏÂÕÊÔÅ `%s --help' ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÇÏ ÏÐÉÓÁÎÉÑ.\n"
@@ -338,25 +338,25 @@ msgstr ""
"×Ù×ÏÄÑÔÓÑ ÉÈ ÐÅÒÅ×ÏÄÙ ÉÚ ÕËÁÚÁÎÎÏÇÏ ÄÏÍÅÎÁ.\n"
"óÔÁÎÄÁÒÔÎÙÊ ËÁÔÁÌÏÇ ÐÏÉÓËÁ: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "ï ÏÛÉÂËÁÈ ÓÏÏÂÝÁÊÔÅ ÐÏ ÁÄÒÅÓÕ .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ëìàþ]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "ðÅÞÁÔÁÅÔ ÉÍÑ ÄÁÎÎÏÊ ÍÁÛÉÎÙ.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -371,7 +371,7 @@ msgstr ""
" ÄÏÍÅÎÎÏÅ ÉÍÑ É ÐÓÅ×ÄÏÎÉÍÙ\n"
" -i, --ip-address ÁÄÒÅÓÁ ÄÌÑ ÚÁÄÁÎÎÏÇÏ ÉÍÅÎÉ\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -384,7 +384,7 @@ msgstr ""
" -h, --help ÐÏËÁÚÁÔØ ÜÔÕ ÓÐÒÁ×ËÕ É ×ÙÊÔÉ\n"
" -V, --version ÐÏËÁÚÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ×ÅÒÓÉÉ É ×ÙÊÔÉ\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÍÑ ÍÁÛÉÎÙ"
@@ -404,7 +404,7 @@ msgstr "
msgid "%s and %s are mutually exclusive"
msgstr "%s É %s ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÔ ÄÒÕÇ ÄÒÕÇÁ"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ëìàþ] [÷èïäîïê-æáêì]\n"
@@ -419,14 +419,14 @@ msgstr ""
"É ÍÁÎÉÐÕÌÉÒÕÅÔ ÜÔÉÍÉ ÁÔÒÉÂÕÔÁÍÉ.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "áÒÇÕÍÅÎÔÙ, ÏÂÑÚÁÔÅÌØÎÙÅ ÄÌÑ ÄÌÉÎÎÙÈ ËÌÀÞÅÊ, ÏÂÑÚÁÔÅÌØÎÙ É ÄÌÑ ËÏÒÏÔËÉÈ.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -439,7 +439,7 @@ msgstr ""
" -D, --directory=ëáôáìïç ÄÏÂÁ×ÉÔØ ëáôáìïç Ë ÐÕÔÉ ÐÏÉÓËÁ ×ÈÏÄÎÙÈ ÆÁÊÌÏ×\n"
"åÓÌÉ ×ÈÏÄÎÏÊ ÆÁÊÌ ÎÅ ÚÁÄÁÎ ÉÌÉ ÚÁÄÁÎ ËÁË -, ÞÉÔÁÅÔÓÑ ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -529,7 +529,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "ÚÁÄÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ËÒÉÔÅÒÉÊ ×ÙÂÏÒÁ (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ëìàþ] [÷èïäîïê-æáêì]...\n"
@@ -558,7 +558,7 @@ msgstr ""
"ÂÙÌÉ ÏÐÒÅÄÅÌÅÎÙ. ëÏÍÍÅÎÔÁÒÉÉ, ÓÏÄÅÒÖÁÝÉÅ ÉÍÑ ÆÁÊÌÁ É ÎÏÍÅÒ ÓÔÒÏËÉ\n"
"ÓÏÈÒÁÎÑÀÔÓÑ ÄÌÑ ×ÓÅÈ PO-ÆÁÊÌÏ×.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -646,7 +646,7 @@ msgstr ""
" -s, --sort-output ÓÏÒÔÉÒÏ×ÁÔØ ×Ù×ÏÄ\n"
" -F, --sort-by-file ÓÏÒÔÉÒÏ×ÁÔØ ×Ù×ÏÄ ÐÏ ÉÍÅÎÁÍ ÆÁÊÌÏ×\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -727,7 +727,7 @@ msgstr "
msgid "warning: this message is not used"
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÜÔÏ ÓÏÏÂÝÅÎÉÅ ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
@@ -735,11 +735,11 @@ msgstr[0] "
msgstr[1] "ÎÁÊÄÅÎÏ %d ËÒÉÔÉÞÅÓËÉÅ ÏÛÉÂËÉ"
msgstr[2] "ÎÁÊÄÅÎÏ %d ËÒÉÔÉÞÅÓËÉÈ ÏÛÉÂÏË"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "ÐÏ×ÔÏÒÎÏÅ ÏÐÒÅÄÅÌÅÎÉÅ ÓÏÏÂÝÅÎÉÑ"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...ÍÅÓÔÏ ÐÏÑ×ÌÅÎÉÑ ÐÅÒ×ÏÇÏ ÏÐÒÅÄÅÌÅÎÉÑ"
@@ -824,12 +824,12 @@ msgstr ""
" -F, --sort-by-file ÓÏÒÔÉÒÏ×ÁÔØ ×Ù×ÏÄ ÐÏ ÉÍÅÎÁÍ ÆÁÊÌÏ×\n"
" --omit-header ÎÅ ×Ù×ÏÄÉÔØ ÚÁÇÏÌÏ×ÏË Ó ÐÏÌÅÍ `msgid \"\"'\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "ðÒÅÏÂÒÁÚÕÅÔ ËÁÔÁÌÏÇ ÐÅÒÅ×ÏÄÏ× × ÄÒÕÇÕÀ ËÏÄÉÒÏ×ËÕ.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -840,7 +840,7 @@ msgstr ""
" -t, --to-code=éíñ ×ÙÈÏÄÎÁÑ ËÏÄÉÒÏ×ËÁ\n"
"ðÏ ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÅÔÓÑ ËÏÄÉÒÏ×ËÁ ÔÅËÕÝÅÊ ÌÏËÁÌÉ.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1251,26 +1251,26 @@ msgstr ""
" --statistics ÎÁÐÅÞÁÔÁÔØ ÓÔÁÔÉÓÔÉËÕ Ï ÐÅÒÅ×ÏÄÁÈ\n"
" -v, --verbose Õ×ÅÌÉÞÉÔØ ÐÏÄÒÏÂÎÏÓÔØ ÄÉÁÇÎÏÓÔÉÞÅÓËÉÈ ÓÏÏÂÝÅÎÉÊ\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "×ÙÒÁÖÅÎÉÅ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ ÍÏÖÅÔ ÄÁ×ÁÔØ ÏÔÒÉÃÁÔÅÌØÎÙÅ ÚÎÁÞÅÎÉÑ"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu, ÎÏ ×ÙÒÁÖÅÎÉÅ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ ÍÏÖÅÔ ÄÁ×ÁÔØ ÚÎÁÞÅÎÉÑ ÄÏ "
"%lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "×ÙÒÁÖÅÎÉÅ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ ÍÏÖÅÔ ÄÁ×ÁÔØ ÄÅÌÅÎÉÅ ÎÁ ÎÏÌØ"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "×ÙÒÁÖÅÎÉÅ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ ÍÏÖÅÔ ÄÁÔØ ÐÅÒÅÐÏÌÎÉÅ ÃÅÌÏÇÏ"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1278,32 +1278,32 @@ msgstr ""
"×ÙÒÁÖÅÎÉÅ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ ÍÏÖÅÔ ÄÁ×ÁÔØ ÉÓËÌÀÞÉÔÅÌØÎÙÅ ÓÉÔÕÁÃÉÉ × "
"ÁÒÉÆÍÅÔÉËÅ, ×ÏÚÍÏÖÎÏ, ÄÅÌÅÎÉÅ ÎÁ ÎÏÌØ"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "ËÁÔÁÌÏÇ ÓÏÏÂÝÅÎÉÊ ÓÏÄÅÒÖÉÔ ÐÅÒÅ×ÏÄÙ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...ÎÏ × ÚÁÇÏÌÏ×ËÅ ÎÅÔ ÁÔÒÉÂÕÔÁ \"plural=÷ùòáöåîéå\""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...ÎÏ × ÚÁÇÏÌÏ×ËÅ ÎÅÔ ÁÔÒÉÂÕÔÁ \"nplurals=ãåìïå\""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "ÎÅ×ÅÒÎÁÑ ÚÎÁÞÅÎÉÅ nplurals"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "ÎÅ×ÅÒÎÏÅ ×ÙÒÁÖÅÎÉÅ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
@@ -1313,7 +1313,7 @@ msgstr[1] ""
"...ÎÏ × ÎÅËÏÔÏÒÙÈ ÓÏÏÂÝÅÎÉÑÈ ÔÏÌØËÏ %lu ÆÏÒÍÙ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ"
msgstr[2] " ...ÎÏ ÎÅËÏÔÏÒÙÈ ÓÏÏÂÝÅÎÉÑÈ ÔÏÌØËÏ %lu ÆÏÒÍ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
@@ -1321,12 +1321,12 @@ msgstr[0] "...
msgstr[1] "...ÎÏ × ÎÅËÏÔÏÒÙÈ ÓÏÏÂÝÅÎÉÑÈ ÅÓÔØ %lu ÆÏÒÍÙ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ"
msgstr[2] " ...ÎÏ ÎÅËÏÔÏÒÙÈ ÓÏÏÂÝÅÎÉÑÈ ÅÓÔØ %lu ÆÏÒÍ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "ðÏÐÒÏÂÕÊÔÅ ÓÌÅÄÕÀÝÅÅ, ÐÏÄÈÏÄÉÔ ÄÌÑ %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1334,124 +1334,124 @@ msgstr ""
"ËÁÔÁÌÏÇ ÓÏÏÂÝÅÎÉÊ ÓÏÄÅÒÖÉÔ ÐÅÒÅ×ÏÄÙ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ, ÎÏ × ÎÅÍ "
"ÚÁÇÏÌÏ×ËÁ Ó \"Plural-Forms: nplurals=ãåìïå; plural=÷ùòáöåîéå;\""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
"ÏÄÎÏ ÉÚ ÐÏÌÅÊ `msgid' ÉÌÉ `msgid_plural' ÎÁÞÉÎÁÅÔÓÑ Ó '\\n', ÔÏÇÄÁ ËÁË "
"ÄÒÕÇÏÅ -- ÎÅÔ"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr ""
"ÏÄÎÏ ÉÚ ÐÏÌÅÊ `msgid' ÉÌÉ `msgstr[%u]' ÎÁÞÉÎÁÅÔÓÑ Ó '\\n', ÔÏÇÄÁ ËÁË ÄÒÕÇÏÅ "
"-- ÎÅÔ"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr ""
"ÏÄÎÏ ÉÚ ÐÏÌÅÊ `msgid' ÉÌÉ `msgstr' ÎÁÞÉÎÁÅÔÓÑ Ó '\\n', ÔÏÇÄÁ ËÁË ÄÒÕÇÏÅ -- "
"ÎÅÔ"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr ""
"ÏÄÎÏ ÉÚ ÐÏÌÅÊ `msgid' ÉÌÉ `msgid_plural' ÚÁ×ÅÒÛÁÅÔÓÑ '\\n', ÔÏÇÄÁ ËÁË ÄÒÕÇÏÅ "
"-- ÎÅÔ"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr ""
"ÏÄÎÏ ÉÚ ÐÏÌÅÊ `msgid' ÉÌÉ `msgstr[%u]' ÚÁ×ÅÒÛÁÅÔÓÑ '\\n', ÔÏÇÄÁ ËÁË ÄÒÕÇÏÅ "
"-- ÎÅÔ"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr ""
"ÏÄÎÏ ÉÚ ÐÏÌÅÊ `msgid' ÉÌÉ `msgstr' ÚÁ×ÅÒÛÁÅÔÓÑ '\\n', ÔÏÇÄÁ ËÁË ÄÒÕÇÏÅ -- ÎÅÔ"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "ÏÂÒÁÂÏÔËÁ ÆÏÒÍ ×Ï ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÞÉÓÌÅ Ñ×ÌÑÅÔÓÑ ÒÁÓÛÉÒÅÎÉÅÍ GNU gettext"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'%s' ÎÅ Ñ×ÌÑÅÔÓÑ ÄÏÐÕÓÔÉÍÏÊ ÆÏÒÍÁÔÎÏÊ ÓÔÒÏËÏÊ %s × ÏÔÌÉÞÉÅ ÏÔ 'msgid'"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "× msgstr ÎÅÄÏÓÔÁÅÔ ÏÔÍÅÔËÉ ËÌÁ×ÉÁÔÕÒÎÏÇÏ ÜË×É×ÁÌÅÎÔÁ '%c'"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "× msgstr ÓÌÉÛËÏÍ ÍÎÏÇÏ ÏÔÍÅÔÏË ËÌÁ×ÉÁÔÕÒÎÙÈ ÜË×É×ÁÌÅÎÔÏ× '%c'"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "× ÚÁÇÏÌÏ×ËÅ ÐÒÏÐÕÝÅÎÏ ÐÏÌÅ `%s'\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "ÐÏÌÅ ÚÁÇÏÌÏ×ËÁ `%s' ÄÏÌÖÎÏ ÎÁÞÉÎÁÔØÓÑ Ó ÎÏ×ÏÊ ÓÔÒÏËÉ\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
"ÎÅËÏÔÏÒÙÅ ÐÏÌÑ ÚÁÇÏÌÏ×ËÁ ×ÓÅ ÅÝÅ ÉÍÅÀÔ ÐÅÒ×ÏÎÁÞÁÌØÎÏÅ ÛÁÂÌÏÎÎÏÅ ÚÎÁÞÅÎÉÅ\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "ÐÏÌÅ ÚÁÇÏÌÏ×ËÁ `%s' ×ÓÅ ÅÝÅ ÉÍÅÅÔ ÐÅÒ×ÏÎÁÞÁÌØÎÏÅ ÛÁÂÌÏÎÎÏÅ ÚÎÁÞÅÎÉÅ\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÚÁÇÏÌÏ×ÏË PO-ÆÁÊÌÁ ÏÔÓÕÔÓÔ×ÕÅÔ ÉÌÉ ÎÅÐÒÁ×ÉÌÅÎ\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÐÒÅÏÂÒÁÚÏ×ÁÎÉÅ ËÏÄÉÒÏ×ÏË ÎÅ ÂÕÄÅÔ ÒÁÂÏÔÁÔØ\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÚÁÇÏÌÏ×ÏË PO-ÆÁÊÌÁ ÐÏÍÅÞÅÎ ËÁË ÎÅÔÏÞÎÙÊ\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÂÏÌÅÅ ÓÔÁÒÙÅ ×ÅÒÓÉÉ msgfmt ×ÙÄÁÄÕÔ ÚÄÅÓØ ÏÛÉÂËÕ\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "ÉÍÑ ÄÏÍÅÎÁ \"%s\" ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÏ × ËÁÞÅÓÔ×Å ÉÍÅÎÉ ÆÁÊÌÁ"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"ÉÍÑ ÄÏÍÅÎÁ \"%s\" ÎÅÄÏÐÕÓÔÉÍÏ × ËÁÞÅÓÔ×Å ÉÍÅÎÉ ÆÁÊÌÁ, ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎÏ\n"
"ÞÁÓÔÉÞÎÏ ÕÓÅÞÅÎÎÏÅ ÉÍÑ ÄÏÍÅÎÁ"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "ÄÉÒÅËÔÉ×Á `domain %s' ÉÇÎÏÒÉÒÏ×ÁÎÁ"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "ÐÕÓÔÏÅ ×ÈÏÖÄÅÎÉÅ `msgstr' ÉÇÎÏÒÉÒÏ×ÁÎÏ"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ÎÅÔÏÞÎÏÅ ×ÈÏÖÄÅÎÉÅ `msgstr' ÉÇÎÏÒÉÒÏ×ÁÎÏ"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÉÓÈÏÄÎÙÊ ÆÁÊÌ ÓÏÄÅÒÖÉÔ ÎÅÔÏÞÎÙÅ ÐÅÒÅ×ÏÄÙ"
@@ -1704,23 +1704,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "áÎÇÌÉÊÓËÉÅ ÐÅÒÅ×ÏÄÙ ÄÌÑ ÐÁËÅÔÁ %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "ÔÅËÕÝÁÑ ËÏÄÉÒÏ×ËÁ \"%s\" ÎÅ Ñ×ÌÑÅÔÓÑ ÐÅÒÅÎÏÓÉÍÙÍ ÉÍÅÎÅÍ ËÏÄÉÒÏ×ËÉ"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "×Ï ×ÈÏÄÎÏÍ ÆÁÊÌÅ Ä×Å ÒÁÚÎÙÅ ËÏÄÉÒÏ×ËÉ \"%s\" É \"%s\""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "×ÈÏÄÎÏÊ ÆÁÊÌ `%s' ÎÅ ÓÏÄÅÒÖÉÔ ÐÏÌÅ ÚÁÇÏÌÏ×ËÁ Ó ÏÐÉÓÁÎÉÅÍ ËÏÄÉÒÏ×ËÉ"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1729,17 +1729,17 @@ msgstr ""
"ÄÏÍÅÎ \"%s\" ×Ï ×ÈÏÄÎÏÍ ÆÁÊÌÅ `%s' ÎÅ ÓÏÄÅÒÖÉÔ ÐÏÌÑ ÚÁÇÏÌÏ×ËÁ Ó ÏÐÉÓÁÎÉÅÍ "
"ËÏÄÉÒÏ×ËÉ"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "ÃÅÌÅ×ÁÑ ËÏÄÉÒÏ×ËÁ \"%s\" ÎÅ Ñ×ÌÑÅÔÓÑ ÐÅÒÅÎÏÓÉÍÙÍ ÉÍÅÎÅÍ ËÏÄÉÒÏ×ËÉ."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1747,7 +1747,7 @@ msgstr ""
"÷ÈÏÄÎÙÅ ÆÁÊÌÙ ÓÏÄÅÒÖÁÔ ÓÏÏÂÝÅÎÉÑ × ÒÁÚÎÙÈ ËÏÄÉÒÏ×ËÁÈ, × ÔÏÍ ÞÉÓÌÅ ×\n"
"UTF-8. ÷Ù×ÏÄ ÐÒÅÏÂÒÁÚÕÅÔÓÑ Ë UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1816,11 +1816,11 @@ msgstr ""
msgid "conversion failure"
msgstr "ÐÒÅÏÂÒÁÚÏ×ÁÎÉÅ ÎÅÕÓÐÅÛÎÏ"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "×ÈÏÄÎÏÊ ÆÁÊÌ ÎÅ ÓÏÄÅÒÖÉÔ ÐÏÌÅ ÚÁÇÏÌÏ×ËÁ Ó ÏÐÉÓÁÎÉÅÍ ËÏÄÉÒÏ×ËÉ"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1829,7 +1829,7 @@ msgstr ""
"îÅ×ÏÚÍÏÖÎÏ ÐÒÅÏÂÒÁÚÏ×ÁÔØ ÉÚ \"%s\" × \"%s\". %s ÐÏÌÁÇÁÅÔÓÑ ÎÁ iconv(), ÎÏ "
"iconv() ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔ ÜÔÏ ÐÒÅÏÂÒÁÚÏ×ÁÎÉÅ."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2171,13 +2171,13 @@ msgstr ""
msgid ""
msgstr "<ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ>"
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2186,15 +2186,15 @@ msgstr ""
"\"%s\" ÎÅ Ñ×ÌÑÅÔÓÑ ÐÅÒÅÎÏÓÉÍÙÍ ÎÁÚ×ÁÎÉÅÍ ËÏÄÉÒÏ×ËÉ.\n"
"ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ ÓÏÏÂÝÅÎÉÊ Ë ËÏÄÉÒÏ×ËÅ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÅÔ ÎÅ ÓÒÁÂÏÔÁÔØ.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "÷ÙÐÏÌÎÅÎÉÅ ÐÒÏÄÏÌÖÁÅÔÓÑ, ÂÕÄÕÔ ÏÛÉÂËÉ ÒÁÚÂÏÒÁ."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "÷ÙÐÏÌÎÅÎÉÅ ÐÒÏÄÏÌÖÁÅÔÓÑ."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2203,7 +2203,7 @@ msgstr ""
"ëÏÄÉÒÏËÁ \"%s\" ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ. %s ÐÏÌÁÇÁÅÔÓÑ ÎÁ iconv(), ÎÏ iconv() ÎÅ "
"ÐÏÄÄÅÒÖÉ×ÁÅÔ \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2211,12 +2211,12 @@ msgstr ""
"þÔÏÂÙ ÒÅÛÉÔØ ÜÔÕ ÐÒÏÂÌÅÍÕ, ÕÓÔÁÎÏ×ÉÔÅ GNU libiconv É ÐÅÒÅÕÓÔÁÎÏ×ÉÔÅ GNU "
"gettext.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2225,7 +2225,7 @@ msgstr ""
"ëÏÄÉÒÏËÁ \"%s\" ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ. %s ÐÏÌÁÇÁÅÔÓÑ ÎÁ iconv().\n"
"üÔÁ ×ÅÒÓÉÑ ÓÏÂÒÁÎÁ ÂÅÚ iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2262,43 +2262,43 @@ msgstr "
msgid "too many errors, aborting"
msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÏÛÉÂÏË, ÚÁ×ÅÒÛÅÎÉÅ"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "ÎÅ×ÅÒÎÁÑ ÍÎÏÇÏÂÁÊÔÏ×ÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "ÎÅÐÏÌÎÁÑ ÍÎÏÇÏÂÁÊÔÏ×ÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ × ËÏÎÃÅ ÆÁÊÌÁ"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "ÎÅÐÏÌÎÁÑ ÍÎÏÇÏÂÁÊÔÏ×ÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ × ËÏÎÃÅ ÓÔÒÏËÉ"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "×ÙÚÏ× iconv ÚÁ×ÅÒÛÉÌÓÑ ÎÅÕÓÐÅÈÏÍ"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "ÎÅÉÚ×ÅÓÔÎÏÅ ËÌÀÞÅ×ÏÅ ÓÌÏ×Ï \"%s\""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "ÎÅ×ÅÒÎÁÑ ÕÐÒÁ×ÌÑÀÝÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "ÓÉÍ×ÏÌ ËÏÎÃÁ ÆÁÊÌÁ ×ÓÔÒÅÞÅÎ ×ÎÕÔÒÉ ÓÔÒÏËÉ"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "ÓÉÍ×ÏÌ ËÏÎÃÁ ÓÔÒÏËÉ ×ÓÔÒÅÞÅÎ ×ÎÕÔÒÉ ÓÔÒÏËÉ"
@@ -2363,7 +2363,7 @@ msgstr "%s
msgid "failed to create \"%s\""
msgstr "ÐÏÐÙÔËÁ ÓÏÚÄÁÎÉÑ \"%s\" ÚÁ×ÅÒÛÉÌÁÓØ ÎÅÕÓÐÅÈÏÍ"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ ÆÁÊÌÁ \"%s\""
@@ -2379,14 +2379,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ ÆÁÊÌÁ \"%s\" ÄÌÑ ÚÁÐÉÓÉ"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"ðÅÒÅ×ÏÄÉÍÙÅ ÓÏÏÂÝÅÎÉÑ ÎÅ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ escape-ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2399,12 +2399,12 @@ msgstr ""
"ËÏÄÉÒÏ×ËÕ, ÞÔÏ É ×Ù. ðÏÄÕÍÁÊÔÅ Ï ÉÓÐÏÌØÚÏ×ÁÎÉÉ × msgid ÞÉÓÔÏÊ ASCII.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ ÆÁÊÌ ×Ù×ÏÄÁ \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ"
@@ -2420,7 +2420,7 @@ msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÎÅÚÁ×ÅÒÛÅÎÎÁÑ ÓÔÒÏËÁ"
# ÜÔÏ ÓÏÏÂÝÅÎÉÅ ÐÏËÁ ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "ÜÔÏÔ ÆÁÊÌ ÎÅ ÍÏÖÅÔ ÓÏÄÅÒÖÁÔØ ÄÉÒÅËÔÉ×Ù ÄÏÍÅÎÁ"
@@ -2448,18 +2448,18 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext ÎÅ ÍÏÖÅÔ ÒÁÂÏÔÁÔØ, ÎÅ ÚÎÁÑ ÉÓËÏÍÙÈ ËÌÀÞÅ×ÙÈ ÓÌÏ×"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÆÁÊÌ `%s' ÉÍÅÅÔ ÎÅÉÚ×ÅÓÔÎÏÅ ÒÁÓÛÉÒÅÎÉÅ `%s'; ÔÒÁËÔÕÅÔÓÑ ËÁË C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "éÚ×ÌÅËÁÅÔ ÐÅÒÅ×ÏÄÉÍÙÅ ÓÔÒÏËÉ ÉÚ ÕËÁÚÁÎÎÙÈ ×ÈÏÄÎÙÈ ÆÁÊÌÏ×.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2468,7 +2468,7 @@ msgstr ""
"áÒÇÕÍÅÎÔÙ, ÏÂÑÚÁÔÅÌØÎÙÅ ÄÌÑ ÄÌÉÎÎÙÈ ËÌÀÞÅÊ, ÏÂÑÚÁÔÅÌØÎÙ É ÄÌÑ ËÏÒÏÔËÉÈ.\n"
"ôÏ ÖÅ É ÄÌÑ ÎÅÏÂÑÚÁÔÅÌØÎÙÈ ÁÒÇÕÍÅÎÔÏ×.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2484,7 +2484,7 @@ msgstr ""
"òÅÚÕÌØÔÁÔÙ ×Ù×ÏÄÑÔÓÑ ÎÁ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ, ÅÓÌÉ ×ÙÈÏÄÎÏÊ ÆÁÊÌ ÎÅ ÚÁÄÁÎ\n"
"ÉÌÉ ÚÁÄÁÎ ËÁË -.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2502,7 +2502,7 @@ msgstr ""
" -C, --c++ ÓÉÎÏÎÉÍ --language=C++\n"
"ðÏ ÕÍÏÌÞÁÎÉÀ ÑÚÙË ÏÐÒÅÄÅÌÑÅÔÓÑ ÐÏ ÒÁÓÛÉÒÅÎÉÀ ×ÈÏÄÎÏÇÏ ÆÁÊÌÁ.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2518,7 +2518,7 @@ msgstr ""
" ôåçïí (ÉÌÉ Ó ËÏÍÍÅÎÔÁÒÉÑÍÉ, ÐÒÅÄÛÅÓÔ×ÕÀÝÉÍÉ\n"
" ËÌÀÞÅ×ÏÊ ÓÔÒÏËÅ)\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2537,7 +2537,7 @@ msgstr ""
" --debug ÂÏÌÅÅ ÐÏÄÒÏÂÎÙÊ ÒÅÚÕÌØÔÁÔ ÒÁÚÂÏÒÁ ÆÏÒÍÁÔÎÏÊ\n"
" ÓÔÒÏËÉ\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2583,11 +2583,11 @@ msgstr ""
" -M, --msgstr-suffix[=óôòïëá]\n"
" ÉÓÐÏÌØÚÏ×ÁÔØ óôòïëõ ÉÌÉ \"\" ËÁË ÓÕÆÆÉËÓ Ë ×ÈÏÖÄÅÎÉÑÍ msgstr\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2597,7 +2597,7 @@ msgstr ""
"gettext(\"\") ×ÏÚ×ÒÁÝÁÅÔ ÔÅËÓÔ ÚÁÇÏÌÏ×ËÁ Ó ÍÅÔÁÉÎÆÏÒÍÁÃÉÅÊ,\n"
"Á ÎÅ ÐÕÓÔÕÀ ÓÔÒÏËÕ.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "ÑÚÙË `%s' ÎÅÉÚ×ÅÓÔÅÎ"
diff --git a/po/sk.gmo b/po/sk.gmo
index bd6b47d55..94d074a04 100644
Binary files a/po/sk.gmo and b/po/sk.gmo differ
diff --git a/po/sk.po b/po/sk.po
index b61db2f38..437813419 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-05-30 10:06+0200\n"
"Last-Translator: Marcel Telka \n"
"Language-Team: Slovak \n"
@@ -29,8 +29,8 @@ msgstr "nejednozna
msgid "Valid arguments are:"
msgstr "Platné parametre sú:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "chyba pri otváraní súboru \"%s\" na èítanie"
@@ -121,12 +121,12 @@ msgstr "%s: vo
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: voµba `-W %s' nedovoµuje pou¾itie parametra\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"Kompilátor Javy nebol nájdený. Skúste nain¹talova» gcj alebo nastavte $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Virtuálny stroj Javy nebol nájdený. Skúste nain¹talova» gij alebo nastavte "
@@ -275,10 +275,10 @@ msgid "missing arguments"
msgstr "chýbajúce parametre"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Skúste `%s --help' a dozviete sa viac informácií.\n"
@@ -340,10 +340,10 @@ msgstr ""
"©tandardný adresár, v ktorom sa budú hµada» katalógy: %s\n"
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
"Správy o chybách zasielajte na adresu (iba "
@@ -376,7 +376,7 @@ msgstr ""
" doménového mena a prezývok\n"
" -i, --ip-address adresy pre meno hostiteµa\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -409,7 +409,7 @@ msgstr "povolen
msgid "%s and %s are mutually exclusive"
msgstr "%s a %s sa navzájom vyluèujú"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Pou¾itie: %s [VO¥BA] [VSTUPNÝSÚBOR]\n"
@@ -424,14 +424,14 @@ msgstr ""
"vlastnosti.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Povinné parametre pre dlhé voµby sú povinnými aj pre skrátené voµby.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -445,7 +445,7 @@ msgstr ""
" vstupné súbory\n"
"Ak nie je zadaný vstupný súbor alebo je -, naèítaný je ¹tandardný vstup.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -537,7 +537,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "je uvedené nepovolené kritérium výberu (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Pou¾itie: %s [VO¥BA] [VSTUPNÝSÚBOR]...\n"
@@ -565,7 +565,7 @@ msgstr ""
"zabezpeèí ich zachovanie iba z prvého PO súboru, ktorý ich definuje.\n"
"Pozície v zdrojových súboroch budú zlúèené zo v¹etkých PO súborov.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -656,7 +656,7 @@ msgstr ""
" -s, --sort-output generova» utriedený výstup\n"
" -F, --sort-by-file utriedi» výstup podµa umiestnenia v súboroch\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -737,7 +737,7 @@ msgstr "t
msgid "warning: this message is not used"
msgstr "upozornenie: táto správa nie je pou¾itá"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
@@ -745,11 +745,11 @@ msgstr[0] "n
msgstr[1] "nájdená %d záva¾ná chyba"
msgstr[2] "nájdené %d záva¾né chyby"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "duplicitná definícia správy"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...toto je miesto prvého definovania"
@@ -835,12 +835,12 @@ msgstr ""
" -F, --sort-by-file utriedi» výstup podµa umiestnenia v súboroch\n"
" --omit-header nezapisova» hlavièku s polo¾kou `msgid \"\"'\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Konvertova» prekladový katalóg do iného kódovania znakov.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -851,7 +851,7 @@ msgstr ""
" -t, --to-code=NÁZOV kódovanie výstupu\n"
"Predvolené kódovanie je kódovanie aktuálneho národného prostreda.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1270,26 +1270,26 @@ msgstr ""
" --statistics zobrazi» ¹tatistiky prekladov\n"
" -v, --verbose zvý¹i» úroveò táravosti\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "výraz pre mno¾né èíslo mô¾e nadobúda» záporné hodnoty"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu, ale výraz pre mno¾né èíslo mô¾e nadobúda» hodnoty väè¹ie ako "
"%lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "výraz pre mno¾né èíslo mô¾e spôsobi» delenie nulou"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "výraz pre mno¾né èíslo mô¾e spôsobi» celoèíselné preteèenie"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1297,32 +1297,32 @@ msgstr ""
"výraz pre mno¾né èíslo mô¾e spôsobi» aritmetickú výnimku, pravdepodobne "
"delenie nulou"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "katalóg správ má preklady s mno¾nými èíslami..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...ale v hlavièke chýba \"plural=VÝRAZ\""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...ale v hlavièke chýba \"nplurals=ÈÍSLO\""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "neplatná hodnota nplurals"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "neplatný výraz pre mno¾né èíslo"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
@@ -1330,7 +1330,7 @@ msgstr[0] "...ale niektor
msgstr[1] "...ale niektoré správy majú len %lu tvar mno¾ného èísla"
msgstr[2] "...ale niektoré správy majú len %lu tvary mno¾ných èísel"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
@@ -1338,12 +1338,12 @@ msgstr[0] "...ale niektor
msgstr[1] "...ale niektoré správy majú %lu tvar mno¾ného èísla"
msgstr[2] "...ale niektoré správy majú %lu tvary mno¾ných èísel"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Skúste pou¾i» nasledujúce, platné pre %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1351,112 +1351,112 @@ msgstr ""
"katalóg správ má preklady s mno¾nými èíslami, ale v hlavièke chýba \"Plural-"
"Forms: nplurals=ÈÍSLO; plural=VÝRAZ;\""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "polo¾ky `msgid' a `msgid_plural' nezaèínajú obe s '\\n'"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "polo¾ky `msgid' a `msgstr[%u]' nezaèínajú obe s '\\n'"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "polo¾ky `msgid' a `msgstr' nezaèínajú obe s '\\n'"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "polo¾ky `msgid' a `msgid_plural' nie sú obe ukonèené s '\\n'"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "polo¾ky `msgid' a `msgstr[%u]' nie sú obe ukonèené s '\\n'"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "polo¾ky `msgid' a `msgstr' nie sú obe ukonèené s '\\n'"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "spracovanie mno¾ných èísel je roz¹írením GNU"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'%s' nie je platný formátovací re»azec %s, na rozdiel od 'msgid'"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "v msgstr chýba znaèka klávesovej skratky '%c'"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr obsahuje príli¹ veµa znaèiek klávesových skratiek '%c'"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "hlavièková polo¾ka `%s' chýba v hlavièke\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "hlavièková polo¾ka `%s' má zaèína» na zaèiatku riadku\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr ""
"niektoré polo¾ky hlavièky e¹te obsahujú poèiatoèné ¹tandardné hodnoty\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "polo¾ka `%s' e¹te obsahuje poèiatoènú ¹tandardnú hodnotu\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "upozornenie: hlavièka súboru PO chýba alebo je neplatná\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "upozornenie: konverzia znakovej sady nebude fungova»\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "upozornenie: hlavièka súboru PO je nepresná\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "upozornenie: star¹ie verzie msgfmt vrátia pri tomto chybu\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "meno domény \"%s\" nie je pou¾itelné ako meno súboru"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""
"meno domény \"%s\" nie je pou¾itelné ako meno súboru: pou¾ije sa predpona"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "direktíva `domain %s' bola ignorovaná"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "prázdna polo¾ka `msgstr' bola ignorovaná"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "nepresná polo¾ka `msgstr' bola ignorovaná"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: upozornenie: zdrojový súbor obsahuje nepresné preklady"
@@ -1710,23 +1710,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Slovenské preklady pre balík %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "aktuálna znaková sada \"%s\" nie je prenositeµné meno kódovania"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "dve rozdielne znakové sady \"%s\" a \"%s\" vo vstupnom súbore"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "vstupný súbor \"%s\" nemá v hlavièke uvedenú znakovú sadu"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1734,17 +1734,17 @@ msgid ""
msgstr ""
"doména \"%s\" vo vstupnom súbore \"%s\" nemá v hlavièke uvedenú znakovú sadu"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "cieµová znaková sada \"%s\" nie je prenositeµné meno kódovania."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "upozornenie: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1753,7 +1753,7 @@ msgstr ""
"UTF-8.\n"
"Konvertujem výstup do UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1824,11 +1824,11 @@ msgstr ""
msgid "conversion failure"
msgstr "konverzia zlyhala"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "vstupný súbor nemá v hlavièke uvedenú znakovú sadu"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1837,7 +1837,7 @@ msgstr ""
"Nemô¾em konvertova» z \"%s\" do \"%s\". %s spolieha na iconv() a iconv() "
"nepodporuje takúto konverziu."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2177,13 +2177,13 @@ msgstr ""
msgid ""
msgstr "<¹tandardný vstup>"
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: upozornenie: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2192,15 +2192,15 @@ msgstr ""
"Znaková sada \"%s\" nie je prenositeµné meno kódovania.\n"
"Konverzia hlásení do znakovej sady pou¾ívateµa nemusí fungova».\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Pokraèovanie aj napriek tomu. Mo¾no sa vyskytnú chyby pri analýze."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Pokraèovanie aj napriek tomu."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2209,7 +2209,7 @@ msgstr ""
"Znaková sada \"%s\" nie je podporovaná. %s spolieha na iconv()\n"
"a iconv() nepodporuje \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2217,12 +2217,12 @@ msgstr ""
"In¹talácia GNU balíka libiconv a následná prein¹talácia\n"
"balíka GNU gettext by mala tento problém odstráni».\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2231,7 +2231,7 @@ msgstr ""
"Znaková sada \"%s\" nie je podporovaná. %s spolieha na iconv().\n"
"Táto verzia bola prelo¾ená bez iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2268,43 +2268,43 @@ msgstr "mno
msgid "too many errors, aborting"
msgstr "vyskytlo sa príli¹ veµa chýb, ukonèuje sa program"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "neplatná viacznaková sekvencia"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "nekompletná viacznaková sekvencia na konci súboru"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "nekompletná viacznaková sekvencia na konci riadku"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv zlyhal"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "chyba pri èítaní súboru \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "neznáme kµúèové slovo \"%s\""
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "neplatná riadiaca sekvencia"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "koniec súboru uprostred re»azca"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "koniec riadku uprostred re»azca"
@@ -2369,7 +2369,7 @@ msgstr "nie je platn
msgid "failed to create \"%s\""
msgstr "zlyhalo vytvorenie \"%s\""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "chyba poèas zápisu do súboru \"%s\""
@@ -2384,13 +2384,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "chyba pri otváraní súboru \"%s\" na zápis"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "internacionalizované správy nesmú obsahova» riadiacu sekvenciu `\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2403,12 +2403,12 @@ msgstr ""
"ako vy. Zvá¾te namiesto to pou¾itie msgid len s ASCII znakmi.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "nie je mo¾né vytvori» výstupný súbor \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "¹tandardný výstup"
@@ -2423,7 +2423,7 @@ msgstr "%s:%d: upozornenie: neukon
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: upozornenie: neukonèený znakový re»azec"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "tento súbor nesmie obsahova» direktívy pre doménu"
@@ -2452,17 +2452,17 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext nemô¾e pracova» bez kµúèových slov, ktoré má hµada»"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "upozornenie: súbor `%s' s príponou `%s' je neznámy; skúsim C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extrahova» prelo¾iteµné re»azce zo zadaných vstupných súborov.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2471,7 +2471,7 @@ msgstr ""
"Povinné parametre dlhých volieb sú povinné aj pre krátke voµby.\n"
"Podobne aj pre voliteµné parametre.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2486,7 +2486,7 @@ msgstr ""
" -p, --output-dir=ADRESÁR výstupné súbory budú umiestnené v adresári ADRESÁR\n"
"Ak je výstupný súbor -, výstup je zapísaný na ¹tandardný výstup.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2505,7 +2505,7 @@ msgstr ""
" -C, --c++ skratka pre --language=C++\n"
"©tandardne je jazyk odhadnutý podµa prípony vstupného súboru.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2521,7 +2521,7 @@ msgstr ""
" (alebo tie, ktoré predchádzajú kµúèové riadky)\n"
" do výstupného súboru\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2540,7 +2540,7 @@ msgstr ""
" --debug detailnej¹ie výsledky rozoznávania formátovacích\n"
" re»azcov\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2588,11 +2588,11 @@ msgstr ""
" -M, --msgstr-suffix[=RE«AZEC] pou¾i» RE«AZEC alebo \"\" ako príponu pre\n"
" polo¾ky msgstr\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "¹tandardný vstup"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2602,7 +2602,7 @@ msgstr ""
"gettext(\"\") vráti hlavièku s meta informáciami\n"
"a nie prázdny re»azec.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "jazyk `%s' je neznámy"
diff --git a/po/sl.gmo b/po/sl.gmo
index 29e9f8aab..247fef6f7 100644
Binary files a/po/sl.gmo and b/po/sl.gmo differ
diff --git a/po/sl.po b/po/sl.po
index 0ce69e9c7..23bedf268 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-25 10:43+0200\n"
"Last-Translator: Primo¾ Peterlin \n"
"Language-Team: Slovenian \n"
@@ -31,8 +31,8 @@ msgstr "dvoumen argument %s za ,%s`"
msgid "Valid arguments are:"
msgstr "Veljavni argumenti so:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "datoteke \"%s\" ni moè odpreti za branje"
@@ -123,11 +123,11 @@ msgstr "%s: izbira ,-W %s` je dvoumna\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: izbira ,-W %s` ne dovoljuje argumenta\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Prevajalnika za javo ni najti; namestite gcj ali nastavite $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Virtualnega javanskega stroja ni najti; namestite gij ali nastavite $JAVA"
@@ -242,7 +242,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "formatni doloèili v ,msgid` in ,%s` za argument ,%s` nista enaki"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -258,7 +258,7 @@ msgstr ""
"raz¹irjate so navedeni v izvorni kodi. Za program ni NOBENEGA jamstva,\n"
"niti jamstev USTREZNOSTI ZA PRODAJO ali PRIMERNOSTI ZA RABO.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -267,7 +267,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "Avtor %s.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "preveè argumentov"
@@ -275,11 +275,11 @@ msgstr "preve
msgid "missing arguments"
msgstr "argumenti manjkajo"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Poskusite ,%s --help` za izèrpnej¹a navodila\n"
@@ -338,25 +338,25 @@ msgstr ""
"kataloga sporoèil.\n"
"Privzet imenik s katalogom sporoèil: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "Morebitne napake v programu sporoèite na .\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "Uporaba: %s [IZBIRA]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "Izpis gostiteljskega imena raèunalnika.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -371,7 +371,7 @@ msgstr ""
" internetim imenom in vzdevki\n"
" -i, --ip-address internetni naslov za gostiteljsko ime\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -384,7 +384,7 @@ msgstr ""
" -h, --help ta navodila\n"
" -V, --version razlièica programa\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "gostiteljskega imena ni moè ugotoviti"
@@ -404,7 +404,7 @@ msgstr "dovoljena je najve
msgid "%s and %s are mutually exclusive"
msgstr "%s in %s se med seboj izkljuèujeta"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Uporaba: %s [IZBIRA] [VHODNA_DATOTEKA]\n"
@@ -419,7 +419,7 @@ msgstr ""
"in rokovanje z njimi.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
@@ -428,7 +428,7 @@ msgstr ""
"Èe je pri dolgi obliki izbire naveden obvezen argument, je ta obvezen\n"
"tudi za kratko obliko.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -441,7 +441,7 @@ msgstr ""
" -D, --directory=IMENIK vhodne datoteke i¹èemo tudi v navedenem IMENIKU\n"
"Èe vhodna datoteka ni podana ali je enaka -, se bere standardni vhod.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -529,7 +529,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "doloèeni kriteriji izbire niso mogoèi (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Uporaba: %s [IZBIRA] [VHODNA_DATOTEKA]...\n"
@@ -556,7 +556,7 @@ msgstr ""
"zahtevamo, da se ohranijo samo iz prve datoteke PO, ki jih definira. Mesta\n"
"v datotekah iz vseh datotek PO se ohranijo.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -640,7 +640,7 @@ msgstr ""
" -s, --sort-output izhod abecedno urejen po sporoèilih\n"
" -F, --sort-by-file izhod abecedno urejen po izvornih datotekah\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -720,7 +720,7 @@ msgstr "to sporo
msgid "warning: this message is not used"
msgstr "opozorilo: to sporoèilo ni uporabljeno"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
@@ -729,11 +729,11 @@ msgstr[1] "%d kriti
msgstr[2] "%d kritièni napaki"
msgstr[3] "%d kritiène napake"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "podvojena definicija sporoèila"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...to je kraj prve definicije"
@@ -813,12 +813,12 @@ msgstr ""
" -F, --sort-by-file izhod abecedno urejen po izvornih datotekah\n"
" --omit-header brez glave z vnosom \"msgid\"\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Pretvarjanje kataloga sporoèil v drug kodni nabor.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -829,7 +829,7 @@ msgstr ""
" -t, --to-code=NABOR nabor znakov izhodne datoteke\n"
"Privzeta vrednost je kodni nabor izbrane krajevne nastavitve.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1236,25 +1236,25 @@ msgstr ""
" --statistics s statistiko glede prevodov\n"
" -v, --verbose z dodatnimi sporoèili med izvajanjem\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "rezultat izraza za izbiro mno¾inske oblike je lahko negativna vrednost"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr ""
"nplurals = %lu, izraz za izbiro mno¾inske oblike pa lahko da vrednosti do %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "izraz za izbiro mno¾inske oblike lahko povzroèi deljenje z niè"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "izraz za izbiro mno¾inske oblike lahko povzroèi prekoraèitev obsega"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
@@ -1262,27 +1262,27 @@ msgstr ""
"izraz za izbiro mno¾inske oblike lahko povzroèi aritmetiène napake, morda\n"
"deljenje z niè"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "katalog sporoèil vsebuje mno¾inske oblike prevodov..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...v glavi pa manjka doloèilo \"plural=IZRAZ\""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...v glavi pa manjka doloèilo \"nplurals=©TEVILO\""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "neveljavna vrednost nplurals"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "neveljaven izraz za mno¾inske oblike"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
@@ -1292,7 +1292,7 @@ msgstr "nplurals = %lu..."
# msgstr[1] "...nekatera sporoèila pa imajo samo %lu mno¾insko obliko"
# msgstr[2] "...nekatera sporoèila pa imajo samo %lu mno¾inski obliki"
# msgstr[3] "...nekatera sporoèila pa imajo samo %lu mno¾inske oblike"
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
@@ -1306,7 +1306,7 @@ msgstr[3] "...nekatera sporo
# msgstr[1] "...nekatera sporoèila pa imajo %lu mno¾insko obliko"
# msgstr[2] "...nekatera sporoèila pa imajo %lu mno¾inski obliki"
# msgstr[3] "...nekatera sporoèila pa imajo %lu mno¾inske oblike"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
@@ -1315,12 +1315,12 @@ msgstr[1] "...nekatera sporo
msgstr[2] "...nekatera sporoèila pa imajo %lu mno¾inski obliki"
msgstr[3] "...nekatera sporoèila pa imajo %lu mno¾inske oblike"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Poskusite uporabiti naslednje, veljavno za %s:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1328,110 +1328,110 @@ msgstr ""
"katalog sporoèil vsebuje mno¾inske oblike, manjka pa glava z doloèili\n"
"\"Plural-Forms: nplurals=©TEVILO; plural=IZRAZ;\""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "polji ,msgid` in ,msgid_plural` se ne zaèneta obe z ,\\n`"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "polji ,msgid` in ,msgstr[%u]` se ne zaèneta obe z ,\\n`"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "polji ,msgid` in ,msgstr` se ne zaèneta obe z ,\\n`"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "polji ,msgid` in ,msgid_plural` se ne konèata obe z ,\\n`"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "polji ,msgid` in ,msgstr[%u]` se ne konèata obe z ,\\n`"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "polji ,msgid' in ,msgstr` se ne konèata obe z ,\\n`"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "rokovanje z mno¾inskimi oblikami je raz¹iritev GNU gettext"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ",%s` za razliko od ,msgid` ni veljaven formatni niz %s"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "v msgstr manjka oznaka bli¾njice ,%c`"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "v msgstr je preveè oznak bli¾njic ,%c`"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "v glavi manjka polje ,%s`\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "polje ,%s` v glavi se mora zaèeti na zaèetku vrstice\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "nekatera polja v glavi imajo ¹e vedno zaèetne privzete vrednosti\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "polje ,%s' ima ¹e vedno zaèetno privzeto vrednost\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "opozorilo: glava datoteke PO ni veljavna ali pa manjka\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "opozorilo: pretvorba v navedeni nabor znakov ne bo delovala\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "opozorilo: glava datoteke PO ni razberljiva\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "opozorilo: starej¹e izdaje msgfmt bodo pri tem javile napako\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "ime domene \"%s\" ni primerno kot ime datoteke"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "ime domene \"%s\" ni primerno kot ime datoteke: uporabimo predpono"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "direktiva ,domain %s` ni bila upo¹tevana"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "prazno polje ,msgstr` zavr¾eno"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "ohlapni vnos za polje ,msgstr` zavr¾en"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: opozorilo: vhodna datoteka vsebuje ohlapne (fuzzy) prevode"
@@ -1681,23 +1681,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Slovenski prevodi paketa %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "trenutno izbrani nabor \"%s\" ni prenosljivo ime kodnega nabora"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "v vhodni datoteki sta dva razlièna nabora znakov, \"%s\" in \"%s\""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "vhodna datoteka ,%s` ne vsebuje glave z doloèitvijo nabora znakov"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1706,17 +1706,17 @@ msgstr ""
"domena \"%s\" v vhodni datoteki ,%s` ne vsebuje glave z doloèitvijo nabora "
"znakov<"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "ciljni nabor \"%s\" ni prenosljivo ime kodnega nabora."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "opozorilo: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1725,7 +1725,7 @@ msgstr ""
"UTF8.\n"
"Izhod je pretvorjen v UTF8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1795,11 +1795,11 @@ msgstr ""
msgid "conversion failure"
msgstr "pretvorba neuspe¹na"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "v vhodni datoteki manjka glava z doloèilom kodnega nabora"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1808,7 +1808,7 @@ msgstr ""
"Pretvorba iz \"%s\" v \"%s\" ni mogoèa. %s klièe iconv(), ta pa ne podpira "
"te pretvorbe."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2142,13 +2142,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: opozorilo: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2157,15 +2157,15 @@ msgstr ""
"Nabor \"%s\" ni prenosljivo ime kodnega nabora.\n"
"Pretvorba sporoèil v uporabnikov kodni nabor morda ne bo delovala.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Te¾avam navzlic nadaljujemo, prièakujte napake pri razèlembi."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Te¾avam navzlic nadaljujemo."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2174,7 +2174,7 @@ msgstr ""
"Nabor \"%s\" ni podprt. %s se naslanja na iconv(),\n"
"in iconv() ne podpira \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2182,12 +2182,12 @@ msgstr ""
"Namestitev knji¾nice GNU libiconv in ponovno prevajanje paketa\n"
"GNU Gettext bi moralo odpraviti to te¾avo.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2196,7 +2196,7 @@ msgstr ""
"Nabor \"%s\" ni podprt. %s se naslanja na iconv().\n"
"Ta izdaja je bila prevedena brez iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2233,43 +2233,43 @@ msgstr "mno
msgid "too many errors, aborting"
msgstr "preveè napak, nadaljevanje ni mo¾no"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "neveljavno veèzlo¾no zaporedje"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "nepopolno veèzlo¾no zaporedje na koncu datoteke"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "nepopolno veèzlo¾no zaporedje na koncu vrstice"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv neuspe¹en"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "napaka pri branju \"%s\""
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "kljuèna beseda \"%s\" neprepoznana"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "neveljavno krmilno zaporedje"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "znak za konec datoteke sredi niza"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "znak za konec vrstice sredi niza"
@@ -2334,7 +2334,7 @@ msgstr "ni veljavno javansko ime razreda: %s"
msgid "failed to create \"%s\""
msgstr "ustvarjanje \"%s\" neuspe¹no"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "napaka pri pisanju na datoteko \"%s\""
@@ -2350,14 +2350,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "napaka pri pisanju na \"%s\""
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"internacionalizirana sporoèila ne smejo vsebovati ube¾ne sekvence ,\\%c'"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2372,12 +2372,12 @@ msgstr ""
"vi. Razmislite o uporabi sporoèil v naboru znakov ASCII.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "izhodne datoteke \"%s\" ni mogoèe ustvariti"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standardni izhod"
@@ -2392,7 +2392,7 @@ msgstr "%s:%d: opozorilo: nezaklju
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: opozorilo: nezakljuèen niz"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "ta datoteka morda ne vsebuje direktiv domene"
@@ -2419,18 +2419,18 @@ msgstr "pri izpisu na standardni izhod ne moremo uporabiti --join-existing"
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext ne deluje brez kljuènih besed, ki naj jih i¹èe"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""
"opozorilo: vrsta datoteka ,%s' s pripono ,%s' ni prepoznana; posku¹amo C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Iz vhodnih datotek izvleèemo prevedljive nize znakov.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2439,7 +2439,7 @@ msgstr ""
"Èe je pri dolgi obliki izbire naveden obvezen argument, je ta obvezen\n"
"tudi za kratko obliko. Enako za neobvezne argumente.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2455,7 +2455,7 @@ msgstr ""
"Èe je kot izhodna datoteka navedeno -, se rezultat izpi¹e na standardni\n"
"izhod.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2473,7 +2473,7 @@ msgstr ""
" -C, --c++ okraj¹ava za --language=C++\n"
"Privzeto se jezik poskusi uganiti iz pripone vhodne datoteke.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2488,7 +2488,7 @@ msgstr ""
" -c, --add-comments[=ZNAÈKA] v vhodno datoteko dodamo komentar z navedeno\n"
" ZNAÈKO\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2506,7 +2506,7 @@ msgstr ""
" --debug bolj razèlenjen rezultat razpoznave\n"
" oblikovnega niza\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2547,11 +2547,11 @@ msgstr ""
" -m, --msgstr-prefix[=NIZ] NIZ ali \"\" kot predpona za msgstr\n"
" -m, --msgstr-suffix[=NIZ] NIZ ali \"\" kot pripona za msgstr\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standardni vhod"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2561,7 +2561,7 @@ msgstr ""
"gettext(\"\") vrne glavo z metapodatki, ne pa\n"
"praznega niza.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "jezik ,%s` ni poznan"
diff --git a/po/sv.gmo b/po/sv.gmo
index 58513495e..9f7e722c7 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index 83c5f01ef..a90c314e6 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.2\n"
-"POT-Creation-Date: 2002-05-02 15:48+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-06-04 22:20+0200\n"
"Last-Translator: Jan Djärv \n"
"Language-Team: Swedish \n"
@@ -29,8 +29,8 @@ msgstr "tvetydigt argument \"%s\" f
msgid "Valid arguments are:"
msgstr "Giltiga argument är:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "fel uppstod när \"%s\" öppnades för läsning"
@@ -121,11 +121,11 @@ msgstr "%s: flaggan \"-W %s\"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: flaggan \"-W %s\" tar inget argument\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "Javakompilator hittades inte, försök installera gcj eller sätt $JAVAC"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Virtuell Javamaskin hittades inte, försök installera gij eller sätt $JAVA"
@@ -282,10 +282,10 @@ msgid "missing arguments"
msgstr "argument saknas"
#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Försök med \"%s --help\" för mer information.\n"
@@ -346,10 +346,10 @@ msgstr ""
"Normal katalog för meddelandekataloger: %s\n"
#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
"Rapportera fel till .\n"
@@ -379,7 +379,7 @@ msgstr ""
" -f, --fqdn, --long långt värdnamn, innehåller hela domännamnet och alias\n"
" -i, --ip-address adresser för värdnamnet\n"
-#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -412,7 +412,7 @@ msgstr "h
msgid "%s and %s are mutually exclusive"
msgstr "%s och %s är ömsesidigt uteslutande"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Användning: %s [FLAGGA] [INFIL]\n"
@@ -427,14 +427,14 @@ msgstr ""
"manipulerar attributen.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Obligatoriska argument för långa flaggor är obligatoriska även för korta.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -447,7 +447,7 @@ msgstr ""
" -D, --directory=KATALOG sök infiler även i KATALOG\n"
"Om ingen infil är given eller om den är - läses standard in.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -536,7 +536,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "omöjligt urvalskriterium angivet (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Användning: %s [FLAGGA] [INFIL]...\n"
@@ -564,7 +564,7 @@ msgstr ""
"utom om --use-first ges. Då tas de endast från den första PO-filen som\n"
"definierar dem. Filpositioner från alla filer bevaras.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -650,7 +650,7 @@ msgstr ""
" -s, --sort-output sortera resultatet\n"
" -F, --sort-by-file sortera resultatet efter filposition \n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -731,18 +731,18 @@ msgstr "detta meddelande anv
msgid "warning: this message is not used"
msgstr "varning: detta meddelande används inte"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "%d allvarligt fel hittat"
msgstr[1] "%d allvarliga fel hittades"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "meddelandedefinitionen är dubblerad"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...detta är platsen för den första definitionen"
@@ -826,12 +826,12 @@ msgstr ""
" -F, --sort-by-file sortera resultatet efter filposition\n"
" --omit-header skriv inte ut huvudet med 'msgid \"\"'\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Konverterar en meddelandekatalog till en annan teckenkodning.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -842,7 +842,7 @@ msgstr ""
" -t, --to-code=NAMN Kodning för utdata\n"
"Standardvärde är nuvarande lokals kodning.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1251,74 +1251,74 @@ msgstr ""
" --statistics skriv ut statistik om översättningarna\n"
" -v, --verbose öka mängden information i meddelanden\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "pluraluttryck kan producera negativa värden"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr "nplurals = %lu men pluraluttryck kan ge värden upp till %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "pluraluttryck kan ge division med noll"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "pluraluttryck kan ge överflöde av heltal"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr "pluraluttryck kan ge aritmetiska fel, möjligen division med noll"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "meddelandekatalog har översättningar med pluralform..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...men huvudrader saknar attribut av typ \"plurals=UTTRYCK\""
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...men huvudrader saknar attribut av typ \"plurals=HELTAL\""
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "ogiltigt värde för nplurals"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "ogiltigt pluraluttryck"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...men några meddelanden har bara en pluralform"
msgstr[1] "...men några meddelanden har bara %lu pluralformer"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...men några meddelanden har en pluralform"
msgstr[1] "...men några meddelanden har %lu pluralformer"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "Försök använda den här, gäller för \"%s\":\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1326,113 +1326,113 @@ msgstr ""
"meddelandekatalog har översättningar med pluralformer, men saknar huvudrad "
"med \"Plural-Forms: nplurals=HELTAL; plural=UTTRYCK;\""
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "\"msgid\"- och \"msgid_plural\"-raderna börjar inte båda med \"\\n\""
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "\"msgid\"- och \"msgstr[%u]\"-raderna börjar inte båda med \"\\n\""
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "\"msgid\"- och \"msgstr\"-raderna börjar inte båda med \"\\n\""
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "\"msgid\"- och \"msgid_plural\"-raderna slutar inte båda med \"\\n\""
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "\"msgid\"- och \"msgstr[%u]\"-raderna slutar inte båda med \"\\n\""
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "\"msgid\"- och \"msgstr\"-raderna slutar inte båda med \"\\n\""
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "hantering av plural är en utökning i GNU gettext"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr ""
"\"%s\" är inte en giltig formatsträng i %s, till skillnad från \"msgid\""
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr saknar märket \"%c\" för tangentkortkommandon"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr har för många märken \"%c\" för tangentkortkommandon"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "huvudrad \"%s\" saknas i huvudet\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "huvudrad \"%s\" bör ligga i början på raden\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "vissa huvudrader har kvar initiala standardvärden\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "huvudrad \"%s\" har kvar initialt standardvärde\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "varning: PO-filens huvudrader saknas eller är ogiltiga\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr ""
"varning: konvertering till användarens teckenuppsättning kommer att "
"misslyckas.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "varning: PO-filens huvudrader är luddiga\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "varning: äldre versioner av msgfmt ger ett fel för detta\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "domännamnet \"%s\" är inte lämpligt som filnamn"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "domännamnet \"%s\" är inte lämpligt som filnamn: använder ett prefix"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "direktivet \"domain %s\" ignoreras"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "tom \"msgstr\"-rad ignorerad"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "luddig \"msgstr\"-rad ignorerad"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: varning: källfilen innehåller luddiga översättningar"
@@ -1680,23 +1680,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "Svenska översättningar för paket %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "nuvarande teckenuppsättning \"%s\" är inte ett portabelt kodningsnamn"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "två olika teckenuppsättningar \"%s\" och \"%s\" i infilen"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "infilen \"%s\" saknar en huvudrad som anger teckenuppsättning"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1704,17 +1704,17 @@ msgid ""
msgstr ""
"domän \"%s\" i infil \"%s\" saknar en huvudrad som anger teckenuppsättning"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "målteckenuppsättning \"%s\" är inte ett portabelt kodningsnamn"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "varning: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1722,7 +1722,7 @@ msgstr ""
"Infiler har meddelanden med flera kodningar, däribland UTF-8.\n"
"Konverterar resultatet till UTF-8.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1791,11 +1791,11 @@ msgstr ""
msgid "conversion failure"
msgstr "konverteringsfel"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "infilen saknar en huvudrad som anger teckenuppsättning"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1804,7 +1804,7 @@ msgstr ""
"Kan inte konvertera från \"%s\" till \"%s\". %s beror på iconv()\n"
"och iconv() stöder inte denna konvertering."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2138,13 +2138,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: varning: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2153,15 +2153,15 @@ msgstr ""
"Teckenuppsättning \"%s\" är inte namn på en portabel kodning.\n"
"Meddelandekonvertering till användarens teckenuppsättning kan misslyckas.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Fortsätter ändå, tolkningsfel kan förväntas."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Fortsätter ändå."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2170,7 +2170,7 @@ msgstr ""
"Teckenuppsättning \"%s\" stöds ej. %s beror på iconv(),\n"
"och iconv() stöder inte \"%s\".\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2178,12 +2178,12 @@ msgstr ""
"Installation av GNU libiconv med efterföljande ominstallation av\n"
"GNU gettext skulle lösa detta problem.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2192,7 +2192,7 @@ msgstr ""
"Teckenuppsättning \"%s\" stöds ej. %s beror på iconv().\n"
"Denna version byggdes utan iconv().\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2230,43 +2230,43 @@ msgstr "pluralform har fel index"
msgid "too many errors, aborting"
msgstr "för många fel, avbryter körningen"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "ogiltig flerbytesekvens"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "ofullständig flerbytesekvens i slutet på filen"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "ofullständig flerbytesekvens i slutet på raden"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv misslyckades"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "fel uppstod då \"%s\" lästes"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "nyckelordet \"%s\" är okänt"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "ogiltig kontrollsekvens"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "filslut inne i en sträng"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "radslut inne i en sträng"
@@ -2331,7 +2331,7 @@ msgstr "inte ett giltigt Javaklassnamn: %s"
msgid "failed to create \"%s\""
msgstr "misslyckades med att skapa \"%s\""
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "fel vid skrivning till filen \"%s\""
@@ -2346,14 +2346,14 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "fel uppstod när \"%s\" öppnades för skrivning"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr ""
"internationaliserade meddelanden bör inte ha kontrollsekvensen \"\\%c\""
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2366,12 +2366,12 @@ msgstr ""
"som är en annan än din. Försök använda en ren ASCII-msgid istället.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "kan inte skapa utfilen \"%s\""
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standard ut"
@@ -2386,7 +2386,7 @@ msgstr "%s:%d: varning: oavslutad teckenkonstant"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: varning: oavslutad sträng"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "denna fil kan inte innehålla domändirektiv"
@@ -2414,17 +2414,17 @@ msgstr ""
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext måste ha nyckelord att söka efter för att fungera"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "varning: filtyp \"%s\" med suffix \"%s\" är okänd; försöker med C"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Extrahera översättbara strängar från givna infiler.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2433,7 +2433,7 @@ msgstr ""
"Obligatoriska argument för långa flaggor är obligatoriska även för korta.\n"
"Motsvarande gäller för frivilliga argument.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2448,7 +2448,7 @@ msgstr ""
" -p, --output-dir=KATALOG utfiler placeras i katalogen KATALOG\n"
"Om utfilen är - skrivs resultatet till standard ut.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2467,7 +2467,7 @@ msgstr ""
" -C, --c++ samma som --language=C++\n"
"I normalläge gissas språket från filändelsen på infilen.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2482,7 +2482,7 @@ msgstr ""
" -c, --add-comments[=MÄRKE] skriv kommentarsblock med MÄRKE (eller de\n"
" före nyckelordsrader) till resultatet\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2499,7 +2499,7 @@ msgstr ""
" -T, --trigraphs hantera ANSI C treteckenssekvenser i infiler\n"
" --debug mer detaljerad igenkänning av formatsträngar\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2542,11 +2542,11 @@ msgstr ""
" -m, --msgstr-prefix[=STRÄNG] inled översatta strängar med STRÄNG eller \"\"\n"
" -M, --msgstr-suffix[=STRÄNG] avsluta översatta strängar med STRÄNG eller \"\"\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standard in"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2556,7 +2556,7 @@ msgstr ""
"gettext(\"\") returnerar huvudet med metainformation,\n"
"inte den tomma strängen.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "språket \"%s\" okänt"
diff --git a/po/tr.gmo b/po/tr.gmo
index 3fbc7545c..fe3ee22b4 100644
Binary files a/po/tr.gmo and b/po/tr.gmo differ
diff --git a/po/tr.po b/po/tr.po
index f38c51d9e..996551247 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU gettext 0.11.2\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-25 14:27+0300\n"
"Last-Translator: Nilgün Belma Bugüner \n"
"Language-Team: Turkish \n"
@@ -29,8 +29,8 @@ msgstr "argüman `%s' `%s' için belirsiz"
msgid "Valid arguments are:"
msgstr "Geçerli argümanlar:"
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "\"%s\" okunmak için açılırken hata"
@@ -121,12 +121,12 @@ msgstr "%s: `-W %s' seçeneÄi belirsiz\n"
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: `-W %s' seçeneÄi bir argümanla kullanılmaz\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr ""
"Java derleyici bulunamadı, ya gcj kurun ya da $JAVAC deÄiÅkenini belirleyin"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr ""
"Java sanal makinası bulunamadı,\n"
@@ -244,7 +244,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "'%2$s' için biçem belirteci 'msgid' ve '%1$s' içinde aynı deÄil"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -260,7 +260,7 @@ msgstr ""
"Hiçbir garantisi yoktur; hatta SATILABİLİRLİÄİ veya ÅAHSİ KULLANIMINIZA\n"
"UYGUNLUÄU için bile garanti verilmez.\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -269,7 +269,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "%s tarafından yazıldı.\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "çok fazla argüman"
@@ -277,11 +277,11 @@ msgstr "çok fazla argüman"
msgid "missing arguments"
msgstr "argümanlar eksik"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Daha fazla bilgilendirilmek için `%s --help' yazınız.\n"
@@ -339,27 +339,27 @@ msgstr ""
"Ancak iletiyi standart çıktıya basitçe kopyalamak yerine çevirisini verir.\n"
"Standart arama dizini: %s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr ""
"Yazılım hatalarını adresine,\n"
"Ãeviri hatalarını adresine bildiriniz.\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "Kullanımı: %s [SEÃENEK]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "Makina ismini gösterir.\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -374,7 +374,7 @@ msgstr ""
" içerir\n"
" -i, --ip-address makinanın IP adresi\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -387,7 +387,7 @@ msgstr ""
" -h, --help Bu yardımı gösterir ve çıkar\n"
" -V, --version Sürüm bilgilerini gösterir ve çıkar\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "makina ismi alınamadı"
@@ -407,7 +407,7 @@ msgstr "en fazla bir girdi dosyasına izin var"
msgid "%s and %s are mutually exclusive"
msgstr "%s ile %s baÄdaÅmıyor"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "Kullanımı: %s [SEÃENEK] [GİRDİDOSYASI]\n"
@@ -422,14 +422,14 @@ msgstr ""
"ve özellikleri uygular.\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Uzun seçeneklerdeki zorunlu argümanlar kısa seçenekler için de zorunludur.\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -442,7 +442,7 @@ msgstr ""
" -D, --directory=DİZİN Girdi dosyalarının arama yoluna DİZİNi ekler\n"
"Girdi dosyası verilmemiÅse ya da yerine - verilmiÅse standart girdi okunur.\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -531,7 +531,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "belirtilen seçim kriteri mümkün deÄil (%d < n < %d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "Kullanımı: %s [SEÃENEK] [GİRDİDOSYASI]...\n"
@@ -560,7 +560,7 @@ msgstr ""
"korunur, belirtildiÄinde bunlar ilk PO dosyasında belirtildiÄi Åekliyle\n"
"alınır.\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -647,7 +647,7 @@ msgstr ""
" -s, --sort-output çıktıyı sıralı üretir\n"
" -F, --sort-by-file çıktıyı dosya konumuna göre sıralar\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -727,18 +727,18 @@ msgstr "bu ileti kullanıldı ama %s'de tanımlı deÄil"
msgid "warning: this message is not used"
msgstr "uyarı: bu ileti kullanılmamıÅ"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "%d ölümcül hata bulundu"
msgstr[1] "%d ölümcül hata bulundu"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "ileti iki defa tanımlanmıÅ"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...bu ilk tanımlamanın konumu"
@@ -824,12 +824,12 @@ msgstr ""
" -F, --sort-by-file çıktıyı dosya konumuna göre sıralar\n"
" --omit-header `msgid \"\"' Åeklindeki baÅlıÄı yazmaz\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "Bir çeviri kataloÄunu baÅka bir karakter kodlamasına dönüÅtürür.\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -840,7 +840,7 @@ msgstr ""
" -t, --to-code=İSİM çıktı için kodlama belirtilir\n"
"Ãntanımlı kodlama mevcut yerelin kodlamasıdır.\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, no-wrap
msgid ""
"Output details:\n"
@@ -1245,75 +1245,75 @@ msgstr ""
" --statistics çeviri istatistiklerini gösterir\n"
" -v, --verbose sonuçlar daha ayrıntılı verilir\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "çoÄul ifadeler negatif deÄerler üretebilir"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr "nplurals = %lu ama çoÄul ifadeler en çok %lu deÄer üretebilir"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "çoÄul ifade sıfırla bölme hatası üretebilir"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "çoÄul ifade tamsayı taÅması üretebilir"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr ""
"çoÄul ifade aritmetik hatalar, özellikle de sıfırla bölme hatası üretebilir"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "ileti kataloÄu çoÄul çeviriler içeriyor"
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...ama baÅlıkta \"plural=İFADE\" gibi bir Åey yok"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...ama baÅlıkta \"nplurals=TAMSAYI\" gibi bir Åey yok"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "nplurals deÄeri geçersiz"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "plural= ile verilen ifade geçersiz"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...ama bazı iletiler tek çoÄul biçem içeriyor"
msgstr[1] "...ama bazı iletiler sadece %lu çoÄul biçem içeriyor"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...ama bazı iletiler tek çoÄul biçem içeriyor"
msgstr[1] "...ama bazı iletiler %lu çoÄul biçem içeriyor"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr "AÅaÄıdakiler %s için geçerli mi bakılacak:\n"
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1321,111 +1321,111 @@ msgstr ""
"ileti kataloÄu çoÄul çeviriler içermesine raÄmen baÅlıkta\n"
"\"Plural-Forms: nplurals=TAMSAYI; plural=İFADE;\" gibi bir Åey yok."
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr ""
"`msgid' ve `msgid_plural' girdilerinin her ikisi de '\\n' ile baÅlamıyor"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "`msgid' ve `msgstr[%u]' girdilerinin her ikisi de '\\n' ile baÅlamıyor"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "`msgid' ve `msgstr' girdilerinin her ikisi de '\\n' ile baÅlamıyor"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "`msgid' ve `msgid_plural' girdilerinin her ikisi de '\\n' ile bitmiyor"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "`msgid' ve `msgstr[%u]' girdilerinin her ikisi de '\\n' ile bitmiyor"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "`msgid' ve `msgstr' girdilerinin her ikisi de '\\n' ile bitmiyor"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "çoÄul biçemler bir GNU gettext özelliÄidir"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "'%s', 'msgid' gibi geçerli bir %s biçem dizgesi deÄil"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "içinde '%c' tuŠkısayolu eksik"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "çok fazla '%c' tuŠkısayolu içeriyor"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "baÅlıkta `%s' baÅlık alanı yok\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "`%s' baÅlık alanı satırın baÅında olmalıydı\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "bazı baÅlık alanları hala öntanımlı ilk deÄere sahip\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "`%s' baÅlık alanı hala öntanımlı ilk deÄere sahip\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "uyarı: PO dosya baÅlıÄı ya yok ya da geçersiz\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "uyarı: Kullanıcının karakter kümesinde ileti dönüÅümü yapılamayacak.\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "uyarı: PO dosya baÅlıÄı fuzzy\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "uyarı: msgfmt'ın eski sürümleri bu dosyada hata verecektir.\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "dosya ismi olarak paket ismi \"%s\" uygun deÄil"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "dosya ismi olarak paket ismi \"%s\" uygun deÄil: önek kullanılacak"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "`domain %s' yönergesi yoksayıldı"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "boŠ`msgstr' girdisi yoksayıldı"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "fuzzy `msgstr' girdisi yoksayıldı"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s: uyarı: kaynak dosya fuzzy çeviriler içeriyor"
@@ -1671,23 +1671,23 @@ msgstr ""
msgid "English translations for %s package"
msgstr "%s paketi için Türkçe çeviriler"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "mevcut karakter kümesi \"%s\" kabul görmüŠbir kodlama ismi deÄil"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "girdi dosyasında iki farklı karakter kümesi: \"%s\" ve \"%s\""
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "girdi dosyası `%s' baÅlıÄında bir karakter kümesi belirtilmemiÅ."
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
@@ -1696,17 +1696,17 @@ msgstr ""
"\"%s\" paketi girdi dosyası `%s' baÅlıÄındaki charset alanında bir karakter\n"
"kümesi belirtilmemiÅ"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "hedef karakter kümesi \"%s\" kabul görmüŠbir kodlama ismi deÄil."
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "uyarı: "
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
@@ -1714,7 +1714,7 @@ msgstr ""
"Girdi dosyası UTF-8 ile karıÅık farklı kodlamalar içeriyor.\n"
"Ãıktı UTF-8'e dönüÅtürülüyor.\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1783,11 +1783,11 @@ msgstr ""
msgid "conversion failure"
msgstr "dönüÅüm baÅarısız"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "girdi dosyasının baÅlıÄında bir karakter kümesi belirtilmemiÅ"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1796,7 +1796,7 @@ msgstr ""
"\"%s\" \"%s\" e dönüÅtürülemiyor. %s iconv()ye baÄlı,\n"
"ve iconv() bu dönüÅümü desteklemiyor."
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2126,13 +2126,13 @@ msgstr ""
msgid ""
msgstr ""
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s: uyarı: "
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2141,15 +2141,15 @@ msgstr ""
"\"%s\" karakter kümesi kabul görmüŠbir isim deÄil.\n"
"Kullanıcının karakter kümesine dönüÅüm yapılamıyabilir.\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "Ãözümleme hatalarına raÄmen devam ediliyor."
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "Yine de devam ediliyor."
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2158,7 +2158,7 @@ msgstr ""
"\"%s\" karakter kümesi desteklenmiyor. %s iconv()ye baÄlı.\n"
"ve iconv() \"%s\" desteÄi vermiyor.\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
@@ -2166,12 +2166,12 @@ msgstr ""
"GNU libiconv paketini kurduktan sonra GNU gettext paketini\n"
"yeniden kurarak bu sorunun üstesinden gelmelisiniz.\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2180,7 +2180,7 @@ msgstr ""
"\"%s\" karakter kümesi desteklenmiyor. %s iconv()ye baÄlı.\n"
"Bu sürüm iconv() olmaksızın kurgulanmıÅ.\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2217,43 +2217,43 @@ msgstr "çoÄul biçemin indeksi hatalı"
msgid "too many errors, aborting"
msgstr "hatalar çok fazla, bunları düzeltince programı tekrar çalıÅtırın"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "çoklu bayt dizisi geçersiz"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "dosya sonunda çoklu bayt dizisi tamamlanmadı"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "satır sonunda çoklu bayt dizisi tamamlanmadı"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv baÅarısızlıÄı"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "\"%s\" okunurken hata"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "anahtar-sözcük \"%s\" bilinmiyor"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "denetim dizisi geçersiz"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "dizge içinde dosya sonu"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "dizge içinde satır sonu"
@@ -2318,7 +2318,7 @@ msgstr "Geçerli bir Java sınıfı ismi deÄil: %s"
msgid "failed to create \"%s\""
msgstr "\"%s\" oluÅturulamadı"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "\"%s\" dosyasına yazarken hata"
@@ -2334,13 +2334,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "\"%s\" yazılmak için açılırken hata"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "i18n iletileri `\\%c' öncelem dizilerini içeremez"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2353,12 +2353,12 @@ msgstr ""
"olabilir. Salt ASCII msgid kullanmanız önerilir.\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "\"%s\" çıktı dosyası oluÅturulamıyor"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "standart çıktı"
@@ -2373,7 +2373,7 @@ msgstr "%s:%d: uyarı: sonlandırılmamıŠkarakter sabiti"
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s:%d: uyarı: sonlandırılmamıŠdizge sabiti"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "bu dosya paket yönergelerini içermeyebilir"
@@ -2400,17 +2400,17 @@ msgstr "standart çıktıya yazılırken --join-existing kullanılamaz"
msgid "xgettext cannot work without keywords to look for"
msgstr "xgettext anahtar sözcükler olmaksızın bulamaz"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "uyarı: `%s' dosyası `%s' uzantısı bilinmiyor; C denenecek"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "Belirtilen girdi dosyalarından çevrilebilir dizgeleri çıkartır.\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
@@ -2419,7 +2419,7 @@ msgstr ""
"Uzun seçeneklerdeki zorunlu argümanlar kısa seçeneklerde de zorunludur.\n"
"Benzer durum seçimlik argümanlar içinde geçerlidir.\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2435,7 +2435,7 @@ msgstr ""
" -p, --output-dir=DİZİN çıktı dosyaları DİZİNe konulacaktır.\n"
"Ãıktı dosyası olarak - verilmiÅse çıktı standart çıktıya yazılır.\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2453,7 +2453,7 @@ msgstr ""
" -C, --c++ --language=C++ için kısaltma\n"
"Dil öntanımlı olarak girdi dosyasının uzantısına göre seçilir.\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2467,7 +2467,7 @@ msgstr ""
" -x, --exclude-file=DOSYA.po DOSYA.po dosyasındaki iletiler çıkartılmaz\n"
" -c, --add-comments[=ETİTET] ETİKETli yorum bloÄunu çıktı dosyasına yazar\n"
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2486,7 +2486,7 @@ msgstr ""
" --debug biçem dizgesi tanıması ile ilgili daha fazla\n"
" ayrıntı verilir.\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, no-wrap
msgid ""
"Output details:\n"
@@ -2531,11 +2531,11 @@ msgstr ""
" -M, --msgstr-suffix[=DİZGE] msgstr girdileri için sonek olarak DİZGE ya da\n"
" \"\" kullanılır\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "standart girdi"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2545,7 +2545,7 @@ msgstr ""
"gettext(\"\") ile baÅlık girdilerindeki bilgileri\n"
"döndürür. BoÅ dizge deÄildir.\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "dil `%s' bilinmiyor"
diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo
index e9510013d..c86356166 100644
Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ
diff --git a/po/zh_TW.po b/po/zh_TW.po
index dad572ff3..e76558f39 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gettext 0.11.1\n"
-"POT-Creation-Date: 2002-04-24 19:27+0200\n"
+"POT-Creation-Date: 2002-07-17 13:52+0200\n"
"PO-Revision-Date: 2002-04-14 09:16 +0800\n"
"Last-Translator: Pofeng Lee \n"
"Language-Team: Chinese (traditional) \n"
@@ -31,8 +31,8 @@ msgid "Valid arguments are:"
msgstr "¦³®Äªº°Ñ¼Æ¬°¡G"
# lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171 src/urlget.c:204 src/xgettext.c:823 src/xgettext.c:836 src/xgettext.c:846 #, c-format
-#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:726 src/read-mo.c:171
-#: src/urlget.c:204 src/xgettext.c:829 src/xgettext.c:842 src/xgettext.c:852
+#: lib/copy-file.c:61 src/file-list.c:57 src/po-lex.c:728 src/read-mo.c:171
+#: src/urlget.c:204 src/xgettext.c:837 src/xgettext.c:850 src/xgettext.c:860
#, c-format
msgid "error while opening \"%s\" for reading"
msgstr "·í¶}±ÒÀɮס§%s¡¨·Ç³ÆÅª¨ú®Éµo¥Í¿ù»~"
@@ -123,11 +123,11 @@ msgstr "%s
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s¡G¿ï¶µ¡¥-W %s¡¦¤£¤¹³\¦³°Ñ¼Æ\n"
-#: lib/javacomp.c:440
+#: lib/javacomp.c:462
msgid "Java compiler not found, try installing gcj or set $JAVAC"
msgstr "§ä¤£¨ì Java ½s;¹¡A½Ð¦w¸Ë gcj ©Î¬O³]©w $JAVAC Àô¹ÒÅܼÆ"
-#: lib/javaexec.c:379
+#: lib/javaexec.c:414
msgid "Java virtual machine not found, try installing gij or set $JAVA"
msgstr "§ä¤£¨ì Java virtual machine¡A½Ð¦w¸Ë gij ©Î¬O³]©w $JAVA Àô¹ÒÅܼÆ"
@@ -236,7 +236,7 @@ msgid ""
"format specifications in 'msgid' and '%s' for argument '%s' are not the same"
msgstr "¡¥msgid¡¦©M¡¥%s¡¦ªº°Ñ¼Æ¡¥%s¡¦ªº®æ¦¡¨Ã¤£¬Û¦P"
-#: src/gettext.c:135 src/hostname.c:172 src/msgattrib.c:269 src/msgcat.c:234
+#: src/gettext.c:135 src/hostname.c:175 src/msgattrib.c:269 src/msgcat.c:234
#: src/msgcmp.c:133 src/msgcomm.c:237 src/msgconv.c:188 src/msgen.c:176
#: src/msgexec.c:165 src/msgfilter.c:253 src/msgfmt.c:351 src/msggrep.c:291
#: src/msginit.c:256 src/msgmerge.c:270 src/msgunfmt.c:204 src/msguniq.c:212
@@ -251,7 +251,7 @@ msgstr ""
"³o¬O¦Û¥Ñ³nÅé¡F½Ð°Ñ¦Òì©l½Xªºª©ÅvÁn©ú¡C¥»³nÅ餣´£¨Ñ¥ô¦ó«OÃÒ¡A¬Æ¦Ü¤£·|¥]¬A\n"
"¥i°â©Ê©M¾A¥Î©ó¥ô¦ó¯S©w¥Øªºªº«OÃÒ¡C\n"
-#: src/gettext.c:140 src/hostname.c:177 src/msgattrib.c:274 src/msgcat.c:239
+#: src/gettext.c:140 src/hostname.c:180 src/msgattrib.c:274 src/msgcat.c:239
#: src/msgcmp.c:138 src/msgcomm.c:242 src/msgconv.c:193 src/msgen.c:181
#: src/msgexec.c:170 src/msgfilter.c:258 src/msgfmt.c:356 src/msggrep.c:296
#: src/msginit.c:261 src/msgmerge.c:275 src/msgunfmt.c:209 src/msguniq.c:217
@@ -260,7 +260,7 @@ msgstr ""
msgid "Written by %s.\n"
msgstr "¥Ñ %s ½s¼g¡C\n"
-#: src/gettext.c:158 src/hostname.c:187 src/msginit.c:271 src/ngettext.c:143
+#: src/gettext.c:158 src/hostname.c:190 src/msginit.c:271 src/ngettext.c:143
msgid "too many arguments"
msgstr "°Ñ¼Æ¹L¦h"
@@ -268,11 +268,11 @@ msgstr "
msgid "missing arguments"
msgstr "¯Ê¤Ö¤F°Ñ¼Æ"
-#: src/gettext.c:240 src/hostname.c:201 src/msgattrib.c:327 src/msgcat.c:295
-#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:247 src/msgen.c:232
+#: src/gettext.c:240 src/hostname.c:204 src/msgattrib.c:327 src/msgcat.c:295
+#: src/msgcmp.c:170 src/msgcomm.c:311 src/msgconv.c:248 src/msgen.c:232
#: src/msgexec.c:223 src/msgfilter.c:351 src/msgfmt.c:528 src/msggrep.c:402
#: src/msginit.c:347 src/msgmerge.c:385 src/msgunfmt.c:314 src/msguniq.c:274
-#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:529
+#: src/ngettext.c:210 src/urlget.c:164 src/xgettext.c:537
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "¸Õ¸Õ¡¥%s --help¡¦¨ÓÀò¨ú§ó¦h¸ê°T¡C\n"
@@ -330,25 +330,25 @@ msgstr ""
"¦Ó¬O´M§ä°T®§¸ê®ÆÀɸÌ½Ķ¹Lªº°T®§¡C\n"
"¼Ð·Çªº·j´M¥Ø¿ý¬°¡G%s\n"
-#: src/gettext.c:277 src/hostname.c:231 src/msgattrib.c:409 src/msgcat.c:378
-#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:313 src/msgen.c:294
+#: src/gettext.c:277 src/hostname.c:234 src/msgattrib.c:409 src/msgcat.c:378
+#: src/msgcmp.c:215 src/msgcomm.c:391 src/msgconv.c:314 src/msgen.c:294
#: src/msgexec.c:267 src/msgfilter.c:426 src/msgfmt.c:622 src/msggrep.c:492
#: src/msginit.c:400 src/msgmerge.c:485 src/msgunfmt.c:395 src/msguniq.c:350
-#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:626
+#: src/ngettext.c:244 src/urlget.c:186 src/xgettext.c:634
msgid "Report bugs to .\n"
msgstr "½Ð¦^³ø¿ù»~¦Ü ¡C\n"
-#: src/hostname.c:206 src/msginit.c:352
+#: src/hostname.c:209 src/msginit.c:352
#, c-format, no-wrap
msgid "Usage: %s [OPTION]\n"
msgstr "¥Îªk¡G%s [¿ï¶µ]\n"
-#: src/hostname.c:211
+#: src/hostname.c:214
#, no-wrap
msgid "Print the machine's hostname.\n"
msgstr "¦C¦L¥D¾÷ªº¦WºÙ¡C\n"
-#: src/hostname.c:216
+#: src/hostname.c:219
#, no-wrap
msgid ""
"Output format:\n"
@@ -362,7 +362,7 @@ msgstr ""
" -f, --fqdn, --long ªøªº¥D¾÷¦WºÙ¡A¥]¬A¥¿¦¡ªººô°ì¦WºÙ¡]FQDN¡^¤Î§O¦W\n"
" -i, --ip-address ¥D¾÷ªº IP ¦a§}\n"
-#: src/hostname.c:225 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:307
+#: src/hostname.c:228 src/msgattrib.c:403 src/msgcmp.c:209 src/msgconv.c:308
#: src/msgen.c:288 src/msgexec.c:261 src/msgfilter.c:420 src/msggrep.c:486
#: src/msginit.c:394 src/urlget.c:180
#, no-wrap
@@ -375,7 +375,7 @@ msgstr ""
" -h, --help Åã¥Ü¦¹¬q»¡©ú¨ÃÂ÷¶}\n"
" -V, --version Åã¥Üª©¥»¸ê°T¨ÃÂ÷¶}\n"
-#: src/hostname.c:246 src/hostname.c:253
+#: src/hostname.c:249 src/hostname.c:256
msgid "could not get host name"
msgstr "µLªk¨ú±o¥D¾÷¦WºÙ"
@@ -395,7 +395,7 @@ msgstr "
msgid "%s and %s are mutually exclusive"
msgstr "%s ©M %s ¨âªÌ¬O¤¬¤£¬Û®eªº"
-#: src/msgattrib.c:332 src/msgconv.c:252 src/msggrep.c:407 src/msguniq.c:279
+#: src/msgattrib.c:332 src/msgconv.c:253 src/msggrep.c:407 src/msguniq.c:279
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]\n"
msgstr "¥Îªk¡G%s [¿ï¶µ] [¿é¤JÀÉ]\n"
@@ -408,14 +408,14 @@ msgid ""
msgstr "®Ú¾Ú°T®§ªºÄݩʹLÂo½ĶÀɸ̪ºÂ½Ä¶±ø¥Ø¡A¨Ã³B²z°T®§ªºÄݩʡC\n"
#: src/msgattrib.c:343 src/msgcat.c:318 src/msgcmp.c:190 src/msgcomm.c:333
-#: src/msgconv.c:262 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
+#: src/msgconv.c:263 src/msgen.c:250 src/msgexec.c:248 src/msgfilter.c:366
#: src/msgfmt.c:543 src/msggrep.c:418 src/msginit.c:363 src/msgmerge.c:408
#: src/msgunfmt.c:329 src/msguniq.c:296
#, no-wrap
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "ªø¿ï¶µ¥²¶·¥Îªº°Ñ¼Æ¦b¨Ï¥Îµu¿ï¶µ®É¤]¬O¥²¶·ªº¡C\n"
-#: src/msgattrib.c:348 src/msgconv.c:267 src/msggrep.c:423 src/msguniq.c:301
+#: src/msgattrib.c:348 src/msgconv.c:268 src/msggrep.c:423 src/msguniq.c:301
#, no-wrap
msgid ""
"Input file location:\n"
@@ -428,7 +428,7 @@ msgstr ""
" -D, --directory=¥Ø¿ý ¦P®É¦b<¥Ø¿ý>¤¤·j´M¿é¤JÀÉ\n"
"¦pªG¨S¦³«ü©w¿é¤JÀɩοé¤JÀɬO¡¥-¡¦¡A«hŪ¨ú¼Ð·Ç¿é¤J¡C\n"
-#: src/msgattrib.c:356 src/msgconv.c:275 src/msgen.c:263 src/msgfilter.c:379
+#: src/msgattrib.c:356 src/msgconv.c:276 src/msgen.c:263 src/msgfilter.c:379
#: src/msggrep.c:431 src/msgmerge.c:430
#, no-wrap
msgid ""
@@ -513,7 +513,7 @@ msgstr ""
msgid "impossible selection criteria specified (%d < n < %d)"
msgstr "¤£¥i¯à¥X²{ªº¿ï¾Ü±ø¥ó (%d < n <%d)"
-#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:534
+#: src/msgcat.c:300 src/msgcomm.c:316 src/xgettext.c:542
#, c-format, no-wrap
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr "¥Îªk¡G%s [¿ï¶µ] [¿é¤JÀÉ]...\n"
@@ -539,7 +539,7 @@ msgstr ""
"--use-first ¿ï¶µ¡A¨º¼Ë«h·|¥Ñ²Ä¤@Ó§t¦³¸Ó½Ķ±ø¥ØªºÀɮרú±o¸ê®Æ¡C\n"
"©Ò¦³ PO Àɤ¤ªºÂ½Ä¶±ø¥ØªºÀɮצì¸m³£·|²Ö¿n¤U¨Ó¡C\n"
-#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:550
+#: src/msgcat.c:323 src/msgcomm.c:338 src/xgettext.c:558
#, no-wrap
msgid ""
"Input file location:\n"
@@ -621,7 +621,7 @@ msgstr ""
" -s, --sort-output ¿é¥X®É¥ý±N¶µ¥Ø±Æ§Ç\n"
" -F, --sort-by-file ®Ú¾ÚÀɮצì¸m¶i¦æ±Æ§Ç\n"
-#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:620
+#: src/msgcat.c:372 src/msgcomm.c:385 src/msguniq.c:344 src/xgettext.c:628
#, no-wrap
msgid ""
"Informative output:\n"
@@ -700,17 +700,17 @@ msgstr "
msgid "warning: this message is not used"
msgstr "ĵ§i¡G¨S¦³¨Ï¥Î³oÓ°T®§"
-#: src/msgcmp.c:338 src/po-lex.c:699
+#: src/msgcmp.c:338 src/po-lex.c:701
#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] "§ä¨ì %d ÓÄY«¿ù»~"
-#: src/msgcmp.c:419 src/msgfmt.c:1457 src/read-po.c:202 src/x-po.c:163
+#: src/msgcmp.c:419 src/msgfmt.c:1449 src/read-po.c:202 src/x-po.c:163
msgid "duplicate message definition"
msgstr "«½Æªº°T®§©w¸q"
-#: src/msgcmp.c:420 src/msgfmt.c:1458 src/read-po.c:203 src/x-po.c:164
+#: src/msgcmp.c:420 src/msgfmt.c:1450 src/read-po.c:203 src/x-po.c:164
msgid "...this is the location of the first definition"
msgstr "...³o¬O²Ä¤@¦¸©w¸qªº¦ì¸m"
@@ -786,12 +786,12 @@ msgstr ""
" -F, --sort-by-file ®Ú¾ÚÀɮצì¸m¶i¦æ±Æ§Ç\n"
" --omit-header ¤£¼g¤J§t¦³¡¥msgid \"\"¡¦Äæ¦ìªºÀÉÀY\n"
-#: src/msgconv.c:257
+#: src/msgconv.c:258
#, no-wrap
msgid "Converts a translation catalog to a different character encoding.\n"
msgstr "±N¤@Ó½ĶÀɪº½s½XÂà´«¬°¥t¤@ºØ¤å¦r½s½X¡C\n"
-#: src/msgconv.c:283
+#: src/msgconv.c:284
#, no-wrap
msgid ""
"Conversion target:\n"
@@ -802,7 +802,7 @@ msgstr ""
" -t, --to-code=¦WºÙ ¿é¥Xªº½s½X\n"
"¹w³]ªº½s½X¬°¥Ø«e»y¨tªº½s½X¡C\n"
-#: src/msgconv.c:290 src/msgen.c:271 src/msgmerge.c:460
+#: src/msgconv.c:291 src/msgen.c:271 src/msgmerge.c:460
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -1189,72 +1189,72 @@ msgstr ""
" --statistics ¦C¦L½Ķ±ø¥Øªº²Îp\n"
" -v, --verbose ¼W¥[¿é¥Xªº¸Ô²Óµ{«×\n"
-#: src/msgfmt.c:774
+#: src/msgfmt.c:766
msgid "plural expression can produce negative values"
msgstr "½Æ¼Æªí¥Ü¦¡¥i¯à²£¥Ít¼Æ"
-#: src/msgfmt.c:787
+#: src/msgfmt.c:779
#, c-format
msgid "nplurals = %lu but plural expression can produce values as large as %lu"
msgstr "nplurals = %lu¡A¦ý½Æ¼Æªí¥Ü¦¡ªº³Ì¤jÈ¥i¯àµ¥©ó %lu"
-#: src/msgfmt.c:813
+#: src/msgfmt.c:805
msgid "plural expression can produce division by zero"
msgstr "½Æ¼Æªí¥Ü¦¡·|¤ÞP³Q 0 ¾ã°£ªº¿ù»~"
-#: src/msgfmt.c:818
+#: src/msgfmt.c:810
msgid "plural expression can produce integer overflow"
msgstr "½Æ¼Æªí¥Ü¦¡·|¤ÞP¾ã¼Æ·¸¦ìªº¿ù»~"
-#: src/msgfmt.c:823
+#: src/msgfmt.c:815
msgid ""
"plural expression can produce arithmetic exceptions, possibly division by "
"zero"
msgstr "½Æ¼Æªí¥Ü¦¡·|¤ÞP¹Bºâ¿ù»~¡A¨Ò¦p³Q 0 ¾ã°£"
-#: src/msgfmt.c:902 src/msgfmt.c:914
+#: src/msgfmt.c:894 src/msgfmt.c:906
msgid "message catalog has plural form translations..."
msgstr "½ĶÀɧt¦³½Æ¼Æ«¬ºAªºÂ½Ä¶..."
-#: src/msgfmt.c:905
+#: src/msgfmt.c:897
msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
msgstr "...¦ýÀÉÀY¯Ê¤Ö¤F¡§plural=ªí¥Ü¦¡¡¨ªº¶µ¥Ø"
-#: src/msgfmt.c:917
+#: src/msgfmt.c:909
msgid "...but header entry lacks a \"nplurals=INTEGER\" attribute"
msgstr "...¦ýÀÉÀY¯Ê¤Ö¤F¡§nplurals=¾ã¼Æ¡¨ªº¶µ¥Ø"
-#: src/msgfmt.c:942
+#: src/msgfmt.c:934
msgid "invalid nplurals value"
msgstr "µL®Äªº nplurals È"
-#: src/msgfmt.c:956
+#: src/msgfmt.c:948
msgid "invalid plural expression"
msgstr "µL®Äªº½Æ¼Æªí¥Ü¦¡"
-#: src/msgfmt.c:975 src/msgfmt.c:990
+#: src/msgfmt.c:967 src/msgfmt.c:982
#, c-format
msgid "nplurals = %lu..."
msgstr "nplurals = %lu..."
-#: src/msgfmt.c:978
+#: src/msgfmt.c:970
#, c-format
msgid "...but some messages have only one plural form"
msgid_plural "...but some messages have only %lu plural forms"
msgstr[0] "...¦ý¬Y¨Ç°T®§¥u¦³ %lu ºØ½Æ¼Æ«¬ºA"
-#: src/msgfmt.c:993
+#: src/msgfmt.c:985
#, c-format
msgid "...but some messages have one plural form"
msgid_plural "...but some messages have %lu plural forms"
msgstr[0] "...¦ý¬Y¨Ç°T®§¦³ %lu ºØ½Æ¼Æ«¬ºA"
-#: src/msgfmt.c:1023
+#: src/msgfmt.c:1015
#, c-format
msgid "Try using the following, valid for %s:\n"
msgstr ""
-#: src/msgfmt.c:1036
+#: src/msgfmt.c:1028
msgid ""
"message catalog has plural form translations, but lacks a header entry with "
"\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
@@ -1262,110 +1262,110 @@ msgstr ""
"½ĶÀɧt¦³½Æ¼Æ«¬ºAªºÂ½Ä¶¡A¦ý¯Ê¤Ö¤F¥H¤Uªº¼ÐÀYÄæ¦ì¡G\n"
"¡§Plural-Forms: nplurals=<¾ã¼Æ>; plural=<ªí¥Ü¦¡>;¡¨"
-#: src/msgfmt.c:1074
+#: src/msgfmt.c:1066
msgid "`msgid' and `msgid_plural' entries do not both begin with '\\n'"
msgstr "`msgid' ©M `msgid_plural' Äæ¦ì¨Ã«D¦P®É¥H '\\n' ¶}©l"
-#: src/msgfmt.c:1084
+#: src/msgfmt.c:1076
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both begin with '\\n'"
msgstr "¡¥msgid¡¦©M¡¥msgstr[%u]¡¦Äæ¦ì¨Ã«D¦P®É¥H¡¥\\n¡¦¶}©l"
-#: src/msgfmt.c:1096
+#: src/msgfmt.c:1088
msgid "`msgid' and `msgstr' entries do not both begin with '\\n'"
msgstr "¡¥msgid¡¦©M¡¥msgstr¡¦Äæ¦ì¨Ã«D¦P®É¥H¡¥\\n¡¦¶}©l"
-#: src/msgfmt.c:1113
+#: src/msgfmt.c:1105
msgid "`msgid' and `msgid_plural' entries do not both end with '\\n'"
msgstr "¡¥msgid¡¦©M¡¥msgid_plural¡¦Äæ¦ì¨Ã«D¦P®É¥H¡¥\\n¡¦µ²§ô"
-#: src/msgfmt.c:1123
+#: src/msgfmt.c:1115
#, c-format
msgid "`msgid' and `msgstr[%u]' entries do not both end with '\\n'"
msgstr "¡¥msgid¡¦©M¡¥msgstr[%u]¡¦Äæ¦ì¨Ã«D¦P®É¥H¡¥\\n¡¦µ²§ô"
-#: src/msgfmt.c:1135
+#: src/msgfmt.c:1127
msgid "`msgid' and `msgstr' entries do not both end with '\\n'"
msgstr "¡¥msgid¡¦©M¡¥msgstr¡¦Äæ¦ì¨Ã«D¦P®É¥H¡¥\\n¡¦µ²§ô"
-#: src/msgfmt.c:1147
+#: src/msgfmt.c:1139
msgid "plural handling is a GNU gettext extension"
msgstr "½Æ¼Æ³B²z¬O GNU gettext ªºÂX®i¥\¯à"
-#: src/msgfmt.c:1212
+#: src/msgfmt.c:1204
#, c-format
msgid "'%s' is not a valid %s format string, unlike 'msgid'"
msgstr "¤£¹³¡¥msgid¡¦¡A¡¥%s¡¦¤£¬O¦³®Äªº %s ®æ¦¡¦r¦ê"
-#: src/msgfmt.c:1250
+#: src/msgfmt.c:1242
#, c-format
msgid "msgstr lacks the keyboard accelerator mark '%c'"
msgstr "msgstr ¯Ê¤Ö¤F±¶®|Áä¼Ð°O¡¥%c¡¦"
-#: src/msgfmt.c:1258
+#: src/msgfmt.c:1250
#, c-format
msgid "msgstr has too many keyboard accelerator marks '%c'"
msgstr "msgstr §t¦³¹L¦hªº±¶®|Áä¼Ð°O¡¥%c¡¦"
-#: src/msgfmt.c:1293
+#: src/msgfmt.c:1285
#, c-format
msgid "headerfield `%s' missing in header\n"
msgstr "¯Ê¤Ö¤F¼ÐÀYÄæ¦ì¡¥%s¡¦\n"
-#: src/msgfmt.c:1297
+#: src/msgfmt.c:1289
#, c-format
msgid "header field `%s' should start at beginning of line\n"
msgstr "¼ÐÀYÄæ¦ì¡¥%s¡¦À³¸Ó¦ì©ó¦æº\n"
-#: src/msgfmt.c:1308
+#: src/msgfmt.c:1300
msgid "some header fields still have the initial default value\n"
msgstr "¬Y¨Ç¼ÐÀYÄæ¦ì¤´µM¬O¹w³]È\n"
-#: src/msgfmt.c:1320
+#: src/msgfmt.c:1312
#, c-format
msgid "field `%s' still has initial default value\n"
msgstr "¼ÐÀYÄæ¦ì¡¥%s¡¦¤´µM¬O¹w³]È\n"
-#: src/msgfmt.c:1362
+#: src/msgfmt.c:1354
msgid "warning: PO file header missing or invalid\n"
msgstr "ĵ§i¡G¯Ê¤Ö¤F PO Àɪº¼ÐÀY©Î¬O®æ¦¡µL®Ä\n"
-#: src/msgfmt.c:1365
+#: src/msgfmt.c:1357
msgid "warning: charset conversion will not work\n"
msgstr "ĵ§i¡G¦r¤¸¶°Âà´«ªº¥\¯à¤£·|¥Í®Ä\n"
-#: src/msgfmt.c:1375
+#: src/msgfmt.c:1367
msgid "warning: PO file header fuzzy\n"
msgstr "ĵ§i¡GPO Àɪº¼ÐÀY¤´µM¬O¼Ò½kª¬ºA\n"
-#: src/msgfmt.c:1377
+#: src/msgfmt.c:1369
msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr "ĵ§i¡G¸ûª©¥»ªº msgfmt ¹J¨ì¦¹Àɮ׮ɷ|¦L¥X¿ù»~°T®§\n"
-#: src/msgfmt.c:1402
+#: src/msgfmt.c:1394
#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr "»â°ì¦WºÙ¡§%s¡¨¤£¾A¦X§@¬°ÀɮצWºÙ"
-#: src/msgfmt.c:1407
+#: src/msgfmt.c:1399
#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr "»â°ì¦WºÙ¡§%s¡¨¤£¾A¦X§@¬°ÀɮצWºÙ¡G±N¨Ï¥Î¦rº"
-#: src/msgfmt.c:1418
+#: src/msgfmt.c:1410
#, c-format
msgid "`domain %s' directive ignored"
msgstr "©¿²¤¡¥domain %s¡¦«ü¥O"
-#: src/msgfmt.c:1490
+#: src/msgfmt.c:1482
msgid "empty `msgstr' entry ignored"
msgstr "©¿²¤ªÅªº¡¥msgstr¡¦Äæ¦ì"
-#: src/msgfmt.c:1491
+#: src/msgfmt.c:1483
msgid "fuzzy `msgstr' entry ignored"
msgstr "©¿²¤¼Ò½kªº¡¥msgstr¡¦Äæ¦ì"
-#: src/msgfmt.c:1560
+#: src/msgfmt.c:1552
#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr "%s¡Gĵ§i¡Gì©lÀÉ¥]§t¼Ò½k½Ķ±ø¥Ø"
@@ -1574,47 +1574,47 @@ msgstr ""
msgid "English translations for %s package"
msgstr "traditional Chinese translation for %s"
-#: src/msgl-cat.c:174 src/msgl-charset.c:87 src/msgl-iconv.c:304
+#: src/msgl-cat.c:187 src/msgl-charset.c:87 src/msgl-iconv.c:318
#, c-format
msgid "present charset \"%s\" is not a portable encoding name"
msgstr "¥Ø«eªº¦r¤¸¶°½s½X¡§%s¡¨¤£¬O³q¥Îªº½s½X¦WºÙ"
-#: src/msgl-cat.c:182 src/msgl-iconv.c:314
+#: src/msgl-cat.c:196 src/msgl-iconv.c:329
#, c-format
msgid "two different charsets \"%s\" and \"%s\" in input file"
msgstr "¿é¤JÀɦ³¨âºØ¤£¦Pªº¦r¤¸¶°½s½X¡§%s¡¨©M¡§%s¡¨"
-#: src/msgl-cat.c:195
+#: src/msgl-cat.c:209
#, c-format
msgid ""
"input file `%s' doesn't contain a header entry with a charset specification"
msgstr "¿é¤JÀÉ¡¥%s¡¦¨S¦³«ü©w¦r¤¸¶°ªº¼ÐÀYÄæ¦ì"
-#: src/msgl-cat.c:199
+#: src/msgl-cat.c:213
#, c-format
msgid ""
"domain \"%s\" in input file `%s' doesn't contain a header entry with a "
"charset specification"
msgstr "¿é¤JÀÉ¡¥%2$s¡¦ªº»â°ì¡§%1$s¡¨¨S¦³«ü©w¦r¤¸¶°ªº¼ÐÀYÄæ¦ì"
-#: src/msgl-cat.c:360 src/msgl-iconv.c:390
+#: src/msgl-cat.c:374 src/msgl-iconv.c:406
#, c-format
msgid "target charset \"%s\" is not a portable encoding name."
msgstr "¥Ø¼Ðªº¦r¤¸¶°½s½X¡§%s¡¨¤£¬O³q¥Îªº½s½X¦WºÙ¡C"
-#: src/msgl-cat.c:410 src/msgl-cat.c:416 src/msgl-charset.c:92
-#: src/msgl-charset.c:127 src/write-po.c:769 src/write-po.c:863
+#: src/msgl-cat.c:424 src/msgl-cat.c:430 src/msgl-charset.c:92
+#: src/msgl-charset.c:127 src/write-po.c:782 src/write-po.c:876
msgid "warning: "
msgstr "ĵ§i¡G"
-#: src/msgl-cat.c:411
+#: src/msgl-cat.c:425
msgid ""
"Input files contain messages in different encodings, UTF-8 among others.\n"
"Converting the output to UTF-8.\n"
msgstr ""
"¿é¤JÀɧt¦³¤£¦P½s½Xªº°T®§¡A¨ä¤¤¤@ºØ¬O UTF-8¡C·|±N¿é¥Xªº½s½XÂà´«¬° UTF-8¡C\n"
-#: src/msgl-cat.c:417
+#: src/msgl-cat.c:431
#, c-format
msgid ""
"Input files contain messages in different encodings, %s and %s among "
@@ -1681,11 +1681,11 @@ msgstr ""
msgid "conversion failure"
msgstr "Âà´«¿ù»~"
-#: src/msgl-iconv.c:336
+#: src/msgl-iconv.c:351
msgid "input file doesn't contain a header entry with a charset specification"
msgstr "¿é¤JÀɨS¦³«ü©w¦r¤¸¶°ªº¼ÐÀYÄæ¦ì"
-#: src/msgl-iconv.c:354
+#: src/msgl-iconv.c:369
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
@@ -1694,7 +1694,7 @@ msgstr ""
"¤£¤ä´©±N¦r¤¸¶°¥Ñ¡§%s¡¨Âà´«¦Ü¡§%s¡¨¡C%s »Ýn iconv()¡A\n"
"¦ý iconv() ¤£¤ä´©¦¹ºØÂà´«¤è¦¡¡C"
-#: src/msgl-iconv.c:370
+#: src/msgl-iconv.c:385
#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
@@ -2016,13 +2016,13 @@ msgstr ""
msgid ""
msgstr "<¼Ð·Ç¿é¤J>"
-#: src/po-charset.c:222 src/po-charset.c:280 src/po-charset.c:308
-#: src/po-charset.c:334
+#: src/po-charset.c:225 src/po-charset.c:283 src/po-charset.c:311
+#: src/po-charset.c:337
#, c-format
msgid "%s: warning: "
msgstr "%s¡Gĵ§i¡G"
-#: src/po-charset.c:223
+#: src/po-charset.c:226
#, c-format
msgid ""
"Charset \"%s\" is not a portable encoding name.\n"
@@ -2031,15 +2031,15 @@ msgstr ""
"¦r¤¸¶°¡§%s¡¨¤£¬O³q¥Îªº½s½X¦WºÙ¡C\n"
"Âà´«°T®§¦Ü¨Ï¥ÎªÌ¦r¤¸¶°ªº¥\¯à±N¤£·|¹B§@¡C\n"
-#: src/po-charset.c:276 src/po-charset.c:306
+#: src/po-charset.c:279 src/po-charset.c:309
msgid "Continuing anyway, expect parse errors."
msgstr "¤´·|Ä~Äò°õ¦æ¡A¦ý¹wp·|¥X²{¤ÀªR¿ù»~¡C"
-#: src/po-charset.c:278
+#: src/po-charset.c:281
msgid "Continuing anyway."
msgstr "¤´·|Ä~Äò°õ¦æ¡C"
-#: src/po-charset.c:281
+#: src/po-charset.c:284
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv(),\n"
@@ -2048,18 +2048,18 @@ msgstr ""
"¤£¤ä´©¦r¤¸¶°¡§%s¡¨¡C%s »Ýn iconv()¡A\n"
"¦ý iconv() ¤£¤ä´©¡§%s¡¨¡C\n"
-#: src/po-charset.c:290 src/po-charset.c:316
+#: src/po-charset.c:293 src/po-charset.c:319
msgid ""
"Installing GNU libiconv and then reinstalling GNU gettext\n"
"would fix this problem.\n"
msgstr "¥ý¦w¸Ë GNU libiconv¡AµM«á¦A¦w¸Ë GNU gettext¡A±N·|×¥¿¦¹°ÝÃD¡C\n"
-#: src/po-charset.c:295 src/po-charset.c:320
+#: src/po-charset.c:298 src/po-charset.c:323
#, c-format
msgid "%s\n"
msgstr "%s\n"
-#: src/po-charset.c:309
+#: src/po-charset.c:312
#, c-format
msgid ""
"Charset \"%s\" is not supported. %s relies on iconv().\n"
@@ -2068,7 +2068,7 @@ msgstr ""
"¤£¤ä´©¦r¤¸¶°¡§%s¡¨¡C%s »Ýn iconv()¡A\n"
"¦ý½sͦ¹µ{¦¡®É¨S¦³ iconv() ¤ä´©¡C\n"
-#: src/po-charset.c:335
+#: src/po-charset.c:338
msgid ""
"Charset missing in header.\n"
"Message conversion to user's charset will not work.\n"
@@ -2105,43 +2105,43 @@ msgstr "
msgid "too many errors, aborting"
msgstr "¿ù»~¤Ó¦h¡A¥²¶·¤¤Â_§@·~"
-#: src/po-lex.c:515 src/write-po.c:351 src/write-po.c:453
+#: src/po-lex.c:517 src/write-po.c:364 src/write-po.c:466
msgid "invalid multibyte sequence"
msgstr "µL®Äªº¦h¦r¤¸§Ç¦C"
-#: src/po-lex.c:541
+#: src/po-lex.c:543
msgid "incomplete multibyte sequence at end of file"
msgstr "ÀÉ®×¥½ºÝ¥X²{¤£§¹¾ãªº¦h¦r¤¸§Ç¦C"
-#: src/po-lex.c:551
+#: src/po-lex.c:553
msgid "incomplete multibyte sequence at end of line"
msgstr "¦æ¥½¥X²{¤£§¹¾ãªº¦h¦r¤¸§Ç¦C"
-#: src/po-lex.c:559
+#: src/po-lex.c:561
msgid "iconv failure"
msgstr "iconv ¥¢±Ñ"
-#: src/po-lex.c:757 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
+#: src/po-lex.c:759 src/read-mo.c:71 src/read-mo.c:136 src/x-c.c:296
#: src/x-elisp.c:172 src/x-librep.c:171 src/x-lisp.c:236 src/x-rst.c:227
#: src/x-ycp.c:104
#, c-format
msgid "error while reading \"%s\""
msgstr "Ū¨ú¡§%s¡¨®É¥X²{¿ù»~"
-#: src/po-lex.c:823
+#: src/po-lex.c:825
#, c-format
msgid "keyword \"%s\" unknown"
msgstr "¤£©úªºÃöÁä¦r¡§%s¡¨"
-#: src/po-lex.c:933
+#: src/po-lex.c:935
msgid "invalid control sequence"
msgstr "µL®Äªº±±¨î§Ç¦C"
-#: src/po-lex.c:1041
+#: src/po-lex.c:1043
msgid "end-of-file within string"
msgstr "Àɮצb¦r¦ê¤¤¬q¬ðµMµ²§ô"
-#: src/po-lex.c:1047
+#: src/po-lex.c:1049
msgid "end-of-line within string"
msgstr "¦r¦ê¤¤¶¡¬ðµMÂ_¦æ"
@@ -2206,7 +2206,7 @@ msgstr "
msgid "failed to create \"%s\""
msgstr "µLªk«Ø¥ß¡§%s¡¨"
-#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1012
+#: src/write-java.c:1210 src/write-mo.c:289 src/write-po.c:1025
#, c-format
msgid "error while writing \"%s\" file"
msgstr "·í¼g¤JÀɮס§%s¡¨®Éµo¥Í¿ù»~"
@@ -2221,13 +2221,13 @@ msgstr ""
msgid "error while opening \"%s\" for writing"
msgstr "·í¶}±ÒÀɮס§%s¡¨·Ç³Æ¼g¤J®Éµo¥Í¿ù»~"
-#: src/write-po.c:402
+#: src/write-po.c:415
#, c-format
msgid ""
"internationalized messages should not contain the `\\%c' escape sequence"
msgstr "°ê»Ú¤Æªº°T®§¤£À³§t¦³¡¥\\%c¡¦³oÓ·¸¥X§Ç¦C¦r¤¸"
-#: src/write-po.c:770 src/write-po.c:864
+#: src/write-po.c:783 src/write-po.c:877
#, c-format
msgid ""
"The following msgid contains non-ASCII characters.\n"
@@ -2240,12 +2240,12 @@ msgstr ""
"½Ð¦Ò¼{¨Ï¥Î¥u¦³ ASCII ¦r¤¸ªº msgid¡C\n"
"%s\n"
-#: src/write-po.c:931
+#: src/write-po.c:944
#, c-format
msgid "cannot create output file \"%s\""
msgstr "µLªk«Ø¥ß¿é¥XÀÉ¡§%s¡¨"
-#: src/write-po.c:938
+#: src/write-po.c:951
#, no-c-format
msgid "standard output"
msgstr "¼Ð·Ç¿é¥X"
@@ -2260,7 +2260,7 @@ msgstr "%s
msgid "%s:%d: warning: unterminated string literal"
msgstr "%s¡G%d¡Gĵ§i¡G¥¼§¹µ²ªº¦r¦ê"
-#: src/x-po.c:106 src/xgettext.c:640
+#: src/x-po.c:106 src/xgettext.c:648
msgid "this file may not contain domain directives"
msgstr "¦¹Àɮפ£¯à§t¦³»â°ì«ü¥O"
@@ -2287,24 +2287,24 @@ msgstr "
msgid "xgettext cannot work without keywords to look for"
msgstr "YµLÃöÁä¦r¡Axgettext ±NµLªk¹B§@"
-#: src/xgettext.c:494
+#: src/xgettext.c:502
#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr "ĵ§i¡GÀɮס¥%s¡¦ªº°ÆÀɦW¡¥%s¡¦¥¼©ú¡F·|°²³]¬O C ®æ¦¡¨Ó³B²z"
-#: src/xgettext.c:539
+#: src/xgettext.c:547
#, no-wrap
msgid "Extract translatable strings from given input files.\n"
msgstr "¥Ñ«ü©wªº¿é¤JÀÉ©â¨ú¥i½Ķªº¦r¦ê¡C\n"
-#: src/xgettext.c:544
+#: src/xgettext.c:552
#, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr "ªø¿ï¶µ¥²nªº°Ñ¼Æ¦b¨Ï¥Îµu¿ï¶µ®É¤]¬O¥²nªº¡C¹ï©ó¿ï¾Ü©Êªº°Ñ¼Æ¤]¤@¼Ë¡C\n"
-#: src/xgettext.c:559
+#: src/xgettext.c:567
#, no-wrap
msgid ""
"Output file location:\n"
@@ -2318,7 +2318,7 @@ msgstr ""
" -o, --output=ÀÉ®× ±Nµ²ªG¼g¤J¦Ü«ü©wªºÀÉ®×\n"
" -p, --output-dir=¥Ø¿ý ¿é¥XÀÉ·|©ñ¦b«ü©wªº<¥Ø¿ý>\n"
-#: src/xgettext.c:568
+#: src/xgettext.c:576
#, no-wrap
msgid ""
"Choice of input file language:\n"
@@ -2337,7 +2337,7 @@ msgstr ""
" -C, --c++ --language=C++ ªºÁY¼g\n"
"¹w³]ªº»y¨¥¬O¥Ñ¿é¤JÀɪº©µ¦ùÀɦW¨M©wªº¡C\n"
-#: src/xgettext.c:579
+#: src/xgettext.c:587
#, no-wrap
msgid ""
"Operation mode:\n"
@@ -2347,7 +2347,7 @@ msgid ""
" preceding keyword lines) in output file\n"
msgstr ""
-#: src/xgettext.c:588
+#: src/xgettext.c:596
#, no-wrap
msgid ""
"Language=C/C++ specific options:\n"
@@ -2364,7 +2364,7 @@ msgstr ""
" -T, --trigraphs ¯d·N¿é¤J¸ê®Æ¤¤ªº ANSI C trigraph\n"
" --debug ¶i¦æ®æ¦¡¦r¦êÃѧO®ÉÅã¥Ü§ó¸Ô²Óªºµ²ªG\n"
-#: src/xgettext.c:598
+#: src/xgettext.c:606
#, fuzzy, no-wrap
msgid ""
"Output details:\n"
@@ -2405,11 +2405,11 @@ msgstr ""
" -M, --msgstr-suffix[=¦r¦ê] msgstr ±ø¥Ø¨Ï¥Î<¦r¦ê>§@¬°«á¸m¦r¦ê\n"
" (¹w³]¬°ªÅ¥Õ¦r¦ê \"\")\n"
-#: src/xgettext.c:820
+#: src/xgettext.c:828
msgid "standard input"
msgstr "¼Ð·Ç¿é¤J"
-#: src/xgettext.c:935
+#: src/xgettext.c:943
msgid ""
"Empty msgid. It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
@@ -2419,7 +2419,7 @@ msgstr ""
"gettext(\"\") ·|¦^¶ÇÀÉ®×¶}©l³¡¥÷ªº¸ê°T¡A\n"
"¨Ã«DªÅ¥Õ¦r¦ê¡C\n"
-#: src/xgettext.c:1291
+#: src/xgettext.c:1299
#, c-format
msgid "language `%s' unknown"
msgstr "¤£©úªº»y¨¥¡¥%s¡¦"
diff --git a/projects/Makefile.in b/projects/Makefile.in
index 1ab2c3130..196efe734 100644
--- a/projects/Makefile.in
+++ b/projects/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -143,6 +148,8 @@ with_gnu_ld = @with_gnu_ld@
AUTOMAKE_OPTIONS = 1.2 gnits
+RM = rm -f
+
projectsdir = $(pkgdatadir)/projects
PROJECTS = TP KDE GNOME
diff --git a/src/Makefile.in b/src/Makefile.in
index 5fa54c4bf..b8c13b42c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -80,6 +81,7 @@ GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +96,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -138,11 +141,15 @@ am__quote = @am__quote@
install_sh = @install_sh@
lispdir = @lispdir@
with_gnu_ld = @with_gnu_ld@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
JAR = @JAR@
YACC = @YACC@ -d
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
+RM = rm -f
+
bin_PROGRAMS = gettext ngettext \
msgcmp msgfmt msgmerge msgunfmt xgettext \
msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq
@@ -172,7 +179,8 @@ projectsdir = $(pkgdatadir)/projects
INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)/libuniname \
-I../lib -I$(top_srcdir)/lib -I../intl -I$(top_srcdir)/intl
-DEFS = -DLOCALEDIR=\"$(localedir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \
+DEFS = -DLOCALEDIR=\"$(localedir)\" -DUSEJEXE=$(USEJEXE) \
+-DGETTEXTJEXEDIR=\"$(pkglibdir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \
-DLIBDIR=\"$(libdir)\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \
-DPROJECTSDIR=\"$(projectsdir)\" @DEFS@
@@ -271,7 +279,15 @@ BUILT_SOURCES = po-gram-gen.c po-hash-gen.c po-gram-gen.h po-hash-gen.h
DISTCLEANFILES = po-gram-gen2.h user-email
-CLEANFILES = gettext.jar gnu/gettext/*.class
+
+# Special rules for Java compilation.
+USEJEXE = $(USEJEXE_@BUILDJAVAEXE@)
+USEJEXE_yes = 1
+USEJEXE_no = 0
+
+CLEANFILES = gnu.gettext.DumpResource$(EXEEXT) gnu.gettext.GetURL$(EXEEXT) \
+ gettext.jar gnu/gettext/*.class
+
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
@@ -714,6 +730,11 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
uninstall-libLTLIBRARIES uninstall-local
+# No need to install libgettextsrc.a.
+install-exec-am: install-exec-clean
+install-exec-clean:
+ $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a
+
po-lex.o po-lex.lo: po-gram-gen2.h
po-gram-gen2.h: po-gram-gen.h
$(SED) 's/[yY][yY]/po_gram_/g' $(srcdir)/po-gram-gen.h > $@-tmp
@@ -741,11 +762,17 @@ uninstall-local:
$(RM) $(DESTDIR)$(libdir)/$(PACKAGE)/user-email
$(RM) $(DESTDIR)$(libdir)/$(PACKAGE)/project-id
-# Special rules for Java compilation.
+all-local: all-java-@BUILDJAVAEXE@
+all-java-yes: gnu.gettext.DumpResource$(EXEEXT) gnu.gettext.GetURL$(EXEEXT)
+all-java-no: all-java-no-@BUILDJAVA@
+all-java-no-yes: gettext.jar
+all-java-no-no:
+
+gnu.gettext.DumpResource$(EXEEXT): $(srcdir)/gnu/gettext/DumpResource.java
+ $(GCJ) $(GCJFLAGS) $(srcdir)/gnu/gettext/DumpResource.java --main=gnu.gettext.DumpResource -o $@
-all-local: all-java-@BUILDJAVA@
-all-java-no:
-all-java-yes: gettext.jar
+gnu.gettext.GetURL$(EXEEXT): $(srcdir)/gnu/gettext/GetURL.java
+ $(GCJ) $(GCJFLAGS) $(srcdir)/gnu/gettext/GetURL.java --main=gnu.gettext.GetURL -o $@
gnu/gettext/DumpResource.class: $(srcdir)/gnu/gettext/DumpResource.java
$(JAVACOMP) -d . $(srcdir)/gnu/gettext/DumpResource.java
@@ -756,20 +783,36 @@ gnu/gettext/GetURL.class: $(srcdir)/gnu/gettext/GetURL.java
gettext.jar: gnu/gettext/DumpResource.class gnu/gettext/GetURL.class
$(JAR) cf $@ gnu/gettext/DumpResource*.class gnu/gettext/GetURL*.class
-install-data-local: install-java-@BUILDJAVA@
-install-java-no:
-install-java-yes: all-java-yes
+install-exec-local: install-exec-java-@BUILDJAVAEXE@
+install-exec-java-yes: all-java-yes
+ $(mkinstalldirs) $(DESTDIR)$(libdir)/$(PACKAGE)
+ $(INSTALL_PROGRAM) gnu.gettext.DumpResource$(EXEEXT) $(DESTDIR)$(libdir)/$(PACKAGE)/gnu.gettext.DumpResource$(EXEEXT)
+ $(INSTALL_PROGRAM) gnu.gettext.GetURL$(EXEEXT) $(DESTDIR)$(libdir)/$(PACKAGE)/gnu.gettext.GetURL$(EXEEXT)
+install-exec-java-no:
+
+install-data-local: install-data-java-@BUILDJAVAEXE@
+install-data-java-yes:
+install-data-java-no: install-data-java-no-@BUILDJAVA@
+install-data-java-no-yes: all-java-no-yes
$(INSTALL_DATA) gettext.jar $(DESTDIR)$(jardir)/gettext.jar
+install-data-java-no-no:
-installdirs-local: installdirs-java-@BUILDJAVA@
-installdirs-java-no:
+installdirs-local: installdirs-java-@BUILDJAVAEXE@
installdirs-java-yes:
+ $(mkinstalldirs) $(DESTDIR)$(libdir)/$(PACKAGE)
+installdirs-java-no: installdirs-java-no-@BUILDJAVA@
+installdirs-java-no-yes:
$(mkinstalldirs) $(DESTDIR)$(jardir)
+installdirs-java-no-no:
-uninstall-local: uninstall-java-@BUILDJAVA@
-uninstall-java-no:
+uninstall-local: uninstall-java-@BUILDJAVAEXE@
uninstall-java-yes:
+ $(RM) $(DESTDIR)$(libdir)/$(PACKAGE)/gnu.gettext.DumpResource$(EXEEXT)
+ $(RM) $(DESTDIR)$(libdir)/$(PACKAGE)/gnu.gettext.GetURL$(EXEEXT)
+uninstall-java-no: uninstall-java-no-@BUILDJAVA@
+uninstall-java-no-yes:
$(RM) $(DESTDIR)$(jardir)/gettext.jar
+uninstall-java-no-no:
# Special rules for Tcl auxiliary program.
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 3696b6523..ce8cfd6a1 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -61,6 +61,7 @@ AMTAR = @AMTAR@
AS = @AS@
AWK = @AWK@
BUILDJAVA = @BUILDJAVA@
+BUILDJAVAEXE = @BUILDJAVAEXE@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -76,10 +77,13 @@ ECHO = @ECHO@
EMACS = @EMACS@
EXEEXT = @EXEEXT@
GCC = @GCC@
+GCJ = @GCJ@
+GCJFLAGS = @GCJFLAGS@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
HAVE_GCJ = @HAVE_GCJ@
+HAVE_GCJ_C = @HAVE_GCJ_C@
HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@
HAVE_GIJ = @HAVE_GIJ@
HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@
@@ -94,6 +98,7 @@ HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@
HAVE_JVIEW = @HAVE_JVIEW@
HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@
HAVE_LIB = @HAVE_LIB@
+HAVE__BOOL = @HAVE__BOOL@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
@@ -158,7 +163,7 @@ TESTS = gettext-1 gettext-2 \
msgexec-1 msgexec-2 \
msgfilter-1 msgfilter-2 \
msgfmt-1 msgfmt-2 msgfmt-3 msgfmt-4 msgfmt-5 msgfmt-6 msgfmt-7 \
- msgfmt-8 msgfmt-9 msgfmt-10 \
+ msgfmt-8 msgfmt-9 msgfmt-10 msgfmt-11 \
msggrep-1 msggrep-2 msggrep-3 msggrep-4 msggrep-5 \
msgmerge-1 msgmerge-2 msgmerge-3 msgmerge-4 msgmerge-5 msgmerge-6 \
msgmerge-7 msgmerge-8 msgmerge-9 msgmerge-10 msgmerge-11 msgmerge-12 \
@@ -186,7 +191,15 @@ TESTS = gettext-1 gettext-2 \
rpath-2aaa rpath-2aab rpath-2aac rpath-2aad \
rpath-2aba rpath-2abb rpath-2abc rpath-2abd \
rpath-2baa rpath-2bab rpath-2bac rpath-2bad \
- rpath-2bba rpath-2bbb rpath-2bbc rpath-2bbd
+ rpath-2bba rpath-2bbb rpath-2bbc rpath-2bbd \
+ rpath-3aaa rpath-3aab rpath-3aac rpath-3aad \
+ rpath-3aaf rpath-3aah \
+ rpath-3aba rpath-3abb rpath-3abc rpath-3abd \
+ rpath-3abf rpath-3abh \
+ rpath-3baa rpath-3bab rpath-3bac rpath-3bad \
+ rpath-3bae rpath-3baf rpath-3bag rpath-3bah \
+ rpath-3bba rpath-3bbb rpath-3bbc rpath-3bbd \
+ rpath-3bbe rpath-3bbf rpath-3bbg rpath-3bbh
EXTRA_DIST = $(TESTS) \
@@ -195,13 +208,21 @@ EXTRA_DIST = $(TESTS) \
rpathx/Makefile.am rpathx/Makefile.in rpathx/rpathx.c \
rpathy/configure.in rpathy/aclocal.m4 rpathy/configure \
rpathy/Makefile.am rpathy/Makefile.in rpathy/rpathy.c \
+ rpathz/configure.in rpathz/aclocal.m4 rpathz/configure \
+ rpathz/Makefile.am rpathz/Makefile.in rpathz/rpathz.c \
rpathlx/configure.in rpathlx/aclocal.m4 rpathlx/configure \
rpathlx/Makefile.am rpathlx/Makefile.in rpathlx/usex.c \
rpathly/configure.in rpathly/aclocal.m4 rpathly/configure \
rpathly/Makefile.am rpathly/Makefile.in rpathly/usey.c \
rpathlyx/configure.in rpathlyx/aclocal.m4 rpathlyx/configure \
rpathlyx/Makefile.am rpathlyx/Makefile.in rpathlyx/usey.c \
- rpath-1 rpath-2_a rpath-2_b rpath-2.README rpathcfg.sh
+ rpathlz/configure.in rpathlz/aclocal.m4 rpathlz/configure \
+ rpathlz/Makefile.am rpathlz/Makefile.in rpathlz/usez.c \
+ rpathlzyx/configure.in rpathlzyx/aclocal.m4 rpathlzyx/configure \
+ rpathlzyx/Makefile.am rpathlzyx/Makefile.in rpathlzyx/usez.c \
+ rpath-1 rpath-2_a rpath-2_b rpath-3_a rpath-3_b rpath.README \
+ rpath-3aae rpath-3aag rpath-3abe rpath-3abg \
+ rpathcfg.sh
XGETTEXT = ../src/xgettext
@@ -427,7 +448,7 @@ top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
- $(mkinstalldirs) $(distdir)/rpathlx $(distdir)/rpathly $(distdir)/rpathlyx $(distdir)/rpathx $(distdir)/rpathy
+ $(mkinstalldirs) $(distdir)/rpathlx $(distdir)/rpathly $(distdir)/rpathlyx $(distdir)/rpathlz $(distdir)/rpathlzyx $(distdir)/rpathx $(distdir)/rpathy $(distdir)/rpathz
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
diff --git a/tests/rpathlx/Makefile.in b/tests/rpathlx/Makefile.in
index 5ddb0146e..177ac99ad 100644
--- a/tests/rpathlx/Makefile.in
+++ b/tests/rpathlx/Makefile.in
@@ -55,8 +55,24 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
+AMTAR = @AMTAR@
+AWK = @AWK@
CC = @CC@
+DEPDIR = @DEPDIR@
+EXEEXT = @EXEEXT@
+HAVE_LIB = @HAVE_LIB@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LIB = @LIB@
+LTLIB = @LTLIB@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+am__include = @am__include@
+am__quote = @am__quote@
global_top_srcdir = @global_top_srcdir@
+install_sh = @install_sh@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
mkinstalldirs = $(SHELL) @global_top_srcdir@/mkinstalldirs
@@ -64,6 +80,7 @@ bin_PROGRAMS = usex
usex_SOURCES = usex.c
LDADD = @LIBRPATHX@
subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
CONFIG_CLEAN_FILES =
bin_PROGRAMS = usex$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)
@@ -86,8 +103,9 @@ CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
DIST_SOURCES = $(usex_SOURCES)
-DIST_COMMON = ../../install-sh ../../missing ../../mkinstalldirs \
- Makefile.am Makefile.in configure configure.in
+DIST_COMMON = ../../config.guess ../../config.sub ../../install-sh \
+ ../../missing ../../mkinstalldirs Makefile.am Makefile.in \
+ aclocal.m4 configure configure.in
SOURCES = $(usex_SOURCES)
all: all-am
@@ -106,6 +124,9 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
+
+$(ACLOCAL_M4): configure.in
+ cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(bindir)
diff --git a/tests/rpathlx/aclocal.m4 b/tests/rpathlx/aclocal.m4
index 0494463ac..297583801 100644
--- a/tests/rpathlx/aclocal.m4
+++ b/tests/rpathlx/aclocal.m4
@@ -491,7 +491,7 @@ else
$1_FALSE=
fi])
-# lib-link.m4 serial 2 (gettext-0.11.2)
+# lib-link.m4 serial 3 (gettext-0.11.3)
dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -609,6 +609,10 @@ AC_DEFUN([AC_LIB_RPATH],
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ dnl Determine whether the user wants rpath handling at all.
+ AC_ARG_ENABLE(rpath,
+ [ --disable-rpath do not hardcode runtime library paths],
+ :, enable_rpath=yes)
])
dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
@@ -738,7 +742,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
dnl Linking with a shared library. We attempt to hardcode its
dnl directory into the executable's runpath, unless it's the
dnl standard /usr/lib.
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
dnl No hardcoding is needed.
LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
else
@@ -929,29 +933,31 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- dnl Potentially add DIR to rpathdirs.
- dnl The rpathdirs will be appended to $LIBNAME at the end.
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ dnl Potentially add DIR to rpathdirs.
+ dnl The rpathdirs will be appended to $LIBNAME at the end.
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- dnl Potentially add DIR to ltrpathdirs.
- dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ dnl Potentially add DIR to ltrpathdirs.
+ dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
diff --git a/tests/rpathlx/configure b/tests/rpathlx/configure
index f8d1a4bc6..09e5dfc03 100755
--- a/tests/rpathlx/configure
+++ b/tests/rpathlx/configure
@@ -1,34 +1,119 @@
#! /bin/sh
-
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13
-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Generated by Autoconf 2.52.
#
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-# Defaults:
-ac_help=
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+exec 6>&1
+
+#
+# Initializations.
+#
ac_default_prefix=/usr/local
-# Any additions from configure.in:
-ac_help="$ac_help
- --disable-dependency-tracking Speeds up one-time builds
- --enable-dependency-tracking Do not reject slow dependency extractors"
-ac_help="$ac_help
- --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
-ac_help="$ac_help
- --with-librpathx-prefix[=DIR] search for librpathx in DIR/include and DIR/lib
- --without-librpathx-prefix don't search for librpathx in includedir and libdir"
+cross_compiling=no
+subdirs=
+MFLAGS= MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+# Maximum number of lines to put in a shell here document.
+# This variable seems obsolete. It should probably be removed, and
+# only ac_max_sed_lines should be used.
+: ${ac_max_here_lines=38}
+
+ac_unique_file="configure.in"
# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
# The variables have the same names as the options, with
# dashes changed to underlines.
-build=NONE
-cache_file=./config.cache
+cache_file=/dev/null
exec_prefix=NONE
-host=NONE
no_create=
-nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
@@ -37,10 +122,15 @@ program_transform_name=s,x,x,
silent=
site=
srcdir=
-target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
@@ -54,17 +144,16 @@ oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
-# Initialize some other variables.
-subdirs=
-MFLAGS= MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-# Maximum number of lines to put in a shell here document.
-ac_max_here_lines=12
+# Identity of this package.
+PACKAGE_NAME=
+PACKAGE_TARNAME=
+PACKAGE_VERSION=
+PACKAGE_STRING=
+PACKAGE_BUGREPORT=
ac_prev=
for ac_option
do
-
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
@@ -72,59 +161,59 @@ do
continue
fi
- case "$ac_option" in
- -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
+ ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
# Accept the important Cygnus configure options, so we can diagnose typos.
- case "$ac_option" in
+ case $ac_option in
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
- bindir="$ac_optarg" ;;
+ bindir=$ac_optarg ;;
-build | --build | --buil | --bui | --bu)
- ac_prev=build ;;
+ ac_prev=build_alias ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
- build="$ac_optarg" ;;
+ build_alias=$ac_optarg ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
- cache_file="$ac_optarg" ;;
+ cache_file=$ac_optarg ;;
+
+ --config-cache | -C)
+ cache_file=config.cache ;;
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
- datadir="$ac_optarg" ;;
+ datadir=$ac_optarg ;;
-disable-* | --disable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- eval "enable_${ac_feature}=no" ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ eval "enable_$ac_feature=no" ;;
-enable-* | --enable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "enable_${ac_feature}='$ac_optarg'" ;;
+ eval "enable_$ac_feature='$ac_optarg'" ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -133,95 +222,47 @@ do
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
- exec_prefix="$ac_optarg" ;;
+ exec_prefix=$ac_optarg ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
- -help | --help | --hel | --he)
- # Omit some internal or obsolete options to make the list less imposing.
- # This message is too long to be a string in the A/UX 3.1 sh.
- cat << EOF
-Usage: configure [options] [host]
-Options: [defaults in brackets after descriptions]
-Configuration:
- --cache-file=FILE cache test results in FILE
- --help print this message
- --no-create do not create output files
- --quiet, --silent do not print \`checking...' messages
- --version print the version of autoconf that created configure
-Directory and file names:
- --prefix=PREFIX install architecture-independent files in PREFIX
- [$ac_default_prefix]
- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
- [same as prefix]
- --bindir=DIR user executables in DIR [EPREFIX/bin]
- --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
- --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
- --datadir=DIR read-only architecture-independent data in DIR
- [PREFIX/share]
- --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
- --sharedstatedir=DIR modifiable architecture-independent data in DIR
- [PREFIX/com]
- --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
- --libdir=DIR object code libraries in DIR [EPREFIX/lib]
- --includedir=DIR C header files in DIR [PREFIX/include]
- --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
- --infodir=DIR info documentation in DIR [PREFIX/info]
- --mandir=DIR man documentation in DIR [PREFIX/man]
- --srcdir=DIR find the sources in DIR [configure dir or ..]
- --program-prefix=PREFIX prepend PREFIX to installed program names
- --program-suffix=SUFFIX append SUFFIX to installed program names
- --program-transform-name=PROGRAM
- run sed PROGRAM on installed program names
-EOF
- cat << EOF
-Host type:
- --build=BUILD configure for building on BUILD [BUILD=HOST]
- --host=HOST configure for HOST [guessed]
- --target=TARGET configure for TARGET [TARGET=HOST]
-Features and packages:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --x-includes=DIR X include files are in DIR
- --x-libraries=DIR X library files are in DIR
-EOF
- if test -n "$ac_help"; then
- echo "--enable and --with options recognized:$ac_help"
- fi
- exit 0 ;;
+ -help | --help | --hel | --he | -h)
+ ac_init_help=long ;;
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+ ac_init_help=recursive ;;
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+ ac_init_help=short ;;
-host | --host | --hos | --ho)
- ac_prev=host ;;
+ ac_prev=host_alias ;;
-host=* | --host=* | --hos=* | --ho=*)
- host="$ac_optarg" ;;
+ host_alias=$ac_optarg ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
- includedir="$ac_optarg" ;;
+ includedir=$ac_optarg ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
- infodir="$ac_optarg" ;;
+ infodir=$ac_optarg ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
- libdir="$ac_optarg" ;;
+ libdir=$ac_optarg ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
- libexecdir="$ac_optarg" ;;
+ libexecdir=$ac_optarg ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
@@ -230,12 +271,12 @@ EOF
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
- localstatedir="$ac_optarg" ;;
+ localstatedir=$ac_optarg ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
- mandir="$ac_optarg" ;;
+ mandir=$ac_optarg ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
@@ -256,26 +297,26 @@ EOF
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
- oldincludedir="$ac_optarg" ;;
+ oldincludedir=$ac_optarg ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
- prefix="$ac_optarg" ;;
+ prefix=$ac_optarg ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
- program_prefix="$ac_optarg" ;;
+ program_prefix=$ac_optarg ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
- program_suffix="$ac_optarg" ;;
+ program_suffix=$ac_optarg ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
@@ -292,7 +333,7 @@ EOF
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
- program_transform_name="$ac_optarg" ;;
+ program_transform_name=$ac_optarg ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
@@ -302,7 +343,7 @@ EOF
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
- sbindir="$ac_optarg" ;;
+ sbindir=$ac_optarg ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
@@ -313,58 +354,57 @@ EOF
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
- sharedstatedir="$ac_optarg" ;;
+ sharedstatedir=$ac_optarg ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
- site="$ac_optarg" ;;
+ site=$ac_optarg ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- srcdir="$ac_optarg" ;;
+ srcdir=$ac_optarg ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
- sysconfdir="$ac_optarg" ;;
+ sysconfdir=$ac_optarg ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
- ac_prev=target ;;
+ ac_prev=target_alias ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
- target="$ac_optarg" ;;
+ target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
- -version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.13"
- exit 0 ;;
+ -version | --version | --versio | --versi | --vers | -V)
+ ac_init_version=: ;;
-with-* | --with-*)
- ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "with_${ac_package}='$ac_optarg'" ;;
+ eval "with_$ac_package='$ac_optarg'" ;;
-without-* | --without-*)
- ac_package=`echo $ac_option|sed -e 's/-*without-//'`
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ac_package=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/-/_/g'`
+ eval "with_$ac_package=no" ;;
--x)
# Obsolete; use --with-x.
@@ -375,98 +415,98 @@ EOF
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
- x_includes="$ac_optarg" ;;
+ x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries="$ac_optarg" ;;
+ x_libraries=$ac_optarg ;;
- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; }
;;
+ *=*)
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
+ ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
+ eval "$ac_envvar='$ac_optarg'"
+ export $ac_envvar ;;
+
*)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
- nonopt="$ac_option"
+ # FIXME: should be removed in autoconf 3.0.
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
esac
done
if test -n "$ac_prev"; then
- { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+ { echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit 1; }; }
fi
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
-# File descriptor usage:
-# 0 standard input
-# 1 file creation
-# 2 errors and warnings
-# 3 some systems may open it to /dev/tty
-# 4 used on the Kubota Titan
-# 6 checking for... messages and results
-# 5 compiler messages saved in config.log
-if test "$silent" = yes; then
- exec 6>/dev/null
-else
- exec 6>&1
-fi
-exec 5>./config.log
-
-echo "\
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-" 1>&5
+# Be sure to have absolute paths.
+for ac_var in exec_prefix prefix
+do
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
+ esac
+done
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Also quote any args containing shell metacharacters.
-ac_configure_args=
-for ac_arg
+# Be sure to have absolute paths.
+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
+ localstatedir libdir includedir oldincludedir infodir mandir
do
- case "$ac_arg" in
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c) ;;
- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
- ac_configure_args="$ac_configure_args '$ac_arg'" ;;
- *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
esac
done
-# NLS nuisances.
-# Only set these to C if already set. These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: should be removed in autoconf 3.0.
+if test "x$host_alias" != x; then
+ if test "x$build_alias" = x; then
+ cross_compiling=maybe
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used." >&2
+ elif test "x$build_alias" != "x$host_alias"; then
+ cross_compiling=yes
+ fi
+fi
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -rf conftest* confdefs.h
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-echo > confdefs.h
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
-# A filename unique to this package, relative to the directory that
-# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=configure.in
+test "$silent" = yes && exec 6>/dev/null
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
- ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
+ ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
@@ -477,13 +517,313 @@ else
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
- { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
+ { (exit 1); exit 1; }; }
else
- { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $srcdir" >&2
+ { (exit 1); exit 1; }; }
fi
fi
-srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
+ac_env_build_alias_set=${build_alias+set}
+ac_env_build_alias_value=$build_alias
+ac_cv_env_build_alias_set=${build_alias+set}
+ac_cv_env_build_alias_value=$build_alias
+ac_env_host_alias_set=${host_alias+set}
+ac_env_host_alias_value=$host_alias
+ac_cv_env_host_alias_set=${host_alias+set}
+ac_cv_env_host_alias_value=$host_alias
+ac_env_target_alias_set=${target_alias+set}
+ac_env_target_alias_value=$target_alias
+ac_cv_env_target_alias_set=${target_alias+set}
+ac_cv_env_target_alias_value=$target_alias
+ac_env_CC_set=${CC+set}
+ac_env_CC_value=$CC
+ac_cv_env_CC_set=${CC+set}
+ac_cv_env_CC_value=$CC
+ac_env_CFLAGS_set=${CFLAGS+set}
+ac_env_CFLAGS_value=$CFLAGS
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
+ac_cv_env_CFLAGS_value=$CFLAGS
+ac_env_LDFLAGS_set=${LDFLAGS+set}
+ac_env_LDFLAGS_value=$LDFLAGS
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+ac_cv_env_LDFLAGS_value=$LDFLAGS
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_env_CPPFLAGS_value=$CPPFLAGS
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat < if you have libraries in a
+ nonstandard directory
+ CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have
+ headers in a nonstandard directory
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+EOF
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ ac_popdir=`pwd`
+ for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
+ cd $ac_subdir
+ # A "../" for each directory in /$ac_subdir.
+ ac_dots=`echo $ac_subdir |
+ sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
+
+ case $srcdir in
+ .) # No --srcdir option. We are building in place.
+ ac_sub_srcdir=$srcdir ;;
+ [\\/]* | ?:[\\/]* ) # Absolute path.
+ ac_sub_srcdir=$srcdir/$ac_subdir ;;
+ *) # Relative path.
+ ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
+ esac
+ # Check for guested configure; otherwise get Cygnus style configure.
+ if test -f $ac_sub_srcdir/configure.gnu; then
+ echo
+ $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
+ elif test -f $ac_sub_srcdir/configure; then
+ echo
+ $SHELL $ac_sub_srcdir/configure --help=recursive
+ elif test -f $ac_sub_srcdir/configure.ac ||
+ test -f $ac_sub_srcdir/configure.in; then
+ echo
+ $ac_configure --help
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
+ fi
+ cd $ac_popdir
+ done
+fi
+
+test -n "$ac_init_help" && exit 0
+if $ac_init_version; then
+ cat <<\EOF
+
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+EOF
+ exit 0
+fi
+exec 5>config.log
+cat >&5 </dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+PATH = $PATH
+
+_ASUNAME
+} >&5
+
+cat >&5 <\?\"\']*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+ ac_sep=" " ;;
+ *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
+ ac_sep=" " ;;
+ esac
+ # Get rid of the leading space.
+done
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ echo >&5
+ echo "## ----------------- ##" >&5
+ echo "## Cache variables. ##" >&5
+ echo "## ----------------- ##" >&5
+ echo >&5
+ # The following way of writing the cache mishandles newlines in values,
+{
+ (set) 2>&1 |
+ case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ sed -n \
+ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+ ;;
+ *)
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} >&5
+ sed "/^$/d" confdefs.h >conftest.log
+ if test -s conftest.log; then
+ echo >&5
+ echo "## ------------ ##" >&5
+ echo "## confdefs.h. ##" >&5
+ echo "## ------------ ##" >&5
+ echo >&5
+ cat conftest.log >&5
+ fi
+ (echo; echo) >&5
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal" >&5
+ echo "$as_me: exit $exit_status" >&5
+ rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
+ exit $exit_status
+ ' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -rf conftest* confdefs.h
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
+echo >confdefs.h
+
+# Let the site file select an alternate cache file if it wants to.
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
@@ -494,40 +834,107 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- echo "loading site script $ac_site_file"
+ { echo "$as_me:837: loading site script $ac_site_file" >&5
+echo "$as_me: loading site script $ac_site_file" >&6;}
+ cat "$ac_site_file" >&5
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
- echo "loading cache $cache_file"
- . $cache_file
+ # Some versions of bash will fail to source /dev/null (special
+ # files actually), so we avoid doing that.
+ if test -f "$cache_file"; then
+ { echo "$as_me:848: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . $cache_file;;
+ *) . ./$cache_file;;
+ esac
+ fi
else
- echo "creating cache $cache_file"
- > $cache_file
+ { echo "$as_me:856: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in `(set) 2>&1 |
+ sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+ eval ac_old_val="\$ac_cv_env_${ac_var}_value"
+ eval ac_new_val="\$ac_env_${ac_var}_value"
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { echo "$as_me:872: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+ { echo "$as_me:876: error: \`$ac_var' was not set in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+ if test "x$ac_old_val" != "x$ac_new_val"; then
+ { echo "$as_me:882: error: \`$ac_var' has changed since the previous run:" >&5
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ { echo "$as_me:884: former value: $ac_old_val" >&5
+echo "$as_me: former value: $ac_old_val" >&2;}
+ { echo "$as_me:886: current value: $ac_new_val" >&5
+echo "$as_me: current value: $ac_new_val" >&2;}
+ ac_cache_corrupted=:
+ fi;;
+ esac
+ # Pass precious variables to config.status. It doesn't matter if
+ # we pass some twice (in addition to the command line arguments).
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+ ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args '$ac_arg'"
+ ;;
+ *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
+ ;;
+ esac
+ fi
+done
+if $ac_cache_corrupted; then
+ { echo "$as_me:905: error: changes in the environment can compromise the build" >&5
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+ { { echo "$as_me:907: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+ { (exit 1); exit 1; }; }
fi
ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-ac_exeext=
-ac_objext=o
-if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
- # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
- if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
- ac_n= ac_c='
-' ac_t=' '
- else
- ac_n=-n ac_c= ac_t=
- fi
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
+ *c*,-n*) ECHO_N= ECHO_C='
+' ECHO_T=' ' ;;
+ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
+ *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
+esac
+echo "#! $SHELL" >conftest.sh
+echo "exit 0" >>conftest.sh
+chmod +x conftest.sh
+if { (echo "$as_me:927: PATH=\".;.\"; conftest.sh") >&5
+ (PATH=".;."; conftest.sh) 2>&5
+ ac_status=$?
+ echo "$as_me:930: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ ac_path_separator=';'
else
- ac_n= ac_c='\c' ac_t=
+ ac_path_separator=:
fi
-
+PATH_SEPARATOR="$ac_path_separator"
+rm -f conftest.sh
ac_aux_dir=
for ac_dir in $global_top_srcdir ../..; do
@@ -539,18 +946,20 @@ for ac_dir in $global_top_srcdir ../..; do
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
+ elif test -f $ac_dir/shtool; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
fi
done
if test -z "$ac_aux_dir"; then
- { echo "configure: error: can not find install-sh or install.sh in $global_top_srcdir ../.." 1>&2; exit 1; }
+ { { echo "$as_me:956: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&5
+echo "$as_me: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&2;}
+ { (exit 1); exit 1; }; }
fi
-ac_config_guess=$ac_aux_dir/config.guess
-ac_config_sub=$ac_aux_dir/config.sub
-ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
-
-
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -559,31 +968,39 @@ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:568: checking for a BSD compatible install" >&5
+echo "$as_me:976: checking for a BSD compatible install" >&5
+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
-if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${ac_cv_path_install+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
+ IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
+ case $ac_dir/ in
+ / | ./ | .// | /cC/* \
+ | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
+ | /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
+ if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
+ elif test $ac_prog = install &&
+ grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
@@ -593,31 +1010,31 @@ else
;;
esac
done
- IFS="$ac_save_IFS"
fi
if test "${ac_cv_path_install+set}" = set; then
- INSTALL="$ac_cv_path_install"
+ INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
- INSTALL="$ac_install_sh"
+ INSTALL=$ac_install_sh
fi
fi
-echo "$ac_t""$INSTALL" 1>&6
+echo "$as_me:1025: result: $INSTALL" >&5
+echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:621: checking whether build environment is sane" >&5
+echo "$as_me:1036: checking whether build environment is sane" >&5
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
echo timestamp > conftest.file
@@ -640,8 +1057,11 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" 1>&2; exit 1; }
+ { { echo "$as_me:1060: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&5
+echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&2;}
+ { (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
@@ -650,28 +1070,29 @@ then
# Ok.
:
else
- { echo "configure: error: newly created file is older than distributed files!
-Check your system clock" 1>&2; exit 1; }
-fi
-echo "$ac_t""yes" 1>&6
-if test "$program_transform_name" = s,x,x,; then
- program_transform_name=
-else
- # Double any \ or $. echo might interpret backslashes.
- cat <<\EOF_SED > conftestsed
-s,\\,\\\\,g; s,\$,$$,g
-EOF_SED
- program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
+ { { echo "$as_me:1073: error: newly created file is older than distributed files!
+Check your system clock" >&5
+echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2;}
+ { (exit 1); exit 1; }; }
fi
+echo "$as_me:1079: result: yes" >&5
+echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
- program_transform_name="s,^,${program_prefix},; $program_transform_name"
+ program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
- program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
+ program_transform_name="s,\$,$program_suffix,;$program_transform_name"
+# Double any \ or $. echo might interpret backslashes.
+# By default was `s,x,x', remove it if useless.
+cat <<\_ACEOF >conftest.sed
+s/[\\$]/&&/g;s/;s,x,x,$//
+_ACEOF
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+rm conftest.sed
-# sed with no file args requires a program.
-test "$program_transform_name" = "" && program_transform_name="s,x,x,"
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
@@ -680,82 +1101,86 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- echo "configure: warning: ${am_backtick}missing' script is too old or missing" 1>&2
+ { echo "$as_me:1104: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
fi
for ac_prog in mawk gawk nawk awk
do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:692: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1112: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_AWK+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_AWK="$ac_prog"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_AWK="$ac_prog"
+echo "$as_me:1127: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-AWK="$ac_cv_prog_AWK"
+AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$ac_t""$AWK" 1>&6
+ echo "$as_me:1135: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1138: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -n "$AWK" && break
+ test -n "$AWK" && break
done
-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:722: checking whether ${MAKE-make} sets \${MAKE}" >&5
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1145: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat > conftestmake <<\EOF
+ cat >conftest.make <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
-rm -f conftestmake
+rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$ac_t""yes" 1>&6
+ echo "$as_me:1165: result: yes" >&5
+echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1169: result: no" >&5
+echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
- :
-fi
+fi;
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
fi
-
if test "x$enable_dependency_tracking" != xno; then
AMDEP_TRUE=
AMDEP_FALSE='#'
@@ -764,9 +1189,6 @@ else
AMDEP_FALSE=
fi
-
-
-
rm -f .deps 2>/dev/null
mkdir .deps 2>/dev/null
if test -d .deps; then
@@ -777,25 +1199,26 @@ else
fi
rmdir .deps 2>/dev/null
-
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { echo "configure: error: source directory already configured; run \"make distclean\" there first" 1>&2; exit 1; }
+ { { echo "$as_me:1205: error: source directory already configured; run \"make distclean\" there first" >&5
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+ { (exit 1); exit 1; }; }
fi
# Define the identity of the package.
-PACKAGE=gexttext_rpathlx
+PACKAGE=gettext_rpathlx
VERSION=0
-cat >> confdefs.h <>confdefs.h <> confdefs.h <>confdefs.h <&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+echo "$as_me:1262: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}gcc"
+echo "$as_me:1277: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ echo "$as_me:1285: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
+else
+ echo "$as_me:1288: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:841: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1297: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="gcc"
+echo "$as_me:1312: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1320: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1323: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+echo "$as_me:1336: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="gcc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}cc"
+echo "$as_me:1351: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1359: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1362: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+echo "$as_me:1371: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="cc"
+echo "$as_me:1386: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1394: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1397: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:871: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1410: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_prog_rejected=no
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
- ac_prog_rejected=yes
- continue
- fi
- ac_cv_prog_CC="cc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+fi
+ac_cv_prog_CC="cc"
+echo "$as_me:1430: found $ac_dir/$ac_word" >&5
+break
+done
+
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
- if test $# -gt 0; then
+ if test $# != 0; then
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
- set dummy "$ac_dir/$ac_word" "$@"
+ set dummy "$ac_dir/$ac_word" ${1+"$@"}
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1452: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1455: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- if test -z "$CC"; then
- case "`uname -s`" in
- *win32* | *WIN32*)
- # Extract the first word of "cl", so it can be a program name with args.
-set dummy cl; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:922: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+echo "$as_me:1466: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="cl"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+echo "$as_me:1481: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1489: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1492: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- ;;
- esac
- fi
- test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
+
+ test -n "$CC" && break
+ done
fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo "$as_me:1505: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="$ac_prog"
+echo "$as_me:1520: found $ac_dir/$ac_word" >&5
+break
+done
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:954: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1528: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1531: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
+ test -n "$ac_ct_CC" && break
+done
-cat > conftest.$ac_ext << EOF
+ CC=$ac_ct_CC
+fi
+
+fi
-#line 965 "configure"
+test -z "$CC" && { { echo "$as_me:1543: error: no acceptable cc found in \$PATH" >&5
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+
+# Provide some information about the compiler.
+echo "$as_me:1548:" \
+ "checking for C compiler version" >&5
+ac_compiler=`set X $ac_compile; echo $2`
+{ (eval echo "$as_me:1551: \"$ac_compiler --version &5\"") >&5
+ (eval $ac_compiler --version &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1554: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1556: \"$ac_compiler -v &5\"") >&5
+ (eval $ac_compiler -v &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1559: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1561: \"$ac_compiler -V &5\"") >&5
+ (eval $ac_compiler -V &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1564: \$? = $ac_status" >&5
+ (exit $ac_status); }
+
+cat >conftest.$ac_ext <<_ACEOF
+#line 1568 "configure"
#include "confdefs.h"
-main(){return(0);}
-EOF
-if { (eval echo configure:970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
- # If we can't run a trivial program, we are probably using a cross compiler.
- if (./conftest; exit) 2>/dev/null; then
- ac_cv_prog_cc_cross=no
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.exe"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+echo "$as_me:1584: checking for C compiler default output" >&5
+echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+if { (eval echo "$as_me:1587: \"$ac_link_default\"") >&5
+ (eval $ac_link_default) 2>&5
+ ac_status=$?
+ echo "$as_me:1590: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # Find the output, starting from the most likely. This scheme is
+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
+# resort.
+for ac_file in `ls a.exe conftest.exe 2>/dev/null;
+ ls a.out conftest 2>/dev/null;
+ ls a.* conftest.* 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ a.out ) # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1613: error: C compiler cannot create executables" >&5
+echo "$as_me: error: C compiler cannot create executables" >&2;}
+ { (exit 77); exit 77; }; }
+fi
+
+ac_exeext=$ac_cv_exeext
+echo "$as_me:1619: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6
+
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1624: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+# If not cross compiling, check that we can run a simple program.
+if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+ { (eval echo "$as_me:1630: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1633: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ cross_compiling=no
else
- ac_cv_prog_cc_cross=yes
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { echo "$as_me:1640: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&5
+echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
fi
+fi
+echo "$as_me:1648: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+
+rm -f a.out a.exe conftest$ac_cv_exeext
+ac_clean_files=$ac_clean_files_save
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1655: checking whether we are cross compiling" >&5
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
+echo "$as_me:1657: result: $cross_compiling" >&5
+echo "${ECHO_T}$cross_compiling" >&6
+
+echo "$as_me:1660: checking for executable suffix" >&5
+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
+if { (eval echo "$as_me:1662: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:1665: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_prog_cc_works=no
+ { { echo "$as_me:1681: error: cannot compute EXEEXT: cannot compile and link" >&5
+echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
+ { (exit 1); exit 1; }; }
fi
-rm -fr conftest*
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
-if test $ac_cv_prog_cc_works = no; then
- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
-fi
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:996: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
-echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1001: checking whether we are using GNU C" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
- ac_cv_prog_gcc=yes
+
+rm -f conftest$ac_cv_exeext
+echo "$as_me:1687: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+echo "$as_me:1693: checking for object suffix" >&5
+echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
+if test "${ac_cv_objext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1699 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { (eval echo "$as_me:1711: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1714: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+done
else
- ac_cv_prog_gcc=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1726: error: cannot compute OBJEXT: cannot compile" >&5
+echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
+ { (exit 1); exit 1; }; }
fi
+
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
+echo "$as_me:1733: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+echo "$as_me:1737: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1743 "configure"
+#include "confdefs.h"
-echo "$ac_t""$ac_cv_prog_gcc" 1>&6
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
-if test $ac_cv_prog_gcc = yes; then
- GCC=yes
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1758: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1761: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1764: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1767: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_compiler_gnu=yes
else
- GCC=
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_compiler_gnu=no
fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
-ac_test_CFLAGS="${CFLAGS+set}"
-ac_save_CFLAGS="$CFLAGS"
-CFLAGS=
-echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1029: checking whether ${CC-cc} accepts -g" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+echo "$as_me:1779: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
+GCC=`test $ac_compiler_gnu = yes && echo yes`
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+CFLAGS="-g"
+echo "$as_me:1785: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
+if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- echo 'void f(){}' > conftest.c
-if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1791 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1803: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1806: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1809: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1812: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
- ac_cv_prog_cc_g=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_prog_cc_g=no
fi
-rm -f conftest*
-
+rm -f conftest.$ac_objext conftest.$ac_ext
fi
-
-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
+echo "$as_me:1822: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
- CFLAGS="$ac_save_CFLAGS"
+ CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
@@ -1055,7 +1836,118 @@ else
CFLAGS=
fi
fi
+# Some people use a C++ compiler to compile C. Since we use `exit',
+# in C++ we need to declare it. In case someone uses the same compiler
+# for both compiling C and C++ we need to have the C++ compiler decide
+# the declaration of exit, since it's the most demanding environment.
+cat >conftest.$ac_ext <<_ACEOF
+#ifndef __cplusplus
+ choke me
+#endif
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1849: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1852: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1855: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1858: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ for ac_declaration in \
+ ''\
+ '#include ' \
+ 'extern "C" void std::exit (int) throw (); using std::exit;' \
+ 'extern "C" void std::exit (int); using std::exit;' \
+ 'extern "C" void exit (int) throw ();' \
+ 'extern "C" void exit (int);' \
+ 'void exit (int);'
+do
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1870 "configure"
+#include "confdefs.h"
+#include
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1883: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1886: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1889: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1892: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+continue
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1902 "configure"
+#include "confdefs.h"
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1914: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1917: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1920: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1923: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+done
+rm -f conftest*
+if test -n "$ac_declaration"; then
+ echo '#ifdef __cplusplus' >>confdefs.h
+ echo $ac_declaration >>confdefs.h
+ echo '#endif' >>confdefs.h
+fi
+
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ac_config_commands="$ac_config_commands default-1"
am_make=${MAKE-make}
cat > confinc << 'END'
@@ -1063,8 +1955,8 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo $ac_n "checking for style of include used by $am_make""... $ac_c" 1>&6
-echo "configure:1068: checking for style of include used by $am_make" >&5
+echo "$as_me:1958: checking for style of include used by $am_make" >&5
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include='#'
am__quote=
_am_result=none
@@ -1090,17 +1982,16 @@ if test "$am__include" = "#"; then
fi
fi
-
-echo "$ac_t""$_am_result" 1>&6
+echo "$as_me:1985: result: $_am_result" >&5
+echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
-
depcc="$CC" am_compiler_list=
-echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6
-echo "configure:1102: checking dependency style of $depcc" >&5
-if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1991: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up
@@ -1159,37 +2050,76 @@ else
fi
fi
-
-echo "$ac_t""$am_cv_CC_dependencies_compiler_type" 1>&6
+echo "$as_me:2053: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
-
+ if test "X$prefix" = "XNONE"; then
+ acl_final_prefix="$ac_default_prefix"
+ else
+ acl_final_prefix="$prefix"
+ fi
+ if test "X$exec_prefix" = "XNONE"; then
+ acl_final_exec_prefix='${prefix}'
+ else
+ acl_final_exec_prefix="$exec_prefix"
+ fi
+ acl_save_prefix="$prefix"
+ prefix="$acl_final_prefix"
+ eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+ prefix="$acl_save_prefix"
# Make sure we can run config.sub.
-if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
-else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
-fi
-
-echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:1175: checking host system type" >&5
-
-host_alias=$host
-case "$host_alias" in
-NONE)
- case $nonopt in
- NONE)
- if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
- else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
- fi ;;
- *) host_alias=$nonopt ;;
- esac ;;
-esac
+$ac_config_sub sun4 >/dev/null 2>&1 ||
+ { { echo "$as_me:2074: error: cannot run $ac_config_sub" >&5
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+ { (exit 1); exit 1; }; }
+
+echo "$as_me:2078: checking build system type" >&5
+echo $ECHO_N "checking build system type... $ECHO_C" >&6
+if test "${ac_cv_build+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_build_alias=$build_alias
+test -z "$ac_cv_build_alias" &&
+ ac_cv_build_alias=`$ac_config_guess`
+test -z "$ac_cv_build_alias" &&
+ { { echo "$as_me:2087: error: cannot guess build type; you must specify one" >&5
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+ { { echo "$as_me:2091: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
+ { (exit 1); exit 1; }; }
+
+fi
+echo "$as_me:2096: result: $ac_cv_build" >&5
+echo "${ECHO_T}$ac_cv_build" >&6
+build=$ac_cv_build
+build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+echo "$as_me:2103: checking host system type" >&5
+echo $ECHO_N "checking host system type... $ECHO_C" >&6
+if test "${ac_cv_host+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_host_alias=$host_alias
+test -z "$ac_cv_host_alias" &&
+ ac_cv_host_alias=$ac_cv_build_alias
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+ { { echo "$as_me:2112: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
-host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
-host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$ac_t""$host" 1>&6
+fi
+echo "$as_me:2117: result: $ac_cv_host" >&5
+echo "${ECHO_T}$ac_cv_host" >&6
+host=$ac_cv_host
+host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
@@ -1197,13 +2127,12 @@ if test "${with_gnu_ld+set}" = set; then
test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
-fi
-
+fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
-echo "configure:1207: checking for ld used by GCC" >&5
+ echo "$as_me:2134: checking for ld used by GCC" >&5
+echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
@@ -1232,14 +2161,14 @@ echo "configure:1207: checking for ld used by GCC" >&5
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
-echo "configure:1237: checking for GNU ld" >&5
+ echo "$as_me:2164: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
-echo "configure:1240: checking for non-GNU ld" >&5
+ echo "$as_me:2167: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
-if eval "test \"`echo '$''{'acl_cv_path_LD'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${acl_cv_path_LD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$LD"; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
@@ -1265,15 +2194,19 @@ fi
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- echo "$ac_t""$LD" 1>&6
+ echo "$as_me:2197: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:2200: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
-echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:1275: checking if the linker ($LD) is GNU ld" >&5
-if eval "test \"`echo '$''{'acl_cv_prog_gnu_ld'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+test -z "$LD" && { { echo "$as_me:2203: error: no acceptable ld found in \$PATH" >&5
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+echo "$as_me:2206: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+if test "${acl_cv_prog_gnu_ld+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 &5; then
@@ -1282,43 +2215,25 @@ else
acl_cv_prog_gnu_ld=no
fi
fi
-
-echo "$ac_t""$acl_cv_prog_gnu_ld" 1>&6
+echo "$as_me:2218: result: $acl_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
with_gnu_ld=$acl_cv_prog_gnu_ld
-
-
- if test "X$prefix" = "XNONE"; then
- acl_final_prefix="$ac_default_prefix"
- else
- acl_final_prefix="$prefix"
- fi
- if test "X$exec_prefix" = "XNONE"; then
- acl_final_exec_prefix='${prefix}'
- else
- acl_final_exec_prefix="$exec_prefix"
- fi
- acl_save_prefix="$prefix"
- prefix="$acl_final_prefix"
- eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
- prefix="$acl_save_prefix"
-
-
- echo $ac_n "checking for shared library run path origin""... $ac_c" 1>&6
-echo "configure:1309: checking for shared library run path origin" >&5
-if eval "test \"`echo '$''{'acl_cv_rpath'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2222: checking for shared library run path origin" >&5
+echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
+if test "${acl_cv_rpath+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
+
CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
. ./conftest.sh
rm -f ./conftest.sh
acl_cv_rpath=done
-
-fi
-echo "$ac_t""$acl_cv_rpath" 1>&6
+fi
+echo "$as_me:2235: result: $acl_cv_rpath" >&5
+echo "${ECHO_T}$acl_cv_rpath" >&6
wl="$acl_cv_wl"
libext="$acl_cv_libext"
shlibext="$acl_cv_shlibext"
@@ -1328,50 +2243,50 @@ echo "$ac_t""$acl_cv_rpath" 1>&6
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ # Check whether --enable-rpath or --disable-rpath was given.
+if test "${enable_rpath+set}" = set; then
+ enableval="$enable_rpath"
+ :
+else
+ enable_rpath=yes
+fi;
-
-
-
-
-
- echo $ac_n "checking how to link with librpathx""... $ac_c" 1>&6
-echo "configure:1339: checking how to link with librpathx" >&5
-if eval "test \"`echo '$''{'ac_cv_librpathx_libs'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2254: checking how to link with librpathx" >&5
+echo $ECHO_N "checking how to link with librpathx... $ECHO_C" >&6
+if test "${ac_cv_librpathx_libs+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
-
-
+
use_additional=yes
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
- # Check whether --with-librpathx-prefix or --without-librpathx-prefix was given.
+# Check whether --with-librpathx-prefix or --without-librpathx-prefix was given.
if test "${with_librpathx_prefix+set}" = set; then
withval="$with_librpathx_prefix"
-
+
if test "X$withval" = "Xno"; then
use_additional=no
else
if test "X$withval" = "X"; then
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
@@ -1381,8 +2296,7 @@ if test "${with_librpathx_prefix+set}" = set; then
fi
fi
-fi
-
+fi;
LIBRPATHX=
LTLIBRPATHX=
INCRPATHX=
@@ -1438,7 +2352,7 @@ fi
fi
if test "X$found_dir" = "X"; then
for x in $LDFLAGS $LTLIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1475,7 +2389,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBRPATHX="${LTLIBRPATHX}${LTLIBRPATHX:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
LIBRPATHX="${LIBRPATHX}${LIBRPATHX:+ }$found_so"
else
haveit=
@@ -1506,7 +2420,7 @@ fi
else
haveit=
for x in $LDFLAGS $LIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1557,7 +2471,7 @@ fi
fi
if test -z "$haveit"; then
for x in $CPPFLAGS $INCRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1602,7 +2516,7 @@ fi
if test -z "$haveit"; then
haveit=
for x in $LDFLAGS $LIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1623,7 +2537,7 @@ fi
fi
haveit=
for x in $LDFLAGS $LTLIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1647,25 +2561,27 @@ fi
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
@@ -1719,18 +2635,18 @@ fi
ac_cv_librpathx_libs="$LIBRPATHX"
ac_cv_librpathx_ltlibs="$LTLIBRPATHX"
ac_cv_librpathx_cppflags="$INCRPATHX"
-
-fi
-echo "$ac_t""$ac_cv_librpathx_libs" 1>&6
+fi
+echo "$as_me:2640: result: $ac_cv_librpathx_libs" >&5
+echo "${ECHO_T}$ac_cv_librpathx_libs" >&6
LIBRPATHX="$ac_cv_librpathx_libs"
LTLIBRPATHX="$ac_cv_librpathx_ltlibs"
INCRPATHX="$ac_cv_librpathx_cppflags"
-
+
for element in $INCRPATHX; do
haveit=
for x in $CPPFLAGS; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1749,299 +2665,661 @@ echo "$ac_t""$ac_cv_librpathx_libs" 1>&6
fi
done
-
-
HAVE_LIBRPATHX=yes
-
-
-
-trap '' 1 2 15
-cat > confcache <<\EOF
+ac_config_files="$ac_config_files Makefile"
+cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
-# scripts and configure runs. It is not useful on other systems.
-# If it contains results you don't want to keep, you may remove or edit it.
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems. If it contains results you don't
+# want to keep, you may remove or edit it.
#
-# By default, configure uses ./config.cache as the cache file,
-# creating it if it does not exist already. You can give configure
-# the --cache-file=FILE option to use a different cache file; that is
-# what configure does when it calls configure scripts in
-# subdirectories, so they share the cache.
-# Giving --cache-file=/dev/null disables caching, for debugging configure.
-# config.status only pays attention to the cache file if you give it the
-# --recheck option to rerun configure.
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
#
-EOF
+# `ac_cv_env_foo' variables (set or unset) will be overriden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
-(set) 2>&1 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- # `set' does not quote correctly, so add quotes (double-quote substitution
- # turns \\\\ into \\, and sed turns \\ into \).
- sed -n \
- -e "s/'/'\\\\''/g" \
- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
- ;;
- esac >> confcache
-if cmp -s $cache_file confcache; then
- :
-else
+{
+ (set) 2>&1 |
+ case `(ac_space=' '; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+ ;;
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} |
+ sed '
+ t clear
+ : clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ : end' >>confcache
+if cmp -s $cache_file confcache; then :; else
if test -w $cache_file; then
- echo "updating cache $cache_file"
- cat confcache > $cache_file
+ test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
+ cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-# Any assignment to VPATH causes Sun make to only execute
-# the first set of double-colon rules, so remove it if not needed.
-# If there is a colon in the path, we need to keep it.
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
+s/:*\$(srcdir):*/:/;
+s/:*\${srcdir}:*/:/;
+s/:*@srcdir@:*/:/;
+s/^\([^=]*=[ ]*\):*/\1/;
+s/:*$//;
+s/^[^=]*=[ ]*$//;
+}'
fi
-trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
-
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
-cat > conftest.defs <<\EOF
-s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
-s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
-s%\[%\\&%g
-s%\]%\\&%g
-s%\$%$$%g
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then we branch to the quote section. Otherwise,
+# look for a macro that doesn't take arguments.
+cat >confdef2opt.sed <<\EOF
+t clear
+: clear
+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
+t quote
+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
+t quote
+d
+: quote
+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
+s,\[,\\&,g
+s,\],\\&,g
+s,\$,$$,g
+p
EOF
-DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
-rm -f conftest.defs
-
+# We use echo to avoid assuming a particular line-breaking character.
+# The extra dot is to prevent the shell from consuming trailing
+# line-breaks from the sub-command output. A line-break within
+# single-quotes doesn't work because, if this script is created in a
+# platform that uses two characters for line-breaks (e.g., DOS), tr
+# would break.
+ac_LF_and_DOT=`echo; echo .`
+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
+rm -f confdef2opt.sed
-# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}
-
-echo creating $CONFIG_STATUS
-rm -f $CONFIG_STATUS
-cat > $CONFIG_STATUS <&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
+cat >$CONFIG_STATUS <<_ACEOF
+#! $SHELL
# Generated automatically by configure.
# Run this file to recreate the current configuration.
-# This directory was configured as follows,
-# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-#
-# $0 $ac_configure_args
-#
# Compiler output produced by configure, useful for debugging
-# configure, is in ./config.log if it exists.
+# configure, is in config.log if it exists.
-ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
-for ac_option
+debug=false
+SHELL=\${CONFIG_SHELL-$SHELL}
+ac_cs_invocation="\$0 \$@"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+exec 6>&1
+
+_ACEOF
+
+# Files that config.status was made for.
+if test -n "$ac_config_files"; then
+ echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_headers"; then
+ echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_links"; then
+ echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_commands"; then
+ echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
+fi
+
+cat >>$CONFIG_STATUS <<\EOF
+
+ac_cs_usage="\
+\`$as_me' instantiates files from templates according to the
+current configuration.
+
+Usage: $0 [OPTIONS] [FILE]...
+
+ -h, --help print this help, then exit
+ -V, --version print version number, then exit
+ -d, --debug don't remove temporary files
+ --recheck update $as_me by reconfiguring in the same conditions
+ --file=FILE[:TEMPLATE]
+ instantiate the configuration file FILE
+
+Configuration files:
+$config_files
+
+Configuration commands:
+$config_commands
+
+Report bugs to ."
+EOF
+
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+# If no file are specified by the user, then we need to provide default
+# value. By we need to know if files were specified by the user.
+ac_need_defaults=:
+while test $# != 0
do
- case "\$ac_option" in
+ case $1 in
+ --*=*)
+ ac_option=`expr "x$1" : 'x\([^=]*\)='`
+ ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
+ shift
+ set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
+ shift
+ ;;
+ -*);;
+ *) # This is not an option, so the user has probably given explicit
+ # arguments.
+ ac_need_defaults=false;;
+ esac
+
+ case $1 in
+ # Handling of the options.
+EOF
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ --version | --vers* | -V )
+ echo "$ac_cs_version"; exit 0 ;;
+ --he | --h)
+ # Conflict between --help and --header
+ { { echo "$as_me:2951: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; };;
+ --help | --hel | -h )
+ echo "$ac_cs_usage"; exit 0 ;;
+ --debug | --d* | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ shift
+ CONFIG_FILES="$CONFIG_FILES $1"
+ ac_need_defaults=false;;
+ --header | --heade | --head | --hea )
+ shift
+ CONFIG_HEADERS="$CONFIG_HEADERS $1"
+ ac_need_defaults=false;;
+
+ # This is an error.
+ -*) { { echo "$as_me:2970: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; } ;;
+
+ *) ac_config_targets="$ac_config_targets $1" ;;
+
esac
+ shift
done
-ac_given_srcdir=$srcdir
-ac_given_INSTALL="$INSTALL"
+exec 5>>config.log
+cat >&5 << _ACEOF
+
+## ----------------------- ##
+## Running config.status. ##
+## ----------------------- ##
+
+This file was extended by $as_me 2.52, executed with
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+ CONFIG_LINKS = $CONFIG_LINKS
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ > $ac_cs_invocation
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+_ACEOF
EOF
-cat >> $CONFIG_STATUS < conftest.subs <<\\CEOF
-$ac_vpsub
-$extrasub
-s%@SHELL@%$SHELL%g
-s%@CFLAGS@%$CFLAGS%g
-s%@CPPFLAGS@%$CPPFLAGS%g
-s%@CXXFLAGS@%$CXXFLAGS%g
-s%@FFLAGS@%$FFLAGS%g
-s%@DEFS@%$DEFS%g
-s%@LDFLAGS@%$LDFLAGS%g
-s%@LIBS@%$LIBS%g
-s%@exec_prefix@%$exec_prefix%g
-s%@prefix@%$prefix%g
-s%@program_transform_name@%$program_transform_name%g
-s%@bindir@%$bindir%g
-s%@sbindir@%$sbindir%g
-s%@libexecdir@%$libexecdir%g
-s%@datadir@%$datadir%g
-s%@sysconfdir@%$sysconfdir%g
-s%@sharedstatedir@%$sharedstatedir%g
-s%@localstatedir@%$localstatedir%g
-s%@libdir@%$libdir%g
-s%@includedir@%$includedir%g
-s%@oldincludedir@%$oldincludedir%g
-s%@infodir@%$infodir%g
-s%@mandir@%$mandir%g
-s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
-s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
-s%@INSTALL_DATA@%$INSTALL_DATA%g
-s%@PACKAGE@%$PACKAGE%g
-s%@VERSION@%$VERSION%g
-s%@EXEEXT@%$EXEEXT%g
-s%@OBJEXT@%$OBJEXT%g
-s%@ACLOCAL@%$ACLOCAL%g
-s%@AUTOCONF@%$AUTOCONF%g
-s%@AUTOMAKE@%$AUTOMAKE%g
-s%@AUTOHEADER@%$AUTOHEADER%g
-s%@MAKEINFO@%$MAKEINFO%g
-s%@AMTAR@%$AMTAR%g
-s%@install_sh@%$install_sh%g
-s%@INSTALL_STRIP_PROGRAM@%$INSTALL_STRIP_PROGRAM%g
-s%@AWK@%$AWK%g
-s%@SET_MAKE@%$SET_MAKE%g
-s%@AMDEP_TRUE@%$AMDEP_TRUE%g
-s%@AMDEP_FALSE@%$AMDEP_FALSE%g
-s%@AMDEPBACKSLASH@%$AMDEPBACKSLASH%g
-s%@DEPDIR@%$DEPDIR%g
-s%@CC@%$CC%g
-s%@am__include@%$am__include%g
-s%@am__quote@%$am__quote%g
-s%@CCDEPMODE@%$CCDEPMODE%g
-s%@host@%$host%g
-s%@host_alias@%$host_alias%g
-s%@host_cpu@%$host_cpu%g
-s%@host_vendor@%$host_vendor%g
-s%@host_os@%$host_os%g
-s%@LIBRPATHX@%$LIBRPATHX%g
-s%@LTLIBRPATHX@%$LTLIBRPATHX%g
-s%@global_top_srcdir@%$global_top_srcdir%g
+cat >>$CONFIG_STATUS <> $CONFIG_STATUS <<\EOF
-
-# Split the substitutions into bite-sized pieces for seds with
-# small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
-ac_file=1 # Number of current file.
-ac_beg=1 # First line for current file.
-ac_end=$ac_max_sed_cmds # Line after last line for current file.
-ac_more_lines=:
-ac_sed_cmds=""
-while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
- else
- sed "${ac_end}q" conftest.subs > conftest.s$ac_file
- fi
- if test ! -s conftest.s$ac_file; then
- ac_more_lines=false
- rm -f conftest.s$ac_file
- else
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f conftest.s$ac_file"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
- fi
- ac_file=`expr $ac_file + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_cmds`
- fi
+cat >>$CONFIG_STATUS <<\EOF
+for ac_config_target in $ac_config_targets
+do
+ case "$ac_config_target" in
+ # Handling of arguments.
+ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
+ *) { { echo "$as_me:3017: error: invalid argument: $ac_config_target" >&5
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
done
-if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used. Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
+
+# Create a temporary directory, and hook for its removal unless debugging.
+$debug ||
+{
+ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
+}
+
+# Create a (secure) tmp directory for tmp files.
+: ${TMPDIR=/tmp}
+{
+ tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
+ test -n "$tmp" && test -d "$tmp"
+} ||
+{
+ tmp=$TMPDIR/cs$$-$RANDOM
+ (umask 077 && mkdir $tmp)
+} ||
+{
+ echo "$me: cannot create a temporary directory in $TMPDIR" >&2
+ { (exit 1); exit 1; }
+}
+
+EOF
+
+cat >>$CONFIG_STATUS <\$tmp/subs.sed <<\\CEOF
+s,@SHELL@,$SHELL,;t t
+s,@exec_prefix@,$exec_prefix,;t t
+s,@prefix@,$prefix,;t t
+s,@program_transform_name@,$program_transform_name,;t t
+s,@bindir@,$bindir,;t t
+s,@sbindir@,$sbindir,;t t
+s,@libexecdir@,$libexecdir,;t t
+s,@datadir@,$datadir,;t t
+s,@sysconfdir@,$sysconfdir,;t t
+s,@sharedstatedir@,$sharedstatedir,;t t
+s,@localstatedir@,$localstatedir,;t t
+s,@libdir@,$libdir,;t t
+s,@includedir@,$includedir,;t t
+s,@oldincludedir@,$oldincludedir,;t t
+s,@infodir@,$infodir,;t t
+s,@mandir@,$mandir,;t t
+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
+s,@build_alias@,$build_alias,;t t
+s,@host_alias@,$host_alias,;t t
+s,@target_alias@,$target_alias,;t t
+s,@ECHO_C@,$ECHO_C,;t t
+s,@ECHO_N@,$ECHO_N,;t t
+s,@ECHO_T@,$ECHO_T,;t t
+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
+s,@DEFS@,$DEFS,;t t
+s,@LIBS@,$LIBS,;t t
+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
+s,@PACKAGE@,$PACKAGE,;t t
+s,@VERSION@,$VERSION,;t t
+s,@EXEEXT@,$EXEEXT,;t t
+s,@OBJEXT@,$OBJEXT,;t t
+s,@ACLOCAL@,$ACLOCAL,;t t
+s,@AUTOCONF@,$AUTOCONF,;t t
+s,@AUTOMAKE@,$AUTOMAKE,;t t
+s,@AUTOHEADER@,$AUTOHEADER,;t t
+s,@MAKEINFO@,$MAKEINFO,;t t
+s,@AMTAR@,$AMTAR,;t t
+s,@install_sh@,$install_sh,;t t
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+s,@AWK@,$AWK,;t t
+s,@SET_MAKE@,$SET_MAKE,;t t
+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+s,@DEPDIR@,$DEPDIR,;t t
+s,@CC@,$CC,;t t
+s,@CFLAGS@,$CFLAGS,;t t
+s,@LDFLAGS@,$LDFLAGS,;t t
+s,@CPPFLAGS@,$CPPFLAGS,;t t
+s,@ac_ct_CC@,$ac_ct_CC,;t t
+s,@am__include@,$am__include,;t t
+s,@am__quote@,$am__quote,;t t
+s,@CCDEPMODE@,$CCDEPMODE,;t t
+s,@build@,$build,;t t
+s,@build_cpu@,$build_cpu,;t t
+s,@build_vendor@,$build_vendor,;t t
+s,@build_os@,$build_os,;t t
+s,@host@,$host,;t t
+s,@host_cpu@,$host_cpu,;t t
+s,@host_vendor@,$host_vendor,;t t
+s,@host_os@,$host_os,;t t
+s,@LIBRPATHX@,$LIBRPATHX,;t t
+s,@LTLIBRPATHX@,$LTLIBRPATHX,;t t
+s,@global_top_srcdir@,$global_top_srcdir,;t t
+CEOF
+
EOF
-cat >> $CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ # Split the substitutions into bite-sized pieces for seds with
+ # small command number limits, like on Digital OSF/1 and HP-UX.
+ ac_max_sed_lines=48
+ ac_sed_frag=1 # Number of current file.
+ ac_beg=1 # First line for current file.
+ ac_end=$ac_max_sed_lines # Line after last line for current file.
+ ac_more_lines=:
+ ac_sed_cmds=
+ while $ac_more_lines; do
+ if test $ac_beg -gt 1; then
+ sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+ else
+ sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+ fi
+ if test ! -s $tmp/subs.frag; then
+ ac_more_lines=false
+ else
+ # The purpose of the label and of the branching condition is to
+ # speed up the sed processing (if there are no `@' at all, there
+ # is no need to browse any of the substitutions).
+ # These are the two extra sed commands mentioned above.
+ (echo ':t
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
+ if test -z "$ac_sed_cmds"; then
+ ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
+ else
+ ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
+ fi
+ ac_sed_frag=`expr $ac_sed_frag + 1`
+ ac_beg=$ac_end
+ ac_end=`expr $ac_end + $ac_max_sed_lines`
+ fi
+ done
+ if test -z "$ac_sed_cmds"; then
+ ac_sed_cmds=cat
+ fi
+fi # test -n "$CONFIG_FILES"
-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
EOF
-cat >> $CONFIG_STATUS <<\EOF
-for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
+cat >>$CONFIG_STATUS <<\EOF
+for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case "$ac_file" in
- *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
- ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- *) ac_file_in="${ac_file}.in" ;;
+ case $ac_file in
+ - | *:- | *:-:* ) # input from stdin
+ cat >$tmp/stdin
+ ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+ *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+ * ) ac_file_in=$ac_file.in ;;
esac
- # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
+ # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
+ ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| \
+ . : '\(.\)' 2>/dev/null ||
+echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+ /^X\(\/\/\)$/{ s//\1/; q; }
+ /^X\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- # The file is in a subdirectory.
- test ! -d "$ac_dir" && mkdir "$ac_dir"
- ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
+ { case "$ac_dir" in
+ [\\/]* | ?:[\\/]* ) as_incr_dir=;;
+ *) as_incr_dir=.;;
+esac
+as_dummy="$ac_dir"
+for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
+ case $as_mkdir_dir in
+ # Skip DOS drivespec
+ ?:) as_incr_dir=$as_mkdir_dir ;;
+ *)
+ as_incr_dir=$as_incr_dir/$as_mkdir_dir
+ test -d "$as_incr_dir" || mkdir "$as_incr_dir"
+ ;;
+ esac
+done; }
+
+ ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
# A "../" for each directory in $ac_dir_suffix.
- ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
+ ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
else
ac_dir_suffix= ac_dots=
fi
- case "$ac_given_srcdir" in
- .) srcdir=.
- if test -z "$ac_dots"; then top_srcdir=.
- else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
+ case $srcdir in
+ .) ac_srcdir=.
+ if test -z "$ac_dots"; then
+ ac_top_srcdir=.
+ else
+ ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
+ fi ;;
+ [\\/]* | ?:[\\/]* )
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir ;;
*) # Relative path.
- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_dots$srcdir ;;
esac
- echo creating "$ac_file"
- rm -f "$ac_file"
- configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
-# $configure_input" ;;
- *) ac_comsub= ;;
+ case $INSTALL in
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+ *) ac_INSTALL=$ac_dots$INSTALL ;;
esac
- ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
- sed -e "$ac_comsub
-s%@configure_input@%$configure_input%g
-s%@srcdir@%$srcdir%g
-s%@top_srcdir@%$top_srcdir%g
-s%@INSTALL@%$INSTALL%g
-" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
-fi; done
-rm -f conftest.s*
-
+ if test x"$ac_file" != x-; then
+ { echo "$as_me:3252: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+ rm -f "$ac_file"
+ fi
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated automatically by config.status. */
+ configure_input="Generated automatically from `echo $ac_file_in |
+ sed 's,.*/,,'` by configure."
+
+ # First look for the input files in the build tree, otherwise in the
+ # src tree.
+ ac_file_inputs=`IFS=:
+ for f in $ac_file_in; do
+ case $f in
+ -) echo $tmp/stdin ;;
+ [\\/$]*)
+ # Absolute (can't be DOS-style, as IFS=:)
+ test -f "$f" || { { echo "$as_me:3270: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
+ echo $f;;
+ *) # Relative
+ if test -f "$f"; then
+ # Build tree
+ echo $f
+ elif test -f "$srcdir/$f"; then
+ # Source tree
+ echo $srcdir/$f
+ else
+ # /dev/null tree
+ { { echo "$as_me:3283: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
+ fi;;
+ esac
+ done` || { (exit 1); exit 1; }
EOF
-cat >> $CONFIG_STATUS <>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s,@configure_input@,$configure_input,;t t
+s,@srcdir@,$ac_srcdir,;t t
+s,@top_srcdir@,$ac_top_srcdir,;t t
+s,@INSTALL@,$ac_INSTALL,;t t
+" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
+ rm -f $tmp/stdin
+ if test x"$ac_file" != x-; then
+ mv $tmp/out $ac_file
+ else
+ cat $tmp/out
+ rm -f $tmp/out
+ fi
+done
EOF
-cat >> $CONFIG_STATUS <<\EOF
+cat >>$CONFIG_STATUS <<\EOF
+#
+# CONFIG_COMMANDS section.
+#
+for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
+ ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
+ ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
+
+ case $ac_dest in
+ default-1 )
test x"$AMDEP_TRUE" != x"" ||
for mf in $CONFIG_FILES; do
case "$mf" in
@@ -2079,11 +3357,33 @@ for mf in $CONFIG_FILES; do
echo '# dummy' > "$dirpart/$file"
done
done
+ ;;
+ esac
+done
+EOF
+cat >>$CONFIG_STATUS <<\EOF
-exit 0
+{ (exit 0); exit 0; }
EOF
chmod +x $CONFIG_STATUS
-rm -fr confdefs* $ac_clean_files
-test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+ac_clean_files=$ac_clean_files_save
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded. So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status. When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+ ac_cs_success=:
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || { (exit 1); exit 1; }
+fi
diff --git a/tests/rpathly/Makefile.in b/tests/rpathly/Makefile.in
index a2ae6768f..94c6164ce 100644
--- a/tests/rpathly/Makefile.in
+++ b/tests/rpathly/Makefile.in
@@ -55,8 +55,24 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
+AMTAR = @AMTAR@
+AWK = @AWK@
CC = @CC@
+DEPDIR = @DEPDIR@
+EXEEXT = @EXEEXT@
+HAVE_LIB = @HAVE_LIB@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LIB = @LIB@
+LTLIB = @LTLIB@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+am__include = @am__include@
+am__quote = @am__quote@
global_top_srcdir = @global_top_srcdir@
+install_sh = @install_sh@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
mkinstalldirs = $(SHELL) @global_top_srcdir@/mkinstalldirs
@@ -64,6 +80,7 @@ bin_PROGRAMS = usey
usey_SOURCES = usey.c
LDADD = @LIBRPATHY@
subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
CONFIG_CLEAN_FILES =
bin_PROGRAMS = usey$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)
@@ -86,8 +103,9 @@ CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
DIST_SOURCES = $(usey_SOURCES)
-DIST_COMMON = ../../install-sh ../../missing ../../mkinstalldirs \
- Makefile.am Makefile.in configure configure.in
+DIST_COMMON = ../../config.guess ../../config.sub ../../install-sh \
+ ../../missing ../../mkinstalldirs Makefile.am Makefile.in \
+ aclocal.m4 configure configure.in
SOURCES = $(usey_SOURCES)
all: all-am
@@ -106,6 +124,9 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
+
+$(ACLOCAL_M4): configure.in
+ cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(bindir)
diff --git a/tests/rpathly/aclocal.m4 b/tests/rpathly/aclocal.m4
index 0494463ac..297583801 100644
--- a/tests/rpathly/aclocal.m4
+++ b/tests/rpathly/aclocal.m4
@@ -491,7 +491,7 @@ else
$1_FALSE=
fi])
-# lib-link.m4 serial 2 (gettext-0.11.2)
+# lib-link.m4 serial 3 (gettext-0.11.3)
dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -609,6 +609,10 @@ AC_DEFUN([AC_LIB_RPATH],
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ dnl Determine whether the user wants rpath handling at all.
+ AC_ARG_ENABLE(rpath,
+ [ --disable-rpath do not hardcode runtime library paths],
+ :, enable_rpath=yes)
])
dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
@@ -738,7 +742,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
dnl Linking with a shared library. We attempt to hardcode its
dnl directory into the executable's runpath, unless it's the
dnl standard /usr/lib.
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
dnl No hardcoding is needed.
LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
else
@@ -929,29 +933,31 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- dnl Potentially add DIR to rpathdirs.
- dnl The rpathdirs will be appended to $LIBNAME at the end.
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ dnl Potentially add DIR to rpathdirs.
+ dnl The rpathdirs will be appended to $LIBNAME at the end.
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- dnl Potentially add DIR to ltrpathdirs.
- dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ dnl Potentially add DIR to ltrpathdirs.
+ dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
diff --git a/tests/rpathly/configure b/tests/rpathly/configure
index 202f26ded..40291c8a6 100755
--- a/tests/rpathly/configure
+++ b/tests/rpathly/configure
@@ -1,34 +1,119 @@
#! /bin/sh
-
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13
-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Generated by Autoconf 2.52.
#
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-# Defaults:
-ac_help=
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+exec 6>&1
+
+#
+# Initializations.
+#
ac_default_prefix=/usr/local
-# Any additions from configure.in:
-ac_help="$ac_help
- --disable-dependency-tracking Speeds up one-time builds
- --enable-dependency-tracking Do not reject slow dependency extractors"
-ac_help="$ac_help
- --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
-ac_help="$ac_help
- --with-librpathy-prefix[=DIR] search for librpathy in DIR/include and DIR/lib
- --without-librpathy-prefix don't search for librpathy in includedir and libdir"
+cross_compiling=no
+subdirs=
+MFLAGS= MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+# Maximum number of lines to put in a shell here document.
+# This variable seems obsolete. It should probably be removed, and
+# only ac_max_sed_lines should be used.
+: ${ac_max_here_lines=38}
+
+ac_unique_file="configure.in"
# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
# The variables have the same names as the options, with
# dashes changed to underlines.
-build=NONE
-cache_file=./config.cache
+cache_file=/dev/null
exec_prefix=NONE
-host=NONE
no_create=
-nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
@@ -37,10 +122,15 @@ program_transform_name=s,x,x,
silent=
site=
srcdir=
-target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
@@ -54,17 +144,16 @@ oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
-# Initialize some other variables.
-subdirs=
-MFLAGS= MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-# Maximum number of lines to put in a shell here document.
-ac_max_here_lines=12
+# Identity of this package.
+PACKAGE_NAME=
+PACKAGE_TARNAME=
+PACKAGE_VERSION=
+PACKAGE_STRING=
+PACKAGE_BUGREPORT=
ac_prev=
for ac_option
do
-
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
@@ -72,59 +161,59 @@ do
continue
fi
- case "$ac_option" in
- -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
+ ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
# Accept the important Cygnus configure options, so we can diagnose typos.
- case "$ac_option" in
+ case $ac_option in
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
- bindir="$ac_optarg" ;;
+ bindir=$ac_optarg ;;
-build | --build | --buil | --bui | --bu)
- ac_prev=build ;;
+ ac_prev=build_alias ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
- build="$ac_optarg" ;;
+ build_alias=$ac_optarg ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
- cache_file="$ac_optarg" ;;
+ cache_file=$ac_optarg ;;
+
+ --config-cache | -C)
+ cache_file=config.cache ;;
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
- datadir="$ac_optarg" ;;
+ datadir=$ac_optarg ;;
-disable-* | --disable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- eval "enable_${ac_feature}=no" ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ eval "enable_$ac_feature=no" ;;
-enable-* | --enable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "enable_${ac_feature}='$ac_optarg'" ;;
+ eval "enable_$ac_feature='$ac_optarg'" ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -133,95 +222,47 @@ do
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
- exec_prefix="$ac_optarg" ;;
+ exec_prefix=$ac_optarg ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
- -help | --help | --hel | --he)
- # Omit some internal or obsolete options to make the list less imposing.
- # This message is too long to be a string in the A/UX 3.1 sh.
- cat << EOF
-Usage: configure [options] [host]
-Options: [defaults in brackets after descriptions]
-Configuration:
- --cache-file=FILE cache test results in FILE
- --help print this message
- --no-create do not create output files
- --quiet, --silent do not print \`checking...' messages
- --version print the version of autoconf that created configure
-Directory and file names:
- --prefix=PREFIX install architecture-independent files in PREFIX
- [$ac_default_prefix]
- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
- [same as prefix]
- --bindir=DIR user executables in DIR [EPREFIX/bin]
- --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
- --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
- --datadir=DIR read-only architecture-independent data in DIR
- [PREFIX/share]
- --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
- --sharedstatedir=DIR modifiable architecture-independent data in DIR
- [PREFIX/com]
- --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
- --libdir=DIR object code libraries in DIR [EPREFIX/lib]
- --includedir=DIR C header files in DIR [PREFIX/include]
- --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
- --infodir=DIR info documentation in DIR [PREFIX/info]
- --mandir=DIR man documentation in DIR [PREFIX/man]
- --srcdir=DIR find the sources in DIR [configure dir or ..]
- --program-prefix=PREFIX prepend PREFIX to installed program names
- --program-suffix=SUFFIX append SUFFIX to installed program names
- --program-transform-name=PROGRAM
- run sed PROGRAM on installed program names
-EOF
- cat << EOF
-Host type:
- --build=BUILD configure for building on BUILD [BUILD=HOST]
- --host=HOST configure for HOST [guessed]
- --target=TARGET configure for TARGET [TARGET=HOST]
-Features and packages:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --x-includes=DIR X include files are in DIR
- --x-libraries=DIR X library files are in DIR
-EOF
- if test -n "$ac_help"; then
- echo "--enable and --with options recognized:$ac_help"
- fi
- exit 0 ;;
+ -help | --help | --hel | --he | -h)
+ ac_init_help=long ;;
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+ ac_init_help=recursive ;;
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+ ac_init_help=short ;;
-host | --host | --hos | --ho)
- ac_prev=host ;;
+ ac_prev=host_alias ;;
-host=* | --host=* | --hos=* | --ho=*)
- host="$ac_optarg" ;;
+ host_alias=$ac_optarg ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
- includedir="$ac_optarg" ;;
+ includedir=$ac_optarg ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
- infodir="$ac_optarg" ;;
+ infodir=$ac_optarg ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
- libdir="$ac_optarg" ;;
+ libdir=$ac_optarg ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
- libexecdir="$ac_optarg" ;;
+ libexecdir=$ac_optarg ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
@@ -230,12 +271,12 @@ EOF
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
- localstatedir="$ac_optarg" ;;
+ localstatedir=$ac_optarg ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
- mandir="$ac_optarg" ;;
+ mandir=$ac_optarg ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
@@ -256,26 +297,26 @@ EOF
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
- oldincludedir="$ac_optarg" ;;
+ oldincludedir=$ac_optarg ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
- prefix="$ac_optarg" ;;
+ prefix=$ac_optarg ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
- program_prefix="$ac_optarg" ;;
+ program_prefix=$ac_optarg ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
- program_suffix="$ac_optarg" ;;
+ program_suffix=$ac_optarg ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
@@ -292,7 +333,7 @@ EOF
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
- program_transform_name="$ac_optarg" ;;
+ program_transform_name=$ac_optarg ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
@@ -302,7 +343,7 @@ EOF
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
- sbindir="$ac_optarg" ;;
+ sbindir=$ac_optarg ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
@@ -313,58 +354,57 @@ EOF
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
- sharedstatedir="$ac_optarg" ;;
+ sharedstatedir=$ac_optarg ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
- site="$ac_optarg" ;;
+ site=$ac_optarg ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- srcdir="$ac_optarg" ;;
+ srcdir=$ac_optarg ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
- sysconfdir="$ac_optarg" ;;
+ sysconfdir=$ac_optarg ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
- ac_prev=target ;;
+ ac_prev=target_alias ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
- target="$ac_optarg" ;;
+ target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
- -version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.13"
- exit 0 ;;
+ -version | --version | --versio | --versi | --vers | -V)
+ ac_init_version=: ;;
-with-* | --with-*)
- ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "with_${ac_package}='$ac_optarg'" ;;
+ eval "with_$ac_package='$ac_optarg'" ;;
-without-* | --without-*)
- ac_package=`echo $ac_option|sed -e 's/-*without-//'`
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ac_package=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/-/_/g'`
+ eval "with_$ac_package=no" ;;
--x)
# Obsolete; use --with-x.
@@ -375,98 +415,98 @@ EOF
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
- x_includes="$ac_optarg" ;;
+ x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries="$ac_optarg" ;;
+ x_libraries=$ac_optarg ;;
- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; }
;;
+ *=*)
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
+ ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
+ eval "$ac_envvar='$ac_optarg'"
+ export $ac_envvar ;;
+
*)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
- nonopt="$ac_option"
+ # FIXME: should be removed in autoconf 3.0.
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
esac
done
if test -n "$ac_prev"; then
- { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+ { echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit 1; }; }
fi
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
-# File descriptor usage:
-# 0 standard input
-# 1 file creation
-# 2 errors and warnings
-# 3 some systems may open it to /dev/tty
-# 4 used on the Kubota Titan
-# 6 checking for... messages and results
-# 5 compiler messages saved in config.log
-if test "$silent" = yes; then
- exec 6>/dev/null
-else
- exec 6>&1
-fi
-exec 5>./config.log
-
-echo "\
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-" 1>&5
+# Be sure to have absolute paths.
+for ac_var in exec_prefix prefix
+do
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
+ esac
+done
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Also quote any args containing shell metacharacters.
-ac_configure_args=
-for ac_arg
+# Be sure to have absolute paths.
+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
+ localstatedir libdir includedir oldincludedir infodir mandir
do
- case "$ac_arg" in
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c) ;;
- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
- ac_configure_args="$ac_configure_args '$ac_arg'" ;;
- *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
esac
done
-# NLS nuisances.
-# Only set these to C if already set. These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: should be removed in autoconf 3.0.
+if test "x$host_alias" != x; then
+ if test "x$build_alias" = x; then
+ cross_compiling=maybe
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used." >&2
+ elif test "x$build_alias" != "x$host_alias"; then
+ cross_compiling=yes
+ fi
+fi
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -rf conftest* confdefs.h
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-echo > confdefs.h
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
-# A filename unique to this package, relative to the directory that
-# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=configure.in
+test "$silent" = yes && exec 6>/dev/null
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
- ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
+ ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
@@ -477,13 +517,313 @@ else
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
- { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
+ { (exit 1); exit 1; }; }
else
- { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $srcdir" >&2
+ { (exit 1); exit 1; }; }
fi
fi
-srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
+ac_env_build_alias_set=${build_alias+set}
+ac_env_build_alias_value=$build_alias
+ac_cv_env_build_alias_set=${build_alias+set}
+ac_cv_env_build_alias_value=$build_alias
+ac_env_host_alias_set=${host_alias+set}
+ac_env_host_alias_value=$host_alias
+ac_cv_env_host_alias_set=${host_alias+set}
+ac_cv_env_host_alias_value=$host_alias
+ac_env_target_alias_set=${target_alias+set}
+ac_env_target_alias_value=$target_alias
+ac_cv_env_target_alias_set=${target_alias+set}
+ac_cv_env_target_alias_value=$target_alias
+ac_env_CC_set=${CC+set}
+ac_env_CC_value=$CC
+ac_cv_env_CC_set=${CC+set}
+ac_cv_env_CC_value=$CC
+ac_env_CFLAGS_set=${CFLAGS+set}
+ac_env_CFLAGS_value=$CFLAGS
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
+ac_cv_env_CFLAGS_value=$CFLAGS
+ac_env_LDFLAGS_set=${LDFLAGS+set}
+ac_env_LDFLAGS_value=$LDFLAGS
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+ac_cv_env_LDFLAGS_value=$LDFLAGS
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_env_CPPFLAGS_value=$CPPFLAGS
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat < if you have libraries in a
+ nonstandard directory
+ CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have
+ headers in a nonstandard directory
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+EOF
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ ac_popdir=`pwd`
+ for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
+ cd $ac_subdir
+ # A "../" for each directory in /$ac_subdir.
+ ac_dots=`echo $ac_subdir |
+ sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
+
+ case $srcdir in
+ .) # No --srcdir option. We are building in place.
+ ac_sub_srcdir=$srcdir ;;
+ [\\/]* | ?:[\\/]* ) # Absolute path.
+ ac_sub_srcdir=$srcdir/$ac_subdir ;;
+ *) # Relative path.
+ ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
+ esac
+ # Check for guested configure; otherwise get Cygnus style configure.
+ if test -f $ac_sub_srcdir/configure.gnu; then
+ echo
+ $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
+ elif test -f $ac_sub_srcdir/configure; then
+ echo
+ $SHELL $ac_sub_srcdir/configure --help=recursive
+ elif test -f $ac_sub_srcdir/configure.ac ||
+ test -f $ac_sub_srcdir/configure.in; then
+ echo
+ $ac_configure --help
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
+ fi
+ cd $ac_popdir
+ done
+fi
+
+test -n "$ac_init_help" && exit 0
+if $ac_init_version; then
+ cat <<\EOF
+
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+EOF
+ exit 0
+fi
+exec 5>config.log
+cat >&5 </dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+PATH = $PATH
+
+_ASUNAME
+} >&5
+
+cat >&5 <\?\"\']*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+ ac_sep=" " ;;
+ *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
+ ac_sep=" " ;;
+ esac
+ # Get rid of the leading space.
+done
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ echo >&5
+ echo "## ----------------- ##" >&5
+ echo "## Cache variables. ##" >&5
+ echo "## ----------------- ##" >&5
+ echo >&5
+ # The following way of writing the cache mishandles newlines in values,
+{
+ (set) 2>&1 |
+ case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ sed -n \
+ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+ ;;
+ *)
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} >&5
+ sed "/^$/d" confdefs.h >conftest.log
+ if test -s conftest.log; then
+ echo >&5
+ echo "## ------------ ##" >&5
+ echo "## confdefs.h. ##" >&5
+ echo "## ------------ ##" >&5
+ echo >&5
+ cat conftest.log >&5
+ fi
+ (echo; echo) >&5
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal" >&5
+ echo "$as_me: exit $exit_status" >&5
+ rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
+ exit $exit_status
+ ' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -rf conftest* confdefs.h
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
+echo >confdefs.h
+
+# Let the site file select an alternate cache file if it wants to.
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
@@ -494,40 +834,107 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- echo "loading site script $ac_site_file"
+ { echo "$as_me:837: loading site script $ac_site_file" >&5
+echo "$as_me: loading site script $ac_site_file" >&6;}
+ cat "$ac_site_file" >&5
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
- echo "loading cache $cache_file"
- . $cache_file
+ # Some versions of bash will fail to source /dev/null (special
+ # files actually), so we avoid doing that.
+ if test -f "$cache_file"; then
+ { echo "$as_me:848: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . $cache_file;;
+ *) . ./$cache_file;;
+ esac
+ fi
else
- echo "creating cache $cache_file"
- > $cache_file
+ { echo "$as_me:856: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in `(set) 2>&1 |
+ sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+ eval ac_old_val="\$ac_cv_env_${ac_var}_value"
+ eval ac_new_val="\$ac_env_${ac_var}_value"
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { echo "$as_me:872: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+ { echo "$as_me:876: error: \`$ac_var' was not set in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+ if test "x$ac_old_val" != "x$ac_new_val"; then
+ { echo "$as_me:882: error: \`$ac_var' has changed since the previous run:" >&5
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ { echo "$as_me:884: former value: $ac_old_val" >&5
+echo "$as_me: former value: $ac_old_val" >&2;}
+ { echo "$as_me:886: current value: $ac_new_val" >&5
+echo "$as_me: current value: $ac_new_val" >&2;}
+ ac_cache_corrupted=:
+ fi;;
+ esac
+ # Pass precious variables to config.status. It doesn't matter if
+ # we pass some twice (in addition to the command line arguments).
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+ ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args '$ac_arg'"
+ ;;
+ *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
+ ;;
+ esac
+ fi
+done
+if $ac_cache_corrupted; then
+ { echo "$as_me:905: error: changes in the environment can compromise the build" >&5
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+ { { echo "$as_me:907: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+ { (exit 1); exit 1; }; }
fi
ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-ac_exeext=
-ac_objext=o
-if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
- # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
- if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
- ac_n= ac_c='
-' ac_t=' '
- else
- ac_n=-n ac_c= ac_t=
- fi
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
+ *c*,-n*) ECHO_N= ECHO_C='
+' ECHO_T=' ' ;;
+ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
+ *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
+esac
+echo "#! $SHELL" >conftest.sh
+echo "exit 0" >>conftest.sh
+chmod +x conftest.sh
+if { (echo "$as_me:927: PATH=\".;.\"; conftest.sh") >&5
+ (PATH=".;."; conftest.sh) 2>&5
+ ac_status=$?
+ echo "$as_me:930: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ ac_path_separator=';'
else
- ac_n= ac_c='\c' ac_t=
+ ac_path_separator=:
fi
-
+PATH_SEPARATOR="$ac_path_separator"
+rm -f conftest.sh
ac_aux_dir=
for ac_dir in $global_top_srcdir ../..; do
@@ -539,18 +946,20 @@ for ac_dir in $global_top_srcdir ../..; do
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
+ elif test -f $ac_dir/shtool; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
fi
done
if test -z "$ac_aux_dir"; then
- { echo "configure: error: can not find install-sh or install.sh in $global_top_srcdir ../.." 1>&2; exit 1; }
+ { { echo "$as_me:956: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&5
+echo "$as_me: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&2;}
+ { (exit 1); exit 1; }; }
fi
-ac_config_guess=$ac_aux_dir/config.guess
-ac_config_sub=$ac_aux_dir/config.sub
-ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
-
-
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -559,31 +968,39 @@ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:568: checking for a BSD compatible install" >&5
+echo "$as_me:976: checking for a BSD compatible install" >&5
+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
-if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${ac_cv_path_install+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
+ IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
+ case $ac_dir/ in
+ / | ./ | .// | /cC/* \
+ | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
+ | /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
+ if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
+ elif test $ac_prog = install &&
+ grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
@@ -593,31 +1010,31 @@ else
;;
esac
done
- IFS="$ac_save_IFS"
fi
if test "${ac_cv_path_install+set}" = set; then
- INSTALL="$ac_cv_path_install"
+ INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
- INSTALL="$ac_install_sh"
+ INSTALL=$ac_install_sh
fi
fi
-echo "$ac_t""$INSTALL" 1>&6
+echo "$as_me:1025: result: $INSTALL" >&5
+echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:621: checking whether build environment is sane" >&5
+echo "$as_me:1036: checking whether build environment is sane" >&5
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
echo timestamp > conftest.file
@@ -640,8 +1057,11 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" 1>&2; exit 1; }
+ { { echo "$as_me:1060: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&5
+echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&2;}
+ { (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
@@ -650,28 +1070,29 @@ then
# Ok.
:
else
- { echo "configure: error: newly created file is older than distributed files!
-Check your system clock" 1>&2; exit 1; }
-fi
-echo "$ac_t""yes" 1>&6
-if test "$program_transform_name" = s,x,x,; then
- program_transform_name=
-else
- # Double any \ or $. echo might interpret backslashes.
- cat <<\EOF_SED > conftestsed
-s,\\,\\\\,g; s,\$,$$,g
-EOF_SED
- program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
+ { { echo "$as_me:1073: error: newly created file is older than distributed files!
+Check your system clock" >&5
+echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2;}
+ { (exit 1); exit 1; }; }
fi
+echo "$as_me:1079: result: yes" >&5
+echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
- program_transform_name="s,^,${program_prefix},; $program_transform_name"
+ program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
- program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
+ program_transform_name="s,\$,$program_suffix,;$program_transform_name"
+# Double any \ or $. echo might interpret backslashes.
+# By default was `s,x,x', remove it if useless.
+cat <<\_ACEOF >conftest.sed
+s/[\\$]/&&/g;s/;s,x,x,$//
+_ACEOF
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+rm conftest.sed
-# sed with no file args requires a program.
-test "$program_transform_name" = "" && program_transform_name="s,x,x,"
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
@@ -680,82 +1101,86 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- echo "configure: warning: ${am_backtick}missing' script is too old or missing" 1>&2
+ { echo "$as_me:1104: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
fi
for ac_prog in mawk gawk nawk awk
do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:692: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1112: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_AWK+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_AWK="$ac_prog"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_AWK="$ac_prog"
+echo "$as_me:1127: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-AWK="$ac_cv_prog_AWK"
+AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$ac_t""$AWK" 1>&6
+ echo "$as_me:1135: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1138: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -n "$AWK" && break
+ test -n "$AWK" && break
done
-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:722: checking whether ${MAKE-make} sets \${MAKE}" >&5
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1145: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat > conftestmake <<\EOF
+ cat >conftest.make <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
-rm -f conftestmake
+rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$ac_t""yes" 1>&6
+ echo "$as_me:1165: result: yes" >&5
+echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1169: result: no" >&5
+echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
- :
-fi
+fi;
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
fi
-
if test "x$enable_dependency_tracking" != xno; then
AMDEP_TRUE=
AMDEP_FALSE='#'
@@ -764,9 +1189,6 @@ else
AMDEP_FALSE=
fi
-
-
-
rm -f .deps 2>/dev/null
mkdir .deps 2>/dev/null
if test -d .deps; then
@@ -777,25 +1199,26 @@ else
fi
rmdir .deps 2>/dev/null
-
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { echo "configure: error: source directory already configured; run \"make distclean\" there first" 1>&2; exit 1; }
+ { { echo "$as_me:1205: error: source directory already configured; run \"make distclean\" there first" >&5
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+ { (exit 1); exit 1; }; }
fi
# Define the identity of the package.
-PACKAGE=gexttext_rpathly
+PACKAGE=gettext_rpathly
VERSION=0
-cat >> confdefs.h <>confdefs.h <> confdefs.h <>confdefs.h <&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+echo "$as_me:1262: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}gcc"
+echo "$as_me:1277: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ echo "$as_me:1285: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
+else
+ echo "$as_me:1288: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:841: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1297: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="gcc"
+echo "$as_me:1312: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1320: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1323: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+echo "$as_me:1336: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="gcc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}cc"
+echo "$as_me:1351: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1359: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1362: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+echo "$as_me:1371: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="cc"
+echo "$as_me:1386: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1394: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1397: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:871: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1410: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_prog_rejected=no
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
- ac_prog_rejected=yes
- continue
- fi
- ac_cv_prog_CC="cc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+fi
+ac_cv_prog_CC="cc"
+echo "$as_me:1430: found $ac_dir/$ac_word" >&5
+break
+done
+
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
- if test $# -gt 0; then
+ if test $# != 0; then
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
- set dummy "$ac_dir/$ac_word" "$@"
+ set dummy "$ac_dir/$ac_word" ${1+"$@"}
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1452: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1455: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- if test -z "$CC"; then
- case "`uname -s`" in
- *win32* | *WIN32*)
- # Extract the first word of "cl", so it can be a program name with args.
-set dummy cl; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:922: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+echo "$as_me:1466: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="cl"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+echo "$as_me:1481: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1489: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1492: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- ;;
- esac
- fi
- test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
+
+ test -n "$CC" && break
+ done
fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo "$as_me:1505: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="$ac_prog"
+echo "$as_me:1520: found $ac_dir/$ac_word" >&5
+break
+done
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:954: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1528: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1531: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
+ test -n "$ac_ct_CC" && break
+done
-cat > conftest.$ac_ext << EOF
+ CC=$ac_ct_CC
+fi
+
+fi
-#line 965 "configure"
+test -z "$CC" && { { echo "$as_me:1543: error: no acceptable cc found in \$PATH" >&5
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+
+# Provide some information about the compiler.
+echo "$as_me:1548:" \
+ "checking for C compiler version" >&5
+ac_compiler=`set X $ac_compile; echo $2`
+{ (eval echo "$as_me:1551: \"$ac_compiler --version &5\"") >&5
+ (eval $ac_compiler --version &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1554: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1556: \"$ac_compiler -v &5\"") >&5
+ (eval $ac_compiler -v &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1559: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1561: \"$ac_compiler -V &5\"") >&5
+ (eval $ac_compiler -V &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1564: \$? = $ac_status" >&5
+ (exit $ac_status); }
+
+cat >conftest.$ac_ext <<_ACEOF
+#line 1568 "configure"
#include "confdefs.h"
-main(){return(0);}
-EOF
-if { (eval echo configure:970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
- # If we can't run a trivial program, we are probably using a cross compiler.
- if (./conftest; exit) 2>/dev/null; then
- ac_cv_prog_cc_cross=no
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.exe"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+echo "$as_me:1584: checking for C compiler default output" >&5
+echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+if { (eval echo "$as_me:1587: \"$ac_link_default\"") >&5
+ (eval $ac_link_default) 2>&5
+ ac_status=$?
+ echo "$as_me:1590: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # Find the output, starting from the most likely. This scheme is
+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
+# resort.
+for ac_file in `ls a.exe conftest.exe 2>/dev/null;
+ ls a.out conftest 2>/dev/null;
+ ls a.* conftest.* 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ a.out ) # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1613: error: C compiler cannot create executables" >&5
+echo "$as_me: error: C compiler cannot create executables" >&2;}
+ { (exit 77); exit 77; }; }
+fi
+
+ac_exeext=$ac_cv_exeext
+echo "$as_me:1619: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6
+
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1624: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+# If not cross compiling, check that we can run a simple program.
+if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+ { (eval echo "$as_me:1630: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1633: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ cross_compiling=no
else
- ac_cv_prog_cc_cross=yes
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { echo "$as_me:1640: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&5
+echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
fi
+fi
+echo "$as_me:1648: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+
+rm -f a.out a.exe conftest$ac_cv_exeext
+ac_clean_files=$ac_clean_files_save
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1655: checking whether we are cross compiling" >&5
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
+echo "$as_me:1657: result: $cross_compiling" >&5
+echo "${ECHO_T}$cross_compiling" >&6
+
+echo "$as_me:1660: checking for executable suffix" >&5
+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
+if { (eval echo "$as_me:1662: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:1665: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_prog_cc_works=no
+ { { echo "$as_me:1681: error: cannot compute EXEEXT: cannot compile and link" >&5
+echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
+ { (exit 1); exit 1; }; }
fi
-rm -fr conftest*
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
-if test $ac_cv_prog_cc_works = no; then
- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
-fi
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:996: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
-echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1001: checking whether we are using GNU C" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
- ac_cv_prog_gcc=yes
+
+rm -f conftest$ac_cv_exeext
+echo "$as_me:1687: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+echo "$as_me:1693: checking for object suffix" >&5
+echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
+if test "${ac_cv_objext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1699 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { (eval echo "$as_me:1711: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1714: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+done
else
- ac_cv_prog_gcc=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1726: error: cannot compute OBJEXT: cannot compile" >&5
+echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
+ { (exit 1); exit 1; }; }
fi
+
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
+echo "$as_me:1733: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+echo "$as_me:1737: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1743 "configure"
+#include "confdefs.h"
-echo "$ac_t""$ac_cv_prog_gcc" 1>&6
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
-if test $ac_cv_prog_gcc = yes; then
- GCC=yes
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1758: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1761: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1764: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1767: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_compiler_gnu=yes
else
- GCC=
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_compiler_gnu=no
fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
-ac_test_CFLAGS="${CFLAGS+set}"
-ac_save_CFLAGS="$CFLAGS"
-CFLAGS=
-echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1029: checking whether ${CC-cc} accepts -g" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+echo "$as_me:1779: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
+GCC=`test $ac_compiler_gnu = yes && echo yes`
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+CFLAGS="-g"
+echo "$as_me:1785: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
+if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- echo 'void f(){}' > conftest.c
-if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1791 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1803: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1806: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1809: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1812: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
- ac_cv_prog_cc_g=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_prog_cc_g=no
fi
-rm -f conftest*
-
+rm -f conftest.$ac_objext conftest.$ac_ext
fi
-
-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
+echo "$as_me:1822: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
- CFLAGS="$ac_save_CFLAGS"
+ CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
@@ -1055,7 +1836,118 @@ else
CFLAGS=
fi
fi
+# Some people use a C++ compiler to compile C. Since we use `exit',
+# in C++ we need to declare it. In case someone uses the same compiler
+# for both compiling C and C++ we need to have the C++ compiler decide
+# the declaration of exit, since it's the most demanding environment.
+cat >conftest.$ac_ext <<_ACEOF
+#ifndef __cplusplus
+ choke me
+#endif
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1849: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1852: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1855: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1858: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ for ac_declaration in \
+ ''\
+ '#include ' \
+ 'extern "C" void std::exit (int) throw (); using std::exit;' \
+ 'extern "C" void std::exit (int); using std::exit;' \
+ 'extern "C" void exit (int) throw ();' \
+ 'extern "C" void exit (int);' \
+ 'void exit (int);'
+do
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1870 "configure"
+#include "confdefs.h"
+#include
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1883: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1886: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1889: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1892: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+continue
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1902 "configure"
+#include "confdefs.h"
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1914: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1917: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1920: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1923: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+done
+rm -f conftest*
+if test -n "$ac_declaration"; then
+ echo '#ifdef __cplusplus' >>confdefs.h
+ echo $ac_declaration >>confdefs.h
+ echo '#endif' >>confdefs.h
+fi
+
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ac_config_commands="$ac_config_commands default-1"
am_make=${MAKE-make}
cat > confinc << 'END'
@@ -1063,8 +1955,8 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo $ac_n "checking for style of include used by $am_make""... $ac_c" 1>&6
-echo "configure:1068: checking for style of include used by $am_make" >&5
+echo "$as_me:1958: checking for style of include used by $am_make" >&5
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include='#'
am__quote=
_am_result=none
@@ -1090,17 +1982,16 @@ if test "$am__include" = "#"; then
fi
fi
-
-echo "$ac_t""$_am_result" 1>&6
+echo "$as_me:1985: result: $_am_result" >&5
+echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
-
depcc="$CC" am_compiler_list=
-echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6
-echo "configure:1102: checking dependency style of $depcc" >&5
-if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1991: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up
@@ -1159,37 +2050,76 @@ else
fi
fi
-
-echo "$ac_t""$am_cv_CC_dependencies_compiler_type" 1>&6
+echo "$as_me:2053: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
-
+ if test "X$prefix" = "XNONE"; then
+ acl_final_prefix="$ac_default_prefix"
+ else
+ acl_final_prefix="$prefix"
+ fi
+ if test "X$exec_prefix" = "XNONE"; then
+ acl_final_exec_prefix='${prefix}'
+ else
+ acl_final_exec_prefix="$exec_prefix"
+ fi
+ acl_save_prefix="$prefix"
+ prefix="$acl_final_prefix"
+ eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+ prefix="$acl_save_prefix"
# Make sure we can run config.sub.
-if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
-else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
-fi
-
-echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:1175: checking host system type" >&5
-
-host_alias=$host
-case "$host_alias" in
-NONE)
- case $nonopt in
- NONE)
- if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
- else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
- fi ;;
- *) host_alias=$nonopt ;;
- esac ;;
-esac
+$ac_config_sub sun4 >/dev/null 2>&1 ||
+ { { echo "$as_me:2074: error: cannot run $ac_config_sub" >&5
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+ { (exit 1); exit 1; }; }
+
+echo "$as_me:2078: checking build system type" >&5
+echo $ECHO_N "checking build system type... $ECHO_C" >&6
+if test "${ac_cv_build+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_build_alias=$build_alias
+test -z "$ac_cv_build_alias" &&
+ ac_cv_build_alias=`$ac_config_guess`
+test -z "$ac_cv_build_alias" &&
+ { { echo "$as_me:2087: error: cannot guess build type; you must specify one" >&5
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+ { { echo "$as_me:2091: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
+ { (exit 1); exit 1; }; }
+
+fi
+echo "$as_me:2096: result: $ac_cv_build" >&5
+echo "${ECHO_T}$ac_cv_build" >&6
+build=$ac_cv_build
+build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+echo "$as_me:2103: checking host system type" >&5
+echo $ECHO_N "checking host system type... $ECHO_C" >&6
+if test "${ac_cv_host+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_host_alias=$host_alias
+test -z "$ac_cv_host_alias" &&
+ ac_cv_host_alias=$ac_cv_build_alias
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+ { { echo "$as_me:2112: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
-host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
-host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$ac_t""$host" 1>&6
+fi
+echo "$as_me:2117: result: $ac_cv_host" >&5
+echo "${ECHO_T}$ac_cv_host" >&6
+host=$ac_cv_host
+host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
@@ -1197,13 +2127,12 @@ if test "${with_gnu_ld+set}" = set; then
test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
-fi
-
+fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
-echo "configure:1207: checking for ld used by GCC" >&5
+ echo "$as_me:2134: checking for ld used by GCC" >&5
+echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
@@ -1232,14 +2161,14 @@ echo "configure:1207: checking for ld used by GCC" >&5
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
-echo "configure:1237: checking for GNU ld" >&5
+ echo "$as_me:2164: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
-echo "configure:1240: checking for non-GNU ld" >&5
+ echo "$as_me:2167: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
-if eval "test \"`echo '$''{'acl_cv_path_LD'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${acl_cv_path_LD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$LD"; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
@@ -1265,15 +2194,19 @@ fi
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- echo "$ac_t""$LD" 1>&6
+ echo "$as_me:2197: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:2200: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
-echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:1275: checking if the linker ($LD) is GNU ld" >&5
-if eval "test \"`echo '$''{'acl_cv_prog_gnu_ld'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+test -z "$LD" && { { echo "$as_me:2203: error: no acceptable ld found in \$PATH" >&5
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+echo "$as_me:2206: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+if test "${acl_cv_prog_gnu_ld+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 &5; then
@@ -1282,43 +2215,25 @@ else
acl_cv_prog_gnu_ld=no
fi
fi
-
-echo "$ac_t""$acl_cv_prog_gnu_ld" 1>&6
+echo "$as_me:2218: result: $acl_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
with_gnu_ld=$acl_cv_prog_gnu_ld
-
-
- if test "X$prefix" = "XNONE"; then
- acl_final_prefix="$ac_default_prefix"
- else
- acl_final_prefix="$prefix"
- fi
- if test "X$exec_prefix" = "XNONE"; then
- acl_final_exec_prefix='${prefix}'
- else
- acl_final_exec_prefix="$exec_prefix"
- fi
- acl_save_prefix="$prefix"
- prefix="$acl_final_prefix"
- eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
- prefix="$acl_save_prefix"
-
-
- echo $ac_n "checking for shared library run path origin""... $ac_c" 1>&6
-echo "configure:1309: checking for shared library run path origin" >&5
-if eval "test \"`echo '$''{'acl_cv_rpath'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2222: checking for shared library run path origin" >&5
+echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
+if test "${acl_cv_rpath+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
+
CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
. ./conftest.sh
rm -f ./conftest.sh
acl_cv_rpath=done
-
-fi
-echo "$ac_t""$acl_cv_rpath" 1>&6
+fi
+echo "$as_me:2235: result: $acl_cv_rpath" >&5
+echo "${ECHO_T}$acl_cv_rpath" >&6
wl="$acl_cv_wl"
libext="$acl_cv_libext"
shlibext="$acl_cv_shlibext"
@@ -1328,50 +2243,50 @@ echo "$ac_t""$acl_cv_rpath" 1>&6
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ # Check whether --enable-rpath or --disable-rpath was given.
+if test "${enable_rpath+set}" = set; then
+ enableval="$enable_rpath"
+ :
+else
+ enable_rpath=yes
+fi;
-
-
-
-
-
- echo $ac_n "checking how to link with librpathy""... $ac_c" 1>&6
-echo "configure:1339: checking how to link with librpathy" >&5
-if eval "test \"`echo '$''{'ac_cv_librpathy_libs'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2254: checking how to link with librpathy" >&5
+echo $ECHO_N "checking how to link with librpathy... $ECHO_C" >&6
+if test "${ac_cv_librpathy_libs+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
-
-
+
use_additional=yes
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
- # Check whether --with-librpathy-prefix or --without-librpathy-prefix was given.
+# Check whether --with-librpathy-prefix or --without-librpathy-prefix was given.
if test "${with_librpathy_prefix+set}" = set; then
withval="$with_librpathy_prefix"
-
+
if test "X$withval" = "Xno"; then
use_additional=no
else
if test "X$withval" = "X"; then
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
@@ -1381,8 +2296,7 @@ if test "${with_librpathy_prefix+set}" = set; then
fi
fi
-fi
-
+fi;
LIBRPATHY=
LTLIBRPATHY=
INCRPATHY=
@@ -1438,7 +2352,7 @@ fi
fi
if test "X$found_dir" = "X"; then
for x in $LDFLAGS $LTLIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1475,7 +2389,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBRPATHY="${LTLIBRPATHY}${LTLIBRPATHY:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
LIBRPATHY="${LIBRPATHY}${LIBRPATHY:+ }$found_so"
else
haveit=
@@ -1506,7 +2420,7 @@ fi
else
haveit=
for x in $LDFLAGS $LIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1557,7 +2471,7 @@ fi
fi
if test -z "$haveit"; then
for x in $CPPFLAGS $INCRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1602,7 +2516,7 @@ fi
if test -z "$haveit"; then
haveit=
for x in $LDFLAGS $LIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1623,7 +2537,7 @@ fi
fi
haveit=
for x in $LDFLAGS $LTLIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1647,25 +2561,27 @@ fi
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
@@ -1719,18 +2635,18 @@ fi
ac_cv_librpathy_libs="$LIBRPATHY"
ac_cv_librpathy_ltlibs="$LTLIBRPATHY"
ac_cv_librpathy_cppflags="$INCRPATHY"
-
-fi
-echo "$ac_t""$ac_cv_librpathy_libs" 1>&6
+fi
+echo "$as_me:2640: result: $ac_cv_librpathy_libs" >&5
+echo "${ECHO_T}$ac_cv_librpathy_libs" >&6
LIBRPATHY="$ac_cv_librpathy_libs"
LTLIBRPATHY="$ac_cv_librpathy_ltlibs"
INCRPATHY="$ac_cv_librpathy_cppflags"
-
+
for element in $INCRPATHY; do
haveit=
for x in $CPPFLAGS; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1749,299 +2665,661 @@ echo "$ac_t""$ac_cv_librpathy_libs" 1>&6
fi
done
-
-
HAVE_LIBRPATHY=yes
-
-
-
-trap '' 1 2 15
-cat > confcache <<\EOF
+ac_config_files="$ac_config_files Makefile"
+cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
-# scripts and configure runs. It is not useful on other systems.
-# If it contains results you don't want to keep, you may remove or edit it.
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems. If it contains results you don't
+# want to keep, you may remove or edit it.
#
-# By default, configure uses ./config.cache as the cache file,
-# creating it if it does not exist already. You can give configure
-# the --cache-file=FILE option to use a different cache file; that is
-# what configure does when it calls configure scripts in
-# subdirectories, so they share the cache.
-# Giving --cache-file=/dev/null disables caching, for debugging configure.
-# config.status only pays attention to the cache file if you give it the
-# --recheck option to rerun configure.
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
#
-EOF
+# `ac_cv_env_foo' variables (set or unset) will be overriden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
-(set) 2>&1 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- # `set' does not quote correctly, so add quotes (double-quote substitution
- # turns \\\\ into \\, and sed turns \\ into \).
- sed -n \
- -e "s/'/'\\\\''/g" \
- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
- ;;
- esac >> confcache
-if cmp -s $cache_file confcache; then
- :
-else
+{
+ (set) 2>&1 |
+ case `(ac_space=' '; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+ ;;
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} |
+ sed '
+ t clear
+ : clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ : end' >>confcache
+if cmp -s $cache_file confcache; then :; else
if test -w $cache_file; then
- echo "updating cache $cache_file"
- cat confcache > $cache_file
+ test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
+ cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-# Any assignment to VPATH causes Sun make to only execute
-# the first set of double-colon rules, so remove it if not needed.
-# If there is a colon in the path, we need to keep it.
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
+s/:*\$(srcdir):*/:/;
+s/:*\${srcdir}:*/:/;
+s/:*@srcdir@:*/:/;
+s/^\([^=]*=[ ]*\):*/\1/;
+s/:*$//;
+s/^[^=]*=[ ]*$//;
+}'
fi
-trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
-
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
-cat > conftest.defs <<\EOF
-s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
-s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
-s%\[%\\&%g
-s%\]%\\&%g
-s%\$%$$%g
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then we branch to the quote section. Otherwise,
+# look for a macro that doesn't take arguments.
+cat >confdef2opt.sed <<\EOF
+t clear
+: clear
+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
+t quote
+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
+t quote
+d
+: quote
+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
+s,\[,\\&,g
+s,\],\\&,g
+s,\$,$$,g
+p
EOF
-DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
-rm -f conftest.defs
-
+# We use echo to avoid assuming a particular line-breaking character.
+# The extra dot is to prevent the shell from consuming trailing
+# line-breaks from the sub-command output. A line-break within
+# single-quotes doesn't work because, if this script is created in a
+# platform that uses two characters for line-breaks (e.g., DOS), tr
+# would break.
+ac_LF_and_DOT=`echo; echo .`
+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
+rm -f confdef2opt.sed
-# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}
-
-echo creating $CONFIG_STATUS
-rm -f $CONFIG_STATUS
-cat > $CONFIG_STATUS <&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
+cat >$CONFIG_STATUS <<_ACEOF
+#! $SHELL
# Generated automatically by configure.
# Run this file to recreate the current configuration.
-# This directory was configured as follows,
-# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-#
-# $0 $ac_configure_args
-#
# Compiler output produced by configure, useful for debugging
-# configure, is in ./config.log if it exists.
+# configure, is in config.log if it exists.
-ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
-for ac_option
+debug=false
+SHELL=\${CONFIG_SHELL-$SHELL}
+ac_cs_invocation="\$0 \$@"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+exec 6>&1
+
+_ACEOF
+
+# Files that config.status was made for.
+if test -n "$ac_config_files"; then
+ echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_headers"; then
+ echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_links"; then
+ echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_commands"; then
+ echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
+fi
+
+cat >>$CONFIG_STATUS <<\EOF
+
+ac_cs_usage="\
+\`$as_me' instantiates files from templates according to the
+current configuration.
+
+Usage: $0 [OPTIONS] [FILE]...
+
+ -h, --help print this help, then exit
+ -V, --version print version number, then exit
+ -d, --debug don't remove temporary files
+ --recheck update $as_me by reconfiguring in the same conditions
+ --file=FILE[:TEMPLATE]
+ instantiate the configuration file FILE
+
+Configuration files:
+$config_files
+
+Configuration commands:
+$config_commands
+
+Report bugs to ."
+EOF
+
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+# If no file are specified by the user, then we need to provide default
+# value. By we need to know if files were specified by the user.
+ac_need_defaults=:
+while test $# != 0
do
- case "\$ac_option" in
+ case $1 in
+ --*=*)
+ ac_option=`expr "x$1" : 'x\([^=]*\)='`
+ ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
+ shift
+ set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
+ shift
+ ;;
+ -*);;
+ *) # This is not an option, so the user has probably given explicit
+ # arguments.
+ ac_need_defaults=false;;
+ esac
+
+ case $1 in
+ # Handling of the options.
+EOF
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ --version | --vers* | -V )
+ echo "$ac_cs_version"; exit 0 ;;
+ --he | --h)
+ # Conflict between --help and --header
+ { { echo "$as_me:2951: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; };;
+ --help | --hel | -h )
+ echo "$ac_cs_usage"; exit 0 ;;
+ --debug | --d* | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ shift
+ CONFIG_FILES="$CONFIG_FILES $1"
+ ac_need_defaults=false;;
+ --header | --heade | --head | --hea )
+ shift
+ CONFIG_HEADERS="$CONFIG_HEADERS $1"
+ ac_need_defaults=false;;
+
+ # This is an error.
+ -*) { { echo "$as_me:2970: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; } ;;
+
+ *) ac_config_targets="$ac_config_targets $1" ;;
+
esac
+ shift
done
-ac_given_srcdir=$srcdir
-ac_given_INSTALL="$INSTALL"
+exec 5>>config.log
+cat >&5 << _ACEOF
+
+## ----------------------- ##
+## Running config.status. ##
+## ----------------------- ##
+
+This file was extended by $as_me 2.52, executed with
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+ CONFIG_LINKS = $CONFIG_LINKS
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ > $ac_cs_invocation
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+_ACEOF
EOF
-cat >> $CONFIG_STATUS < conftest.subs <<\\CEOF
-$ac_vpsub
-$extrasub
-s%@SHELL@%$SHELL%g
-s%@CFLAGS@%$CFLAGS%g
-s%@CPPFLAGS@%$CPPFLAGS%g
-s%@CXXFLAGS@%$CXXFLAGS%g
-s%@FFLAGS@%$FFLAGS%g
-s%@DEFS@%$DEFS%g
-s%@LDFLAGS@%$LDFLAGS%g
-s%@LIBS@%$LIBS%g
-s%@exec_prefix@%$exec_prefix%g
-s%@prefix@%$prefix%g
-s%@program_transform_name@%$program_transform_name%g
-s%@bindir@%$bindir%g
-s%@sbindir@%$sbindir%g
-s%@libexecdir@%$libexecdir%g
-s%@datadir@%$datadir%g
-s%@sysconfdir@%$sysconfdir%g
-s%@sharedstatedir@%$sharedstatedir%g
-s%@localstatedir@%$localstatedir%g
-s%@libdir@%$libdir%g
-s%@includedir@%$includedir%g
-s%@oldincludedir@%$oldincludedir%g
-s%@infodir@%$infodir%g
-s%@mandir@%$mandir%g
-s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
-s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
-s%@INSTALL_DATA@%$INSTALL_DATA%g
-s%@PACKAGE@%$PACKAGE%g
-s%@VERSION@%$VERSION%g
-s%@EXEEXT@%$EXEEXT%g
-s%@OBJEXT@%$OBJEXT%g
-s%@ACLOCAL@%$ACLOCAL%g
-s%@AUTOCONF@%$AUTOCONF%g
-s%@AUTOMAKE@%$AUTOMAKE%g
-s%@AUTOHEADER@%$AUTOHEADER%g
-s%@MAKEINFO@%$MAKEINFO%g
-s%@AMTAR@%$AMTAR%g
-s%@install_sh@%$install_sh%g
-s%@INSTALL_STRIP_PROGRAM@%$INSTALL_STRIP_PROGRAM%g
-s%@AWK@%$AWK%g
-s%@SET_MAKE@%$SET_MAKE%g
-s%@AMDEP_TRUE@%$AMDEP_TRUE%g
-s%@AMDEP_FALSE@%$AMDEP_FALSE%g
-s%@AMDEPBACKSLASH@%$AMDEPBACKSLASH%g
-s%@DEPDIR@%$DEPDIR%g
-s%@CC@%$CC%g
-s%@am__include@%$am__include%g
-s%@am__quote@%$am__quote%g
-s%@CCDEPMODE@%$CCDEPMODE%g
-s%@host@%$host%g
-s%@host_alias@%$host_alias%g
-s%@host_cpu@%$host_cpu%g
-s%@host_vendor@%$host_vendor%g
-s%@host_os@%$host_os%g
-s%@LIBRPATHY@%$LIBRPATHY%g
-s%@LTLIBRPATHY@%$LTLIBRPATHY%g
-s%@global_top_srcdir@%$global_top_srcdir%g
+cat >>$CONFIG_STATUS <> $CONFIG_STATUS <<\EOF
-
-# Split the substitutions into bite-sized pieces for seds with
-# small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
-ac_file=1 # Number of current file.
-ac_beg=1 # First line for current file.
-ac_end=$ac_max_sed_cmds # Line after last line for current file.
-ac_more_lines=:
-ac_sed_cmds=""
-while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
- else
- sed "${ac_end}q" conftest.subs > conftest.s$ac_file
- fi
- if test ! -s conftest.s$ac_file; then
- ac_more_lines=false
- rm -f conftest.s$ac_file
- else
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f conftest.s$ac_file"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
- fi
- ac_file=`expr $ac_file + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_cmds`
- fi
+cat >>$CONFIG_STATUS <<\EOF
+for ac_config_target in $ac_config_targets
+do
+ case "$ac_config_target" in
+ # Handling of arguments.
+ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
+ *) { { echo "$as_me:3017: error: invalid argument: $ac_config_target" >&5
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
done
-if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used. Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
+
+# Create a temporary directory, and hook for its removal unless debugging.
+$debug ||
+{
+ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
+}
+
+# Create a (secure) tmp directory for tmp files.
+: ${TMPDIR=/tmp}
+{
+ tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
+ test -n "$tmp" && test -d "$tmp"
+} ||
+{
+ tmp=$TMPDIR/cs$$-$RANDOM
+ (umask 077 && mkdir $tmp)
+} ||
+{
+ echo "$me: cannot create a temporary directory in $TMPDIR" >&2
+ { (exit 1); exit 1; }
+}
+
+EOF
+
+cat >>$CONFIG_STATUS <\$tmp/subs.sed <<\\CEOF
+s,@SHELL@,$SHELL,;t t
+s,@exec_prefix@,$exec_prefix,;t t
+s,@prefix@,$prefix,;t t
+s,@program_transform_name@,$program_transform_name,;t t
+s,@bindir@,$bindir,;t t
+s,@sbindir@,$sbindir,;t t
+s,@libexecdir@,$libexecdir,;t t
+s,@datadir@,$datadir,;t t
+s,@sysconfdir@,$sysconfdir,;t t
+s,@sharedstatedir@,$sharedstatedir,;t t
+s,@localstatedir@,$localstatedir,;t t
+s,@libdir@,$libdir,;t t
+s,@includedir@,$includedir,;t t
+s,@oldincludedir@,$oldincludedir,;t t
+s,@infodir@,$infodir,;t t
+s,@mandir@,$mandir,;t t
+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
+s,@build_alias@,$build_alias,;t t
+s,@host_alias@,$host_alias,;t t
+s,@target_alias@,$target_alias,;t t
+s,@ECHO_C@,$ECHO_C,;t t
+s,@ECHO_N@,$ECHO_N,;t t
+s,@ECHO_T@,$ECHO_T,;t t
+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
+s,@DEFS@,$DEFS,;t t
+s,@LIBS@,$LIBS,;t t
+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
+s,@PACKAGE@,$PACKAGE,;t t
+s,@VERSION@,$VERSION,;t t
+s,@EXEEXT@,$EXEEXT,;t t
+s,@OBJEXT@,$OBJEXT,;t t
+s,@ACLOCAL@,$ACLOCAL,;t t
+s,@AUTOCONF@,$AUTOCONF,;t t
+s,@AUTOMAKE@,$AUTOMAKE,;t t
+s,@AUTOHEADER@,$AUTOHEADER,;t t
+s,@MAKEINFO@,$MAKEINFO,;t t
+s,@AMTAR@,$AMTAR,;t t
+s,@install_sh@,$install_sh,;t t
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+s,@AWK@,$AWK,;t t
+s,@SET_MAKE@,$SET_MAKE,;t t
+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+s,@DEPDIR@,$DEPDIR,;t t
+s,@CC@,$CC,;t t
+s,@CFLAGS@,$CFLAGS,;t t
+s,@LDFLAGS@,$LDFLAGS,;t t
+s,@CPPFLAGS@,$CPPFLAGS,;t t
+s,@ac_ct_CC@,$ac_ct_CC,;t t
+s,@am__include@,$am__include,;t t
+s,@am__quote@,$am__quote,;t t
+s,@CCDEPMODE@,$CCDEPMODE,;t t
+s,@build@,$build,;t t
+s,@build_cpu@,$build_cpu,;t t
+s,@build_vendor@,$build_vendor,;t t
+s,@build_os@,$build_os,;t t
+s,@host@,$host,;t t
+s,@host_cpu@,$host_cpu,;t t
+s,@host_vendor@,$host_vendor,;t t
+s,@host_os@,$host_os,;t t
+s,@LIBRPATHY@,$LIBRPATHY,;t t
+s,@LTLIBRPATHY@,$LTLIBRPATHY,;t t
+s,@global_top_srcdir@,$global_top_srcdir,;t t
+CEOF
+
EOF
-cat >> $CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ # Split the substitutions into bite-sized pieces for seds with
+ # small command number limits, like on Digital OSF/1 and HP-UX.
+ ac_max_sed_lines=48
+ ac_sed_frag=1 # Number of current file.
+ ac_beg=1 # First line for current file.
+ ac_end=$ac_max_sed_lines # Line after last line for current file.
+ ac_more_lines=:
+ ac_sed_cmds=
+ while $ac_more_lines; do
+ if test $ac_beg -gt 1; then
+ sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+ else
+ sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+ fi
+ if test ! -s $tmp/subs.frag; then
+ ac_more_lines=false
+ else
+ # The purpose of the label and of the branching condition is to
+ # speed up the sed processing (if there are no `@' at all, there
+ # is no need to browse any of the substitutions).
+ # These are the two extra sed commands mentioned above.
+ (echo ':t
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
+ if test -z "$ac_sed_cmds"; then
+ ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
+ else
+ ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
+ fi
+ ac_sed_frag=`expr $ac_sed_frag + 1`
+ ac_beg=$ac_end
+ ac_end=`expr $ac_end + $ac_max_sed_lines`
+ fi
+ done
+ if test -z "$ac_sed_cmds"; then
+ ac_sed_cmds=cat
+ fi
+fi # test -n "$CONFIG_FILES"
-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
EOF
-cat >> $CONFIG_STATUS <<\EOF
-for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
+cat >>$CONFIG_STATUS <<\EOF
+for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case "$ac_file" in
- *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
- ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- *) ac_file_in="${ac_file}.in" ;;
+ case $ac_file in
+ - | *:- | *:-:* ) # input from stdin
+ cat >$tmp/stdin
+ ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+ *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+ * ) ac_file_in=$ac_file.in ;;
esac
- # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
+ # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
+ ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| \
+ . : '\(.\)' 2>/dev/null ||
+echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+ /^X\(\/\/\)$/{ s//\1/; q; }
+ /^X\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- # The file is in a subdirectory.
- test ! -d "$ac_dir" && mkdir "$ac_dir"
- ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
+ { case "$ac_dir" in
+ [\\/]* | ?:[\\/]* ) as_incr_dir=;;
+ *) as_incr_dir=.;;
+esac
+as_dummy="$ac_dir"
+for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
+ case $as_mkdir_dir in
+ # Skip DOS drivespec
+ ?:) as_incr_dir=$as_mkdir_dir ;;
+ *)
+ as_incr_dir=$as_incr_dir/$as_mkdir_dir
+ test -d "$as_incr_dir" || mkdir "$as_incr_dir"
+ ;;
+ esac
+done; }
+
+ ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
# A "../" for each directory in $ac_dir_suffix.
- ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
+ ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
else
ac_dir_suffix= ac_dots=
fi
- case "$ac_given_srcdir" in
- .) srcdir=.
- if test -z "$ac_dots"; then top_srcdir=.
- else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
+ case $srcdir in
+ .) ac_srcdir=.
+ if test -z "$ac_dots"; then
+ ac_top_srcdir=.
+ else
+ ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
+ fi ;;
+ [\\/]* | ?:[\\/]* )
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir ;;
*) # Relative path.
- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_dots$srcdir ;;
esac
- echo creating "$ac_file"
- rm -f "$ac_file"
- configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
-# $configure_input" ;;
- *) ac_comsub= ;;
+ case $INSTALL in
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+ *) ac_INSTALL=$ac_dots$INSTALL ;;
esac
- ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
- sed -e "$ac_comsub
-s%@configure_input@%$configure_input%g
-s%@srcdir@%$srcdir%g
-s%@top_srcdir@%$top_srcdir%g
-s%@INSTALL@%$INSTALL%g
-" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
-fi; done
-rm -f conftest.s*
-
+ if test x"$ac_file" != x-; then
+ { echo "$as_me:3252: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+ rm -f "$ac_file"
+ fi
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated automatically by config.status. */
+ configure_input="Generated automatically from `echo $ac_file_in |
+ sed 's,.*/,,'` by configure."
+
+ # First look for the input files in the build tree, otherwise in the
+ # src tree.
+ ac_file_inputs=`IFS=:
+ for f in $ac_file_in; do
+ case $f in
+ -) echo $tmp/stdin ;;
+ [\\/$]*)
+ # Absolute (can't be DOS-style, as IFS=:)
+ test -f "$f" || { { echo "$as_me:3270: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
+ echo $f;;
+ *) # Relative
+ if test -f "$f"; then
+ # Build tree
+ echo $f
+ elif test -f "$srcdir/$f"; then
+ # Source tree
+ echo $srcdir/$f
+ else
+ # /dev/null tree
+ { { echo "$as_me:3283: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
+ fi;;
+ esac
+ done` || { (exit 1); exit 1; }
EOF
-cat >> $CONFIG_STATUS <>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s,@configure_input@,$configure_input,;t t
+s,@srcdir@,$ac_srcdir,;t t
+s,@top_srcdir@,$ac_top_srcdir,;t t
+s,@INSTALL@,$ac_INSTALL,;t t
+" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
+ rm -f $tmp/stdin
+ if test x"$ac_file" != x-; then
+ mv $tmp/out $ac_file
+ else
+ cat $tmp/out
+ rm -f $tmp/out
+ fi
+done
EOF
-cat >> $CONFIG_STATUS <<\EOF
+cat >>$CONFIG_STATUS <<\EOF
+#
+# CONFIG_COMMANDS section.
+#
+for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
+ ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
+ ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
+
+ case $ac_dest in
+ default-1 )
test x"$AMDEP_TRUE" != x"" ||
for mf in $CONFIG_FILES; do
case "$mf" in
@@ -2079,11 +3357,33 @@ for mf in $CONFIG_FILES; do
echo '# dummy' > "$dirpart/$file"
done
done
+ ;;
+ esac
+done
+EOF
+cat >>$CONFIG_STATUS <<\EOF
-exit 0
+{ (exit 0); exit 0; }
EOF
chmod +x $CONFIG_STATUS
-rm -fr confdefs* $ac_clean_files
-test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+ac_clean_files=$ac_clean_files_save
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded. So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status. When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+ ac_cs_success=:
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || { (exit 1); exit 1; }
+fi
diff --git a/tests/rpathlyx/Makefile.in b/tests/rpathlyx/Makefile.in
index 20cded962..94c6164ce 100644
--- a/tests/rpathlyx/Makefile.in
+++ b/tests/rpathlyx/Makefile.in
@@ -65,6 +65,7 @@ EXEEXT = @EXEEXT@
HAVE_LIB = @HAVE_LIB@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LIB = @LIB@
+LTLIB = @LTLIB@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
diff --git a/tests/rpathlyx/aclocal.m4 b/tests/rpathlyx/aclocal.m4
index 0494463ac..297583801 100644
--- a/tests/rpathlyx/aclocal.m4
+++ b/tests/rpathlyx/aclocal.m4
@@ -491,7 +491,7 @@ else
$1_FALSE=
fi])
-# lib-link.m4 serial 2 (gettext-0.11.2)
+# lib-link.m4 serial 3 (gettext-0.11.3)
dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -609,6 +609,10 @@ AC_DEFUN([AC_LIB_RPATH],
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ dnl Determine whether the user wants rpath handling at all.
+ AC_ARG_ENABLE(rpath,
+ [ --disable-rpath do not hardcode runtime library paths],
+ :, enable_rpath=yes)
])
dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
@@ -738,7 +742,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
dnl Linking with a shared library. We attempt to hardcode its
dnl directory into the executable's runpath, unless it's the
dnl standard /usr/lib.
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
dnl No hardcoding is needed.
LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
else
@@ -929,29 +933,31 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- dnl Potentially add DIR to rpathdirs.
- dnl The rpathdirs will be appended to $LIBNAME at the end.
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ dnl Potentially add DIR to rpathdirs.
+ dnl The rpathdirs will be appended to $LIBNAME at the end.
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- dnl Potentially add DIR to ltrpathdirs.
- dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ dnl Potentially add DIR to ltrpathdirs.
+ dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
diff --git a/tests/rpathlyx/configure b/tests/rpathlyx/configure
index 647b92cf0..039b01adf 100755
--- a/tests/rpathlyx/configure
+++ b/tests/rpathlyx/configure
@@ -1,37 +1,119 @@
#! /bin/sh
-
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13
-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Generated by Autoconf 2.52.
#
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-# Defaults:
-ac_help=
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+exec 6>&1
+
+#
+# Initializations.
+#
ac_default_prefix=/usr/local
-# Any additions from configure.in:
-ac_help="$ac_help
- --disable-dependency-tracking Speeds up one-time builds
- --enable-dependency-tracking Do not reject slow dependency extractors"
-ac_help="$ac_help
- --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
-ac_help="$ac_help
- --with-librpathx-prefix[=DIR] search for librpathx in DIR/include and DIR/lib
- --without-librpathx-prefix don't search for librpathx in includedir and libdir"
-ac_help="$ac_help
- --with-librpathy-prefix[=DIR] search for librpathy in DIR/include and DIR/lib
- --without-librpathy-prefix don't search for librpathy in includedir and libdir"
+cross_compiling=no
+subdirs=
+MFLAGS= MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+# Maximum number of lines to put in a shell here document.
+# This variable seems obsolete. It should probably be removed, and
+# only ac_max_sed_lines should be used.
+: ${ac_max_here_lines=38}
+
+ac_unique_file="configure.in"
# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
# The variables have the same names as the options, with
# dashes changed to underlines.
-build=NONE
-cache_file=./config.cache
+cache_file=/dev/null
exec_prefix=NONE
-host=NONE
no_create=
-nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
@@ -40,10 +122,15 @@ program_transform_name=s,x,x,
silent=
site=
srcdir=
-target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
@@ -57,17 +144,16 @@ oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
-# Initialize some other variables.
-subdirs=
-MFLAGS= MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-# Maximum number of lines to put in a shell here document.
-ac_max_here_lines=12
+# Identity of this package.
+PACKAGE_NAME=
+PACKAGE_TARNAME=
+PACKAGE_VERSION=
+PACKAGE_STRING=
+PACKAGE_BUGREPORT=
ac_prev=
for ac_option
do
-
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
@@ -75,59 +161,59 @@ do
continue
fi
- case "$ac_option" in
- -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
+ ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
# Accept the important Cygnus configure options, so we can diagnose typos.
- case "$ac_option" in
+ case $ac_option in
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
- bindir="$ac_optarg" ;;
+ bindir=$ac_optarg ;;
-build | --build | --buil | --bui | --bu)
- ac_prev=build ;;
+ ac_prev=build_alias ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
- build="$ac_optarg" ;;
+ build_alias=$ac_optarg ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
- cache_file="$ac_optarg" ;;
+ cache_file=$ac_optarg ;;
+
+ --config-cache | -C)
+ cache_file=config.cache ;;
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
- datadir="$ac_optarg" ;;
+ datadir=$ac_optarg ;;
-disable-* | --disable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- eval "enable_${ac_feature}=no" ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ eval "enable_$ac_feature=no" ;;
-enable-* | --enable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "enable_${ac_feature}='$ac_optarg'" ;;
+ eval "enable_$ac_feature='$ac_optarg'" ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -136,95 +222,47 @@ do
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
- exec_prefix="$ac_optarg" ;;
+ exec_prefix=$ac_optarg ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
- -help | --help | --hel | --he)
- # Omit some internal or obsolete options to make the list less imposing.
- # This message is too long to be a string in the A/UX 3.1 sh.
- cat << EOF
-Usage: configure [options] [host]
-Options: [defaults in brackets after descriptions]
-Configuration:
- --cache-file=FILE cache test results in FILE
- --help print this message
- --no-create do not create output files
- --quiet, --silent do not print \`checking...' messages
- --version print the version of autoconf that created configure
-Directory and file names:
- --prefix=PREFIX install architecture-independent files in PREFIX
- [$ac_default_prefix]
- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
- [same as prefix]
- --bindir=DIR user executables in DIR [EPREFIX/bin]
- --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
- --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
- --datadir=DIR read-only architecture-independent data in DIR
- [PREFIX/share]
- --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
- --sharedstatedir=DIR modifiable architecture-independent data in DIR
- [PREFIX/com]
- --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
- --libdir=DIR object code libraries in DIR [EPREFIX/lib]
- --includedir=DIR C header files in DIR [PREFIX/include]
- --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
- --infodir=DIR info documentation in DIR [PREFIX/info]
- --mandir=DIR man documentation in DIR [PREFIX/man]
- --srcdir=DIR find the sources in DIR [configure dir or ..]
- --program-prefix=PREFIX prepend PREFIX to installed program names
- --program-suffix=SUFFIX append SUFFIX to installed program names
- --program-transform-name=PROGRAM
- run sed PROGRAM on installed program names
-EOF
- cat << EOF
-Host type:
- --build=BUILD configure for building on BUILD [BUILD=HOST]
- --host=HOST configure for HOST [guessed]
- --target=TARGET configure for TARGET [TARGET=HOST]
-Features and packages:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --x-includes=DIR X include files are in DIR
- --x-libraries=DIR X library files are in DIR
-EOF
- if test -n "$ac_help"; then
- echo "--enable and --with options recognized:$ac_help"
- fi
- exit 0 ;;
+ -help | --help | --hel | --he | -h)
+ ac_init_help=long ;;
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+ ac_init_help=recursive ;;
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+ ac_init_help=short ;;
-host | --host | --hos | --ho)
- ac_prev=host ;;
+ ac_prev=host_alias ;;
-host=* | --host=* | --hos=* | --ho=*)
- host="$ac_optarg" ;;
+ host_alias=$ac_optarg ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
- includedir="$ac_optarg" ;;
+ includedir=$ac_optarg ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
- infodir="$ac_optarg" ;;
+ infodir=$ac_optarg ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
- libdir="$ac_optarg" ;;
+ libdir=$ac_optarg ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
- libexecdir="$ac_optarg" ;;
+ libexecdir=$ac_optarg ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
@@ -233,12 +271,12 @@ EOF
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
- localstatedir="$ac_optarg" ;;
+ localstatedir=$ac_optarg ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
- mandir="$ac_optarg" ;;
+ mandir=$ac_optarg ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
@@ -259,26 +297,26 @@ EOF
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
- oldincludedir="$ac_optarg" ;;
+ oldincludedir=$ac_optarg ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
- prefix="$ac_optarg" ;;
+ prefix=$ac_optarg ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
- program_prefix="$ac_optarg" ;;
+ program_prefix=$ac_optarg ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
- program_suffix="$ac_optarg" ;;
+ program_suffix=$ac_optarg ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
@@ -295,7 +333,7 @@ EOF
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
- program_transform_name="$ac_optarg" ;;
+ program_transform_name=$ac_optarg ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
@@ -305,7 +343,7 @@ EOF
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
- sbindir="$ac_optarg" ;;
+ sbindir=$ac_optarg ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
@@ -316,58 +354,57 @@ EOF
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
- sharedstatedir="$ac_optarg" ;;
+ sharedstatedir=$ac_optarg ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
- site="$ac_optarg" ;;
+ site=$ac_optarg ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- srcdir="$ac_optarg" ;;
+ srcdir=$ac_optarg ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
- sysconfdir="$ac_optarg" ;;
+ sysconfdir=$ac_optarg ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
- ac_prev=target ;;
+ ac_prev=target_alias ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
- target="$ac_optarg" ;;
+ target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
- -version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.13"
- exit 0 ;;
+ -version | --version | --versio | --versi | --vers | -V)
+ ac_init_version=: ;;
-with-* | --with-*)
- ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "with_${ac_package}='$ac_optarg'" ;;
+ eval "with_$ac_package='$ac_optarg'" ;;
-without-* | --without-*)
- ac_package=`echo $ac_option|sed -e 's/-*without-//'`
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ac_package=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/-/_/g'`
+ eval "with_$ac_package=no" ;;
--x)
# Obsolete; use --with-x.
@@ -378,98 +415,98 @@ EOF
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
- x_includes="$ac_optarg" ;;
+ x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries="$ac_optarg" ;;
+ x_libraries=$ac_optarg ;;
- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; }
;;
+ *=*)
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
+ ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
+ eval "$ac_envvar='$ac_optarg'"
+ export $ac_envvar ;;
+
*)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
- nonopt="$ac_option"
+ # FIXME: should be removed in autoconf 3.0.
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
esac
done
if test -n "$ac_prev"; then
- { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
-fi
-
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
-# File descriptor usage:
-# 0 standard input
-# 1 file creation
-# 2 errors and warnings
-# 3 some systems may open it to /dev/tty
-# 4 used on the Kubota Titan
-# 6 checking for... messages and results
-# 5 compiler messages saved in config.log
-if test "$silent" = yes; then
- exec 6>/dev/null
-else
- exec 6>&1
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+ { echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit 1; }; }
fi
-exec 5>./config.log
-echo "\
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-" 1>&5
+# Be sure to have absolute paths.
+for ac_var in exec_prefix prefix
+do
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
+ esac
+done
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Also quote any args containing shell metacharacters.
-ac_configure_args=
-for ac_arg
+# Be sure to have absolute paths.
+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
+ localstatedir libdir includedir oldincludedir infodir mandir
do
- case "$ac_arg" in
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c) ;;
- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
- ac_configure_args="$ac_configure_args '$ac_arg'" ;;
- *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
esac
done
-# NLS nuisances.
-# Only set these to C if already set. These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: should be removed in autoconf 3.0.
+if test "x$host_alias" != x; then
+ if test "x$build_alias" = x; then
+ cross_compiling=maybe
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used." >&2
+ elif test "x$build_alias" != "x$host_alias"; then
+ cross_compiling=yes
+ fi
+fi
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -rf conftest* confdefs.h
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-echo > confdefs.h
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
-# A filename unique to this package, relative to the directory that
-# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=configure.in
+test "$silent" = yes && exec 6>/dev/null
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
- ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
+ ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
@@ -480,13 +517,315 @@ else
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
- { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
+ { (exit 1); exit 1; }; }
else
- { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $srcdir" >&2
+ { (exit 1); exit 1; }; }
fi
fi
-srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
+ac_env_build_alias_set=${build_alias+set}
+ac_env_build_alias_value=$build_alias
+ac_cv_env_build_alias_set=${build_alias+set}
+ac_cv_env_build_alias_value=$build_alias
+ac_env_host_alias_set=${host_alias+set}
+ac_env_host_alias_value=$host_alias
+ac_cv_env_host_alias_set=${host_alias+set}
+ac_cv_env_host_alias_value=$host_alias
+ac_env_target_alias_set=${target_alias+set}
+ac_env_target_alias_value=$target_alias
+ac_cv_env_target_alias_set=${target_alias+set}
+ac_cv_env_target_alias_value=$target_alias
+ac_env_CC_set=${CC+set}
+ac_env_CC_value=$CC
+ac_cv_env_CC_set=${CC+set}
+ac_cv_env_CC_value=$CC
+ac_env_CFLAGS_set=${CFLAGS+set}
+ac_env_CFLAGS_value=$CFLAGS
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
+ac_cv_env_CFLAGS_value=$CFLAGS
+ac_env_LDFLAGS_set=${LDFLAGS+set}
+ac_env_LDFLAGS_value=$LDFLAGS
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+ac_cv_env_LDFLAGS_value=$LDFLAGS
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_env_CPPFLAGS_value=$CPPFLAGS
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat < if you have libraries in a
+ nonstandard directory
+ CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have
+ headers in a nonstandard directory
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+EOF
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ ac_popdir=`pwd`
+ for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
+ cd $ac_subdir
+ # A "../" for each directory in /$ac_subdir.
+ ac_dots=`echo $ac_subdir |
+ sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
+
+ case $srcdir in
+ .) # No --srcdir option. We are building in place.
+ ac_sub_srcdir=$srcdir ;;
+ [\\/]* | ?:[\\/]* ) # Absolute path.
+ ac_sub_srcdir=$srcdir/$ac_subdir ;;
+ *) # Relative path.
+ ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
+ esac
+
+ # Check for guested configure; otherwise get Cygnus style configure.
+ if test -f $ac_sub_srcdir/configure.gnu; then
+ echo
+ $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
+ elif test -f $ac_sub_srcdir/configure; then
+ echo
+ $SHELL $ac_sub_srcdir/configure --help=recursive
+ elif test -f $ac_sub_srcdir/configure.ac ||
+ test -f $ac_sub_srcdir/configure.in; then
+ echo
+ $ac_configure --help
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
+ fi
+ cd $ac_popdir
+ done
+fi
+
+test -n "$ac_init_help" && exit 0
+if $ac_init_version; then
+ cat <<\EOF
+
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+EOF
+ exit 0
+fi
+exec 5>config.log
+cat >&5 </dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+PATH = $PATH
+
+_ASUNAME
+} >&5
+
+cat >&5 <\?\"\']*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+ ac_sep=" " ;;
+ *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
+ ac_sep=" " ;;
+ esac
+ # Get rid of the leading space.
+done
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ echo >&5
+ echo "## ----------------- ##" >&5
+ echo "## Cache variables. ##" >&5
+ echo "## ----------------- ##" >&5
+ echo >&5
+ # The following way of writing the cache mishandles newlines in values,
+{
+ (set) 2>&1 |
+ case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ sed -n \
+ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+ ;;
+ *)
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} >&5
+ sed "/^$/d" confdefs.h >conftest.log
+ if test -s conftest.log; then
+ echo >&5
+ echo "## ------------ ##" >&5
+ echo "## confdefs.h. ##" >&5
+ echo "## ------------ ##" >&5
+ echo >&5
+ cat conftest.log >&5
+ fi
+ (echo; echo) >&5
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal" >&5
+ echo "$as_me: exit $exit_status" >&5
+ rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
+ exit $exit_status
+ ' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -rf conftest* confdefs.h
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
+echo >confdefs.h
+
+# Let the site file select an alternate cache file if it wants to.
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
@@ -497,40 +836,107 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- echo "loading site script $ac_site_file"
+ { echo "$as_me:839: loading site script $ac_site_file" >&5
+echo "$as_me: loading site script $ac_site_file" >&6;}
+ cat "$ac_site_file" >&5
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
- echo "loading cache $cache_file"
- . $cache_file
+ # Some versions of bash will fail to source /dev/null (special
+ # files actually), so we avoid doing that.
+ if test -f "$cache_file"; then
+ { echo "$as_me:850: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . $cache_file;;
+ *) . ./$cache_file;;
+ esac
+ fi
else
- echo "creating cache $cache_file"
- > $cache_file
+ { echo "$as_me:858: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in `(set) 2>&1 |
+ sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+ eval ac_old_val="\$ac_cv_env_${ac_var}_value"
+ eval ac_new_val="\$ac_env_${ac_var}_value"
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { echo "$as_me:874: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+ { echo "$as_me:878: error: \`$ac_var' was not set in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+ if test "x$ac_old_val" != "x$ac_new_val"; then
+ { echo "$as_me:884: error: \`$ac_var' has changed since the previous run:" >&5
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ { echo "$as_me:886: former value: $ac_old_val" >&5
+echo "$as_me: former value: $ac_old_val" >&2;}
+ { echo "$as_me:888: current value: $ac_new_val" >&5
+echo "$as_me: current value: $ac_new_val" >&2;}
+ ac_cache_corrupted=:
+ fi;;
+ esac
+ # Pass precious variables to config.status. It doesn't matter if
+ # we pass some twice (in addition to the command line arguments).
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+ ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args '$ac_arg'"
+ ;;
+ *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
+ ;;
+ esac
+ fi
+done
+if $ac_cache_corrupted; then
+ { echo "$as_me:907: error: changes in the environment can compromise the build" >&5
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+ { { echo "$as_me:909: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+ { (exit 1); exit 1; }; }
fi
ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-ac_exeext=
-ac_objext=o
-if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
- # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
- if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
- ac_n= ac_c='
-' ac_t=' '
- else
- ac_n=-n ac_c= ac_t=
- fi
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
+ *c*,-n*) ECHO_N= ECHO_C='
+' ECHO_T=' ' ;;
+ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
+ *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
+esac
+echo "#! $SHELL" >conftest.sh
+echo "exit 0" >>conftest.sh
+chmod +x conftest.sh
+if { (echo "$as_me:929: PATH=\".;.\"; conftest.sh") >&5
+ (PATH=".;."; conftest.sh) 2>&5
+ ac_status=$?
+ echo "$as_me:932: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ ac_path_separator=';'
else
- ac_n= ac_c='\c' ac_t=
+ ac_path_separator=:
fi
-
+PATH_SEPARATOR="$ac_path_separator"
+rm -f conftest.sh
ac_aux_dir=
for ac_dir in $global_top_srcdir ../..; do
@@ -542,18 +948,20 @@ for ac_dir in $global_top_srcdir ../..; do
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
+ elif test -f $ac_dir/shtool; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
fi
done
if test -z "$ac_aux_dir"; then
- { echo "configure: error: can not find install-sh or install.sh in $global_top_srcdir ../.." 1>&2; exit 1; }
+ { { echo "$as_me:958: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&5
+echo "$as_me: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&2;}
+ { (exit 1); exit 1; }; }
fi
-ac_config_guess=$ac_aux_dir/config.guess
-ac_config_sub=$ac_aux_dir/config.sub
-ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
-
-
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -562,31 +970,39 @@ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:571: checking for a BSD compatible install" >&5
+echo "$as_me:978: checking for a BSD compatible install" >&5
+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
-if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${ac_cv_path_install+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
+ IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
+ case $ac_dir/ in
+ / | ./ | .// | /cC/* \
+ | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
+ | /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
+ if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
+ elif test $ac_prog = install &&
+ grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
@@ -596,31 +1012,31 @@ else
;;
esac
done
- IFS="$ac_save_IFS"
fi
if test "${ac_cv_path_install+set}" = set; then
- INSTALL="$ac_cv_path_install"
+ INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
- INSTALL="$ac_install_sh"
+ INSTALL=$ac_install_sh
fi
fi
-echo "$ac_t""$INSTALL" 1>&6
+echo "$as_me:1027: result: $INSTALL" >&5
+echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:624: checking whether build environment is sane" >&5
+echo "$as_me:1038: checking whether build environment is sane" >&5
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
echo timestamp > conftest.file
@@ -643,8 +1059,11 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" 1>&2; exit 1; }
+ { { echo "$as_me:1062: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&5
+echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&2;}
+ { (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
@@ -653,28 +1072,29 @@ then
# Ok.
:
else
- { echo "configure: error: newly created file is older than distributed files!
-Check your system clock" 1>&2; exit 1; }
-fi
-echo "$ac_t""yes" 1>&6
-if test "$program_transform_name" = s,x,x,; then
- program_transform_name=
-else
- # Double any \ or $. echo might interpret backslashes.
- cat <<\EOF_SED > conftestsed
-s,\\,\\\\,g; s,\$,$$,g
-EOF_SED
- program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
+ { { echo "$as_me:1075: error: newly created file is older than distributed files!
+Check your system clock" >&5
+echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2;}
+ { (exit 1); exit 1; }; }
fi
+echo "$as_me:1081: result: yes" >&5
+echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
- program_transform_name="s,^,${program_prefix},; $program_transform_name"
+ program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
- program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
+ program_transform_name="s,\$,$program_suffix,;$program_transform_name"
+# Double any \ or $. echo might interpret backslashes.
+# By default was `s,x,x', remove it if useless.
+cat <<\_ACEOF >conftest.sed
+s/[\\$]/&&/g;s/;s,x,x,$//
+_ACEOF
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+rm conftest.sed
-# sed with no file args requires a program.
-test "$program_transform_name" = "" && program_transform_name="s,x,x,"
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
@@ -683,82 +1103,86 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- echo "configure: warning: ${am_backtick}missing' script is too old or missing" 1>&2
+ { echo "$as_me:1106: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
fi
for ac_prog in mawk gawk nawk awk
do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:695: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1114: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_AWK+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_AWK="$ac_prog"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_AWK="$ac_prog"
+echo "$as_me:1129: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-AWK="$ac_cv_prog_AWK"
+AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$ac_t""$AWK" 1>&6
+ echo "$as_me:1137: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1140: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -n "$AWK" && break
+ test -n "$AWK" && break
done
-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:725: checking whether ${MAKE-make} sets \${MAKE}" >&5
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1147: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat > conftestmake <<\EOF
+ cat >conftest.make <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
-rm -f conftestmake
+rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$ac_t""yes" 1>&6
+ echo "$as_me:1167: result: yes" >&5
+echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1171: result: no" >&5
+echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
- :
-fi
+fi;
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
fi
-
if test "x$enable_dependency_tracking" != xno; then
AMDEP_TRUE=
AMDEP_FALSE='#'
@@ -767,9 +1191,6 @@ else
AMDEP_FALSE=
fi
-
-
-
rm -f .deps 2>/dev/null
mkdir .deps 2>/dev/null
if test -d .deps; then
@@ -780,25 +1201,26 @@ else
fi
rmdir .deps 2>/dev/null
-
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { echo "configure: error: source directory already configured; run \"make distclean\" there first" 1>&2; exit 1; }
+ { { echo "$as_me:1207: error: source directory already configured; run \"make distclean\" there first" >&5
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+ { (exit 1); exit 1; }; }
fi
# Define the identity of the package.
-PACKAGE=gexttext_rpathlyx
+PACKAGE=gettext_rpathlyx
VERSION=0
-cat >> confdefs.h <>confdefs.h <> confdefs.h <>confdefs.h <&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+echo "$as_me:1264: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}gcc"
+echo "$as_me:1279: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ echo "$as_me:1287: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
+else
+ echo "$as_me:1290: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:844: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1299: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="gcc"
+echo "$as_me:1314: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1322: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1325: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+echo "$as_me:1338: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="gcc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}cc"
+echo "$as_me:1353: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1361: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
+else
+ echo "$as_me:1364: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+echo "$as_me:1373: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="cc"
+echo "$as_me:1388: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1396: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1399: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
else
- echo "$ac_t""no" 1>&6
+ CC="$ac_cv_prog_CC"
fi
+fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:874: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1412: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_prog_rejected=no
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
- ac_prog_rejected=yes
- continue
- fi
- ac_cv_prog_CC="cc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+fi
+ac_cv_prog_CC="cc"
+echo "$as_me:1432: found $ac_dir/$ac_word" >&5
+break
+done
+
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
- if test $# -gt 0; then
+ if test $# != 0; then
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
- set dummy "$ac_dir/$ac_word" "$@"
+ set dummy "$ac_dir/$ac_word" ${1+"$@"}
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1454: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1457: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- if test -z "$CC"; then
- case "`uname -s`" in
- *win32* | *WIN32*)
- # Extract the first word of "cl", so it can be a program name with args.
-set dummy cl; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:925: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+echo "$as_me:1468: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="cl"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+echo "$as_me:1483: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1491: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1494: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- ;;
- esac
- fi
- test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
+
+ test -n "$CC" && break
+ done
fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo "$as_me:1507: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="$ac_prog"
+echo "$as_me:1522: found $ac_dir/$ac_word" >&5
+break
+done
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:957: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1530: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1533: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
+ test -n "$ac_ct_CC" && break
+done
-cat > conftest.$ac_ext << EOF
+ CC=$ac_ct_CC
+fi
+
+fi
-#line 968 "configure"
+test -z "$CC" && { { echo "$as_me:1545: error: no acceptable cc found in \$PATH" >&5
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+
+# Provide some information about the compiler.
+echo "$as_me:1550:" \
+ "checking for C compiler version" >&5
+ac_compiler=`set X $ac_compile; echo $2`
+{ (eval echo "$as_me:1553: \"$ac_compiler --version &5\"") >&5
+ (eval $ac_compiler --version &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1556: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1558: \"$ac_compiler -v &5\"") >&5
+ (eval $ac_compiler -v &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1561: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1563: \"$ac_compiler -V &5\"") >&5
+ (eval $ac_compiler -V &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1566: \$? = $ac_status" >&5
+ (exit $ac_status); }
+
+cat >conftest.$ac_ext <<_ACEOF
+#line 1570 "configure"
#include "confdefs.h"
-main(){return(0);}
-EOF
-if { (eval echo configure:973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
- # If we can't run a trivial program, we are probably using a cross compiler.
- if (./conftest; exit) 2>/dev/null; then
- ac_cv_prog_cc_cross=no
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.exe"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+echo "$as_me:1586: checking for C compiler default output" >&5
+echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+if { (eval echo "$as_me:1589: \"$ac_link_default\"") >&5
+ (eval $ac_link_default) 2>&5
+ ac_status=$?
+ echo "$as_me:1592: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # Find the output, starting from the most likely. This scheme is
+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
+# resort.
+for ac_file in `ls a.exe conftest.exe 2>/dev/null;
+ ls a.out conftest 2>/dev/null;
+ ls a.* conftest.* 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ a.out ) # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1615: error: C compiler cannot create executables" >&5
+echo "$as_me: error: C compiler cannot create executables" >&2;}
+ { (exit 77); exit 77; }; }
+fi
+
+ac_exeext=$ac_cv_exeext
+echo "$as_me:1621: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6
+
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1626: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+# If not cross compiling, check that we can run a simple program.
+if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+ { (eval echo "$as_me:1632: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1635: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ cross_compiling=no
else
- ac_cv_prog_cc_cross=yes
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { echo "$as_me:1642: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&5
+echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
fi
+fi
+echo "$as_me:1650: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+
+rm -f a.out a.exe conftest$ac_cv_exeext
+ac_clean_files=$ac_clean_files_save
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1657: checking whether we are cross compiling" >&5
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
+echo "$as_me:1659: result: $cross_compiling" >&5
+echo "${ECHO_T}$cross_compiling" >&6
+
+echo "$as_me:1662: checking for executable suffix" >&5
+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
+if { (eval echo "$as_me:1664: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:1667: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_prog_cc_works=no
+ { { echo "$as_me:1683: error: cannot compute EXEEXT: cannot compile and link" >&5
+echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
+ { (exit 1); exit 1; }; }
fi
-rm -fr conftest*
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
-if test $ac_cv_prog_cc_works = no; then
- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
-fi
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:999: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
-echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1004: checking whether we are using GNU C" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
- ac_cv_prog_gcc=yes
+
+rm -f conftest$ac_cv_exeext
+echo "$as_me:1689: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+echo "$as_me:1695: checking for object suffix" >&5
+echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
+if test "${ac_cv_objext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- ac_cv_prog_gcc=no
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1701 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { (eval echo "$as_me:1713: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1716: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+done
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1728: error: cannot compute OBJEXT: cannot compile" >&5
+echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
+ { (exit 1); exit 1; }; }
fi
+
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
+echo "$as_me:1735: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+echo "$as_me:1739: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1745 "configure"
+#include "confdefs.h"
-echo "$ac_t""$ac_cv_prog_gcc" 1>&6
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
-if test $ac_cv_prog_gcc = yes; then
- GCC=yes
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1760: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1763: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1766: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1769: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_compiler_gnu=yes
else
- GCC=
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_compiler_gnu=no
fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
-ac_test_CFLAGS="${CFLAGS+set}"
-ac_save_CFLAGS="$CFLAGS"
-CFLAGS=
-echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1032: checking whether ${CC-cc} accepts -g" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+echo "$as_me:1781: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
+GCC=`test $ac_compiler_gnu = yes && echo yes`
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+CFLAGS="-g"
+echo "$as_me:1787: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
+if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- echo 'void f(){}' > conftest.c
-if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1793 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1805: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1808: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1811: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1814: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
- ac_cv_prog_cc_g=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_prog_cc_g=no
fi
-rm -f conftest*
-
+rm -f conftest.$ac_objext conftest.$ac_ext
fi
-
-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
+echo "$as_me:1824: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
- CFLAGS="$ac_save_CFLAGS"
+ CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
@@ -1058,7 +1838,118 @@ else
CFLAGS=
fi
fi
+# Some people use a C++ compiler to compile C. Since we use `exit',
+# in C++ we need to declare it. In case someone uses the same compiler
+# for both compiling C and C++ we need to have the C++ compiler decide
+# the declaration of exit, since it's the most demanding environment.
+cat >conftest.$ac_ext <<_ACEOF
+#ifndef __cplusplus
+ choke me
+#endif
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1854: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1857: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1860: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ for ac_declaration in \
+ ''\
+ '#include ' \
+ 'extern "C" void std::exit (int) throw (); using std::exit;' \
+ 'extern "C" void std::exit (int); using std::exit;' \
+ 'extern "C" void exit (int) throw ();' \
+ 'extern "C" void exit (int);' \
+ 'void exit (int);'
+do
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1872 "configure"
+#include "confdefs.h"
+#include
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1885: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1888: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1891: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1894: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+continue
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1904 "configure"
+#include "confdefs.h"
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1916: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1919: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1922: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1925: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+done
+rm -f conftest*
+if test -n "$ac_declaration"; then
+ echo '#ifdef __cplusplus' >>confdefs.h
+ echo $ac_declaration >>confdefs.h
+ echo '#endif' >>confdefs.h
+fi
+
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ac_config_commands="$ac_config_commands default-1"
am_make=${MAKE-make}
cat > confinc << 'END'
@@ -1066,8 +1957,8 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo $ac_n "checking for style of include used by $am_make""... $ac_c" 1>&6
-echo "configure:1071: checking for style of include used by $am_make" >&5
+echo "$as_me:1960: checking for style of include used by $am_make" >&5
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include='#'
am__quote=
_am_result=none
@@ -1093,17 +1984,16 @@ if test "$am__include" = "#"; then
fi
fi
-
-echo "$ac_t""$_am_result" 1>&6
+echo "$as_me:1987: result: $_am_result" >&5
+echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
-
depcc="$CC" am_compiler_list=
-echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6
-echo "configure:1105: checking dependency style of $depcc" >&5
-if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1993: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up
@@ -1162,37 +2052,76 @@ else
fi
fi
-
-echo "$ac_t""$am_cv_CC_dependencies_compiler_type" 1>&6
+echo "$as_me:2055: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
-
+ if test "X$prefix" = "XNONE"; then
+ acl_final_prefix="$ac_default_prefix"
+ else
+ acl_final_prefix="$prefix"
+ fi
+ if test "X$exec_prefix" = "XNONE"; then
+ acl_final_exec_prefix='${prefix}'
+ else
+ acl_final_exec_prefix="$exec_prefix"
+ fi
+ acl_save_prefix="$prefix"
+ prefix="$acl_final_prefix"
+ eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+ prefix="$acl_save_prefix"
# Make sure we can run config.sub.
-if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
-else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
-fi
-
-echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:1178: checking host system type" >&5
-
-host_alias=$host
-case "$host_alias" in
-NONE)
- case $nonopt in
- NONE)
- if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
- else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
- fi ;;
- *) host_alias=$nonopt ;;
- esac ;;
-esac
+$ac_config_sub sun4 >/dev/null 2>&1 ||
+ { { echo "$as_me:2076: error: cannot run $ac_config_sub" >&5
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+ { (exit 1); exit 1; }; }
+
+echo "$as_me:2080: checking build system type" >&5
+echo $ECHO_N "checking build system type... $ECHO_C" >&6
+if test "${ac_cv_build+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_build_alias=$build_alias
+test -z "$ac_cv_build_alias" &&
+ ac_cv_build_alias=`$ac_config_guess`
+test -z "$ac_cv_build_alias" &&
+ { { echo "$as_me:2089: error: cannot guess build type; you must specify one" >&5
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+ { { echo "$as_me:2093: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
+ { (exit 1); exit 1; }; }
+
+fi
+echo "$as_me:2098: result: $ac_cv_build" >&5
+echo "${ECHO_T}$ac_cv_build" >&6
+build=$ac_cv_build
+build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+echo "$as_me:2105: checking host system type" >&5
+echo $ECHO_N "checking host system type... $ECHO_C" >&6
+if test "${ac_cv_host+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_host_alias=$host_alias
+test -z "$ac_cv_host_alias" &&
+ ac_cv_host_alias=$ac_cv_build_alias
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+ { { echo "$as_me:2114: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
-host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
-host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$ac_t""$host" 1>&6
+fi
+echo "$as_me:2119: result: $ac_cv_host" >&5
+echo "${ECHO_T}$ac_cv_host" >&6
+host=$ac_cv_host
+host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
@@ -1200,13 +2129,12 @@ if test "${with_gnu_ld+set}" = set; then
test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
-fi
-
+fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
-echo "configure:1210: checking for ld used by GCC" >&5
+ echo "$as_me:2136: checking for ld used by GCC" >&5
+echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
@@ -1235,14 +2163,14 @@ echo "configure:1210: checking for ld used by GCC" >&5
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
-echo "configure:1240: checking for GNU ld" >&5
+ echo "$as_me:2166: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
-echo "configure:1243: checking for non-GNU ld" >&5
+ echo "$as_me:2169: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
-if eval "test \"`echo '$''{'acl_cv_path_LD'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${acl_cv_path_LD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$LD"; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
@@ -1268,15 +2196,19 @@ fi
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- echo "$ac_t""$LD" 1>&6
+ echo "$as_me:2199: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:2202: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
-echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:1278: checking if the linker ($LD) is GNU ld" >&5
-if eval "test \"`echo '$''{'acl_cv_prog_gnu_ld'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+test -z "$LD" && { { echo "$as_me:2205: error: no acceptable ld found in \$PATH" >&5
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+echo "$as_me:2208: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+if test "${acl_cv_prog_gnu_ld+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 &5; then
@@ -1285,43 +2217,25 @@ else
acl_cv_prog_gnu_ld=no
fi
fi
-
-echo "$ac_t""$acl_cv_prog_gnu_ld" 1>&6
+echo "$as_me:2220: result: $acl_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
with_gnu_ld=$acl_cv_prog_gnu_ld
-
-
- if test "X$prefix" = "XNONE"; then
- acl_final_prefix="$ac_default_prefix"
- else
- acl_final_prefix="$prefix"
- fi
- if test "X$exec_prefix" = "XNONE"; then
- acl_final_exec_prefix='${prefix}'
- else
- acl_final_exec_prefix="$exec_prefix"
- fi
- acl_save_prefix="$prefix"
- prefix="$acl_final_prefix"
- eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
- prefix="$acl_save_prefix"
-
-
- echo $ac_n "checking for shared library run path origin""... $ac_c" 1>&6
-echo "configure:1312: checking for shared library run path origin" >&5
-if eval "test \"`echo '$''{'acl_cv_rpath'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2224: checking for shared library run path origin" >&5
+echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
+if test "${acl_cv_rpath+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
+
CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
. ./conftest.sh
rm -f ./conftest.sh
acl_cv_rpath=done
-
-fi
-echo "$ac_t""$acl_cv_rpath" 1>&6
+fi
+echo "$as_me:2237: result: $acl_cv_rpath" >&5
+echo "${ECHO_T}$acl_cv_rpath" >&6
wl="$acl_cv_wl"
libext="$acl_cv_libext"
shlibext="$acl_cv_shlibext"
@@ -1331,50 +2245,50 @@ echo "$ac_t""$acl_cv_rpath" 1>&6
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ # Check whether --enable-rpath or --disable-rpath was given.
+if test "${enable_rpath+set}" = set; then
+ enableval="$enable_rpath"
+ :
+else
+ enable_rpath=yes
+fi;
-
-
-
-
-
- echo $ac_n "checking how to link with librpathx""... $ac_c" 1>&6
-echo "configure:1342: checking how to link with librpathx" >&5
-if eval "test \"`echo '$''{'ac_cv_librpathx_libs'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2256: checking how to link with librpathx" >&5
+echo $ECHO_N "checking how to link with librpathx... $ECHO_C" >&6
+if test "${ac_cv_librpathx_libs+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
-
-
+
use_additional=yes
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
- # Check whether --with-librpathx-prefix or --without-librpathx-prefix was given.
+# Check whether --with-librpathx-prefix or --without-librpathx-prefix was given.
if test "${with_librpathx_prefix+set}" = set; then
withval="$with_librpathx_prefix"
-
+
if test "X$withval" = "Xno"; then
use_additional=no
else
if test "X$withval" = "X"; then
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
@@ -1384,8 +2298,7 @@ if test "${with_librpathx_prefix+set}" = set; then
fi
fi
-fi
-
+fi;
LIBRPATHX=
LTLIBRPATHX=
INCRPATHX=
@@ -1441,7 +2354,7 @@ fi
fi
if test "X$found_dir" = "X"; then
for x in $LDFLAGS $LTLIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1478,7 +2391,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBRPATHX="${LTLIBRPATHX}${LTLIBRPATHX:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
LIBRPATHX="${LIBRPATHX}${LIBRPATHX:+ }$found_so"
else
haveit=
@@ -1509,7 +2422,7 @@ fi
else
haveit=
for x in $LDFLAGS $LIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1560,7 +2473,7 @@ fi
fi
if test -z "$haveit"; then
for x in $CPPFLAGS $INCRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1605,7 +2518,7 @@ fi
if test -z "$haveit"; then
haveit=
for x in $LDFLAGS $LIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1626,7 +2539,7 @@ fi
fi
haveit=
for x in $LDFLAGS $LTLIBRPATHX; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1650,25 +2563,27 @@ fi
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
@@ -1722,18 +2637,18 @@ fi
ac_cv_librpathx_libs="$LIBRPATHX"
ac_cv_librpathx_ltlibs="$LTLIBRPATHX"
ac_cv_librpathx_cppflags="$INCRPATHX"
-
-fi
-echo "$ac_t""$ac_cv_librpathx_libs" 1>&6
+fi
+echo "$as_me:2642: result: $ac_cv_librpathx_libs" >&5
+echo "${ECHO_T}$ac_cv_librpathx_libs" >&6
LIBRPATHX="$ac_cv_librpathx_libs"
LTLIBRPATHX="$ac_cv_librpathx_ltlibs"
INCRPATHX="$ac_cv_librpathx_cppflags"
-
+
for element in $INCRPATHX; do
haveit=
for x in $CPPFLAGS; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1752,55 +2667,44 @@ echo "$ac_t""$ac_cv_librpathx_libs" 1>&6
fi
done
-
-
HAVE_LIBRPATHX=yes
-
-
-
-
-
-
-
-
- echo $ac_n "checking how to link with librpathy""... $ac_c" 1>&6
-echo "configure:1768: checking how to link with librpathy" >&5
-if eval "test \"`echo '$''{'ac_cv_librpathy_libs'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
-
-
-
+
+ echo "$as_me:2672: checking how to link with librpathy" >&5
+echo $ECHO_N "checking how to link with librpathy... $ECHO_C" >&6
+if test "${ac_cv_librpathy_libs+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
use_additional=yes
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
- # Check whether --with-librpathy-prefix or --without-librpathy-prefix was given.
+# Check whether --with-librpathy-prefix or --without-librpathy-prefix was given.
if test "${with_librpathy_prefix+set}" = set; then
withval="$with_librpathy_prefix"
-
+
if test "X$withval" = "Xno"; then
use_additional=no
else
if test "X$withval" = "X"; then
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
@@ -1810,8 +2714,7 @@ if test "${with_librpathy_prefix+set}" = set; then
fi
fi
-fi
-
+fi;
LIBRPATHY=
LTLIBRPATHY=
INCRPATHY=
@@ -1867,7 +2770,7 @@ fi
fi
if test "X$found_dir" = "X"; then
for x in $LDFLAGS $LTLIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1904,7 +2807,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBRPATHY="${LTLIBRPATHY}${LTLIBRPATHY:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
LIBRPATHY="${LIBRPATHY}${LIBRPATHY:+ }$found_so"
else
haveit=
@@ -1935,7 +2838,7 @@ fi
else
haveit=
for x in $LDFLAGS $LIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1986,7 +2889,7 @@ fi
fi
if test -z "$haveit"; then
for x in $CPPFLAGS $INCRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -2031,7 +2934,7 @@ fi
if test -z "$haveit"; then
haveit=
for x in $LDFLAGS $LIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -2052,7 +2955,7 @@ fi
fi
haveit=
for x in $LDFLAGS $LTLIBRPATHY; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -2076,25 +2979,27 @@ fi
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
@@ -2148,18 +3053,18 @@ fi
ac_cv_librpathy_libs="$LIBRPATHY"
ac_cv_librpathy_ltlibs="$LTLIBRPATHY"
ac_cv_librpathy_cppflags="$INCRPATHY"
-
-fi
-echo "$ac_t""$ac_cv_librpathy_libs" 1>&6
+fi
+echo "$as_me:3058: result: $ac_cv_librpathy_libs" >&5
+echo "${ECHO_T}$ac_cv_librpathy_libs" >&6
LIBRPATHY="$ac_cv_librpathy_libs"
LTLIBRPATHY="$ac_cv_librpathy_ltlibs"
INCRPATHY="$ac_cv_librpathy_cppflags"
-
+
for element in $INCRPATHY; do
haveit=
for x in $CPPFLAGS; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -2178,302 +3083,665 @@ echo "$ac_t""$ac_cv_librpathy_libs" 1>&6
fi
done
-
-
HAVE_LIBRPATHY=yes
-
-
LIBRPATHY="$LIBRPATHY $LIBRPATHX"
-trap '' 1 2 15
-cat > confcache <<\EOF
+ac_config_files="$ac_config_files Makefile"
+cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
-# scripts and configure runs. It is not useful on other systems.
-# If it contains results you don't want to keep, you may remove or edit it.
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems. If it contains results you don't
+# want to keep, you may remove or edit it.
#
-# By default, configure uses ./config.cache as the cache file,
-# creating it if it does not exist already. You can give configure
-# the --cache-file=FILE option to use a different cache file; that is
-# what configure does when it calls configure scripts in
-# subdirectories, so they share the cache.
-# Giving --cache-file=/dev/null disables caching, for debugging configure.
-# config.status only pays attention to the cache file if you give it the
-# --recheck option to rerun configure.
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
#
-EOF
+# `ac_cv_env_foo' variables (set or unset) will be overriden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
-(set) 2>&1 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- # `set' does not quote correctly, so add quotes (double-quote substitution
- # turns \\\\ into \\, and sed turns \\ into \).
- sed -n \
- -e "s/'/'\\\\''/g" \
- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
- ;;
- esac >> confcache
-if cmp -s $cache_file confcache; then
- :
-else
+{
+ (set) 2>&1 |
+ case `(ac_space=' '; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+ ;;
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} |
+ sed '
+ t clear
+ : clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ : end' >>confcache
+if cmp -s $cache_file confcache; then :; else
if test -w $cache_file; then
- echo "updating cache $cache_file"
- cat confcache > $cache_file
+ test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
+ cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-# Any assignment to VPATH causes Sun make to only execute
-# the first set of double-colon rules, so remove it if not needed.
-# If there is a colon in the path, we need to keep it.
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
+s/:*\$(srcdir):*/:/;
+s/:*\${srcdir}:*/:/;
+s/:*@srcdir@:*/:/;
+s/^\([^=]*=[ ]*\):*/\1/;
+s/:*$//;
+s/^[^=]*=[ ]*$//;
+}'
fi
-trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
-
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
-cat > conftest.defs <<\EOF
-s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
-s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
-s%\[%\\&%g
-s%\]%\\&%g
-s%\$%$$%g
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then we branch to the quote section. Otherwise,
+# look for a macro that doesn't take arguments.
+cat >confdef2opt.sed <<\EOF
+t clear
+: clear
+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
+t quote
+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
+t quote
+d
+: quote
+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
+s,\[,\\&,g
+s,\],\\&,g
+s,\$,$$,g
+p
EOF
-DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
-rm -f conftest.defs
-
+# We use echo to avoid assuming a particular line-breaking character.
+# The extra dot is to prevent the shell from consuming trailing
+# line-breaks from the sub-command output. A line-break within
+# single-quotes doesn't work because, if this script is created in a
+# platform that uses two characters for line-breaks (e.g., DOS), tr
+# would break.
+ac_LF_and_DOT=`echo; echo .`
+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
+rm -f confdef2opt.sed
-# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}
-
-echo creating $CONFIG_STATUS
-rm -f $CONFIG_STATUS
-cat > $CONFIG_STATUS <&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
+cat >$CONFIG_STATUS <<_ACEOF
+#! $SHELL
# Generated automatically by configure.
# Run this file to recreate the current configuration.
-# This directory was configured as follows,
-# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-#
-# $0 $ac_configure_args
-#
# Compiler output produced by configure, useful for debugging
-# configure, is in ./config.log if it exists.
+# configure, is in config.log if it exists.
-ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
-for ac_option
+debug=false
+SHELL=\${CONFIG_SHELL-$SHELL}
+ac_cs_invocation="\$0 \$@"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+exec 6>&1
+
+_ACEOF
+
+# Files that config.status was made for.
+if test -n "$ac_config_files"; then
+ echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_headers"; then
+ echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_links"; then
+ echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_commands"; then
+ echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
+fi
+
+cat >>$CONFIG_STATUS <<\EOF
+
+ac_cs_usage="\
+\`$as_me' instantiates files from templates according to the
+current configuration.
+
+Usage: $0 [OPTIONS] [FILE]...
+
+ -h, --help print this help, then exit
+ -V, --version print version number, then exit
+ -d, --debug don't remove temporary files
+ --recheck update $as_me by reconfiguring in the same conditions
+ --file=FILE[:TEMPLATE]
+ instantiate the configuration file FILE
+
+Configuration files:
+$config_files
+
+Configuration commands:
+$config_commands
+
+Report bugs to ."
+EOF
+
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+# If no file are specified by the user, then we need to provide default
+# value. By we need to know if files were specified by the user.
+ac_need_defaults=:
+while test $# != 0
do
- case "\$ac_option" in
+ case $1 in
+ --*=*)
+ ac_option=`expr "x$1" : 'x\([^=]*\)='`
+ ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
+ shift
+ set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
+ shift
+ ;;
+ -*);;
+ *) # This is not an option, so the user has probably given explicit
+ # arguments.
+ ac_need_defaults=false;;
+ esac
+
+ case $1 in
+ # Handling of the options.
+EOF
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ --version | --vers* | -V )
+ echo "$ac_cs_version"; exit 0 ;;
+ --he | --h)
+ # Conflict between --help and --header
+ { { echo "$as_me:3371: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; };;
+ --help | --hel | -h )
+ echo "$ac_cs_usage"; exit 0 ;;
+ --debug | --d* | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ shift
+ CONFIG_FILES="$CONFIG_FILES $1"
+ ac_need_defaults=false;;
+ --header | --heade | --head | --hea )
+ shift
+ CONFIG_HEADERS="$CONFIG_HEADERS $1"
+ ac_need_defaults=false;;
+
+ # This is an error.
+ -*) { { echo "$as_me:3390: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; } ;;
+
+ *) ac_config_targets="$ac_config_targets $1" ;;
+
esac
+ shift
done
-ac_given_srcdir=$srcdir
-ac_given_INSTALL="$INSTALL"
+exec 5>>config.log
+cat >&5 << _ACEOF
+
+## ----------------------- ##
+## Running config.status. ##
+## ----------------------- ##
+
+This file was extended by $as_me 2.52, executed with
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+ CONFIG_LINKS = $CONFIG_LINKS
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ > $ac_cs_invocation
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+_ACEOF
EOF
-cat >> $CONFIG_STATUS < conftest.subs <<\\CEOF
-$ac_vpsub
-$extrasub
-s%@SHELL@%$SHELL%g
-s%@CFLAGS@%$CFLAGS%g
-s%@CPPFLAGS@%$CPPFLAGS%g
-s%@CXXFLAGS@%$CXXFLAGS%g
-s%@FFLAGS@%$FFLAGS%g
-s%@DEFS@%$DEFS%g
-s%@LDFLAGS@%$LDFLAGS%g
-s%@LIBS@%$LIBS%g
-s%@exec_prefix@%$exec_prefix%g
-s%@prefix@%$prefix%g
-s%@program_transform_name@%$program_transform_name%g
-s%@bindir@%$bindir%g
-s%@sbindir@%$sbindir%g
-s%@libexecdir@%$libexecdir%g
-s%@datadir@%$datadir%g
-s%@sysconfdir@%$sysconfdir%g
-s%@sharedstatedir@%$sharedstatedir%g
-s%@localstatedir@%$localstatedir%g
-s%@libdir@%$libdir%g
-s%@includedir@%$includedir%g
-s%@oldincludedir@%$oldincludedir%g
-s%@infodir@%$infodir%g
-s%@mandir@%$mandir%g
-s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
-s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
-s%@INSTALL_DATA@%$INSTALL_DATA%g
-s%@PACKAGE@%$PACKAGE%g
-s%@VERSION@%$VERSION%g
-s%@EXEEXT@%$EXEEXT%g
-s%@OBJEXT@%$OBJEXT%g
-s%@ACLOCAL@%$ACLOCAL%g
-s%@AUTOCONF@%$AUTOCONF%g
-s%@AUTOMAKE@%$AUTOMAKE%g
-s%@AUTOHEADER@%$AUTOHEADER%g
-s%@MAKEINFO@%$MAKEINFO%g
-s%@AMTAR@%$AMTAR%g
-s%@install_sh@%$install_sh%g
-s%@INSTALL_STRIP_PROGRAM@%$INSTALL_STRIP_PROGRAM%g
-s%@AWK@%$AWK%g
-s%@SET_MAKE@%$SET_MAKE%g
-s%@AMDEP_TRUE@%$AMDEP_TRUE%g
-s%@AMDEP_FALSE@%$AMDEP_FALSE%g
-s%@AMDEPBACKSLASH@%$AMDEPBACKSLASH%g
-s%@DEPDIR@%$DEPDIR%g
-s%@CC@%$CC%g
-s%@am__include@%$am__include%g
-s%@am__quote@%$am__quote%g
-s%@CCDEPMODE@%$CCDEPMODE%g
-s%@host@%$host%g
-s%@host_alias@%$host_alias%g
-s%@host_cpu@%$host_cpu%g
-s%@host_vendor@%$host_vendor%g
-s%@host_os@%$host_os%g
-s%@LIBRPATHX@%$LIBRPATHX%g
-s%@LTLIBRPATHX@%$LTLIBRPATHX%g
-s%@LIBRPATHY@%$LIBRPATHY%g
-s%@LTLIBRPATHY@%$LTLIBRPATHY%g
-s%@global_top_srcdir@%$global_top_srcdir%g
+cat >>$CONFIG_STATUS <> $CONFIG_STATUS <<\EOF
-
-# Split the substitutions into bite-sized pieces for seds with
-# small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
-ac_file=1 # Number of current file.
-ac_beg=1 # First line for current file.
-ac_end=$ac_max_sed_cmds # Line after last line for current file.
-ac_more_lines=:
-ac_sed_cmds=""
-while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
- else
- sed "${ac_end}q" conftest.subs > conftest.s$ac_file
- fi
- if test ! -s conftest.s$ac_file; then
- ac_more_lines=false
- rm -f conftest.s$ac_file
- else
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f conftest.s$ac_file"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
- fi
- ac_file=`expr $ac_file + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_cmds`
- fi
+cat >>$CONFIG_STATUS <<\EOF
+for ac_config_target in $ac_config_targets
+do
+ case "$ac_config_target" in
+ # Handling of arguments.
+ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
+ *) { { echo "$as_me:3437: error: invalid argument: $ac_config_target" >&5
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
done
-if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used. Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
+
+# Create a temporary directory, and hook for its removal unless debugging.
+$debug ||
+{
+ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
+}
+
+# Create a (secure) tmp directory for tmp files.
+: ${TMPDIR=/tmp}
+{
+ tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
+ test -n "$tmp" && test -d "$tmp"
+} ||
+{
+ tmp=$TMPDIR/cs$$-$RANDOM
+ (umask 077 && mkdir $tmp)
+} ||
+{
+ echo "$me: cannot create a temporary directory in $TMPDIR" >&2
+ { (exit 1); exit 1; }
+}
+
+EOF
+
+cat >>$CONFIG_STATUS <\$tmp/subs.sed <<\\CEOF
+s,@SHELL@,$SHELL,;t t
+s,@exec_prefix@,$exec_prefix,;t t
+s,@prefix@,$prefix,;t t
+s,@program_transform_name@,$program_transform_name,;t t
+s,@bindir@,$bindir,;t t
+s,@sbindir@,$sbindir,;t t
+s,@libexecdir@,$libexecdir,;t t
+s,@datadir@,$datadir,;t t
+s,@sysconfdir@,$sysconfdir,;t t
+s,@sharedstatedir@,$sharedstatedir,;t t
+s,@localstatedir@,$localstatedir,;t t
+s,@libdir@,$libdir,;t t
+s,@includedir@,$includedir,;t t
+s,@oldincludedir@,$oldincludedir,;t t
+s,@infodir@,$infodir,;t t
+s,@mandir@,$mandir,;t t
+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
+s,@build_alias@,$build_alias,;t t
+s,@host_alias@,$host_alias,;t t
+s,@target_alias@,$target_alias,;t t
+s,@ECHO_C@,$ECHO_C,;t t
+s,@ECHO_N@,$ECHO_N,;t t
+s,@ECHO_T@,$ECHO_T,;t t
+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
+s,@DEFS@,$DEFS,;t t
+s,@LIBS@,$LIBS,;t t
+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
+s,@PACKAGE@,$PACKAGE,;t t
+s,@VERSION@,$VERSION,;t t
+s,@EXEEXT@,$EXEEXT,;t t
+s,@OBJEXT@,$OBJEXT,;t t
+s,@ACLOCAL@,$ACLOCAL,;t t
+s,@AUTOCONF@,$AUTOCONF,;t t
+s,@AUTOMAKE@,$AUTOMAKE,;t t
+s,@AUTOHEADER@,$AUTOHEADER,;t t
+s,@MAKEINFO@,$MAKEINFO,;t t
+s,@AMTAR@,$AMTAR,;t t
+s,@install_sh@,$install_sh,;t t
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+s,@AWK@,$AWK,;t t
+s,@SET_MAKE@,$SET_MAKE,;t t
+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+s,@DEPDIR@,$DEPDIR,;t t
+s,@CC@,$CC,;t t
+s,@CFLAGS@,$CFLAGS,;t t
+s,@LDFLAGS@,$LDFLAGS,;t t
+s,@CPPFLAGS@,$CPPFLAGS,;t t
+s,@ac_ct_CC@,$ac_ct_CC,;t t
+s,@am__include@,$am__include,;t t
+s,@am__quote@,$am__quote,;t t
+s,@CCDEPMODE@,$CCDEPMODE,;t t
+s,@build@,$build,;t t
+s,@build_cpu@,$build_cpu,;t t
+s,@build_vendor@,$build_vendor,;t t
+s,@build_os@,$build_os,;t t
+s,@host@,$host,;t t
+s,@host_cpu@,$host_cpu,;t t
+s,@host_vendor@,$host_vendor,;t t
+s,@host_os@,$host_os,;t t
+s,@LIBRPATHX@,$LIBRPATHX,;t t
+s,@LTLIBRPATHX@,$LTLIBRPATHX,;t t
+s,@LIBRPATHY@,$LIBRPATHY,;t t
+s,@LTLIBRPATHY@,$LTLIBRPATHY,;t t
+s,@global_top_srcdir@,$global_top_srcdir,;t t
+CEOF
+
EOF
-cat >> $CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ # Split the substitutions into bite-sized pieces for seds with
+ # small command number limits, like on Digital OSF/1 and HP-UX.
+ ac_max_sed_lines=48
+ ac_sed_frag=1 # Number of current file.
+ ac_beg=1 # First line for current file.
+ ac_end=$ac_max_sed_lines # Line after last line for current file.
+ ac_more_lines=:
+ ac_sed_cmds=
+ while $ac_more_lines; do
+ if test $ac_beg -gt 1; then
+ sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+ else
+ sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
+ fi
+ if test ! -s $tmp/subs.frag; then
+ ac_more_lines=false
+ else
+ # The purpose of the label and of the branching condition is to
+ # speed up the sed processing (if there are no `@' at all, there
+ # is no need to browse any of the substitutions).
+ # These are the two extra sed commands mentioned above.
+ (echo ':t
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
+ if test -z "$ac_sed_cmds"; then
+ ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
+ else
+ ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
+ fi
+ ac_sed_frag=`expr $ac_sed_frag + 1`
+ ac_beg=$ac_end
+ ac_end=`expr $ac_end + $ac_max_sed_lines`
+ fi
+ done
+ if test -z "$ac_sed_cmds"; then
+ ac_sed_cmds=cat
+ fi
+fi # test -n "$CONFIG_FILES"
-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
EOF
-cat >> $CONFIG_STATUS <<\EOF
-for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
+cat >>$CONFIG_STATUS <<\EOF
+for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case "$ac_file" in
- *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
- ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- *) ac_file_in="${ac_file}.in" ;;
+ case $ac_file in
+ - | *:- | *:-:* ) # input from stdin
+ cat >$tmp/stdin
+ ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+ *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+ * ) ac_file_in=$ac_file.in ;;
esac
- # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
+ # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
+ ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| \
+ . : '\(.\)' 2>/dev/null ||
+echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+ /^X\(\/\/\)$/{ s//\1/; q; }
+ /^X\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- # The file is in a subdirectory.
- test ! -d "$ac_dir" && mkdir "$ac_dir"
- ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
+ { case "$ac_dir" in
+ [\\/]* | ?:[\\/]* ) as_incr_dir=;;
+ *) as_incr_dir=.;;
+esac
+as_dummy="$ac_dir"
+for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
+ case $as_mkdir_dir in
+ # Skip DOS drivespec
+ ?:) as_incr_dir=$as_mkdir_dir ;;
+ *)
+ as_incr_dir=$as_incr_dir/$as_mkdir_dir
+ test -d "$as_incr_dir" || mkdir "$as_incr_dir"
+ ;;
+ esac
+done; }
+
+ ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
# A "../" for each directory in $ac_dir_suffix.
- ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
+ ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
else
ac_dir_suffix= ac_dots=
fi
- case "$ac_given_srcdir" in
- .) srcdir=.
- if test -z "$ac_dots"; then top_srcdir=.
- else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
+ case $srcdir in
+ .) ac_srcdir=.
+ if test -z "$ac_dots"; then
+ ac_top_srcdir=.
+ else
+ ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
+ fi ;;
+ [\\/]* | ?:[\\/]* )
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir ;;
*) # Relative path.
- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_dots$srcdir ;;
esac
- echo creating "$ac_file"
- rm -f "$ac_file"
- configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
-# $configure_input" ;;
- *) ac_comsub= ;;
+ case $INSTALL in
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+ *) ac_INSTALL=$ac_dots$INSTALL ;;
esac
- ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
- sed -e "$ac_comsub
-s%@configure_input@%$configure_input%g
-s%@srcdir@%$srcdir%g
-s%@top_srcdir@%$top_srcdir%g
-s%@INSTALL@%$INSTALL%g
-" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
-fi; done
-rm -f conftest.s*
-
+ if test x"$ac_file" != x-; then
+ { echo "$as_me:3674: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+ rm -f "$ac_file"
+ fi
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated automatically by config.status. */
+ configure_input="Generated automatically from `echo $ac_file_in |
+ sed 's,.*/,,'` by configure."
+
+ # First look for the input files in the build tree, otherwise in the
+ # src tree.
+ ac_file_inputs=`IFS=:
+ for f in $ac_file_in; do
+ case $f in
+ -) echo $tmp/stdin ;;
+ [\\/$]*)
+ # Absolute (can't be DOS-style, as IFS=:)
+ test -f "$f" || { { echo "$as_me:3692: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
+ echo $f;;
+ *) # Relative
+ if test -f "$f"; then
+ # Build tree
+ echo $f
+ elif test -f "$srcdir/$f"; then
+ # Source tree
+ echo $srcdir/$f
+ else
+ # /dev/null tree
+ { { echo "$as_me:3705: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
+ fi;;
+ esac
+ done` || { (exit 1); exit 1; }
EOF
-cat >> $CONFIG_STATUS <>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s,@configure_input@,$configure_input,;t t
+s,@srcdir@,$ac_srcdir,;t t
+s,@top_srcdir@,$ac_top_srcdir,;t t
+s,@INSTALL@,$ac_INSTALL,;t t
+" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
+ rm -f $tmp/stdin
+ if test x"$ac_file" != x-; then
+ mv $tmp/out $ac_file
+ else
+ cat $tmp/out
+ rm -f $tmp/out
+ fi
+done
EOF
-cat >> $CONFIG_STATUS <<\EOF
+cat >>$CONFIG_STATUS <<\EOF
+#
+# CONFIG_COMMANDS section.
+#
+for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
+ ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
+ ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
+
+ case $ac_dest in
+ default-1 )
test x"$AMDEP_TRUE" != x"" ||
for mf in $CONFIG_FILES; do
case "$mf" in
@@ -2511,11 +3779,33 @@ for mf in $CONFIG_FILES; do
echo '# dummy' > "$dirpart/$file"
done
done
+ ;;
+ esac
+done
+EOF
+cat >>$CONFIG_STATUS <<\EOF
-exit 0
+{ (exit 0); exit 0; }
EOF
chmod +x $CONFIG_STATUS
-rm -fr confdefs* $ac_clean_files
-test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+ac_clean_files=$ac_clean_files_save
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded. So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status. When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+ ac_cs_success=:
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || { (exit 1); exit 1; }
+fi
diff --git a/tests/rpathlz/aclocal.m4 b/tests/rpathlz/aclocal.m4
index 0494463ac..297583801 100644
--- a/tests/rpathlz/aclocal.m4
+++ b/tests/rpathlz/aclocal.m4
@@ -491,7 +491,7 @@ else
$1_FALSE=
fi])
-# lib-link.m4 serial 2 (gettext-0.11.2)
+# lib-link.m4 serial 3 (gettext-0.11.3)
dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -609,6 +609,10 @@ AC_DEFUN([AC_LIB_RPATH],
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ dnl Determine whether the user wants rpath handling at all.
+ AC_ARG_ENABLE(rpath,
+ [ --disable-rpath do not hardcode runtime library paths],
+ :, enable_rpath=yes)
])
dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
@@ -738,7 +742,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
dnl Linking with a shared library. We attempt to hardcode its
dnl directory into the executable's runpath, unless it's the
dnl standard /usr/lib.
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
dnl No hardcoding is needed.
LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
else
@@ -929,29 +933,31 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- dnl Potentially add DIR to rpathdirs.
- dnl The rpathdirs will be appended to $LIBNAME at the end.
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ dnl Potentially add DIR to rpathdirs.
+ dnl The rpathdirs will be appended to $LIBNAME at the end.
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- dnl Potentially add DIR to ltrpathdirs.
- dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ dnl Potentially add DIR to ltrpathdirs.
+ dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
diff --git a/tests/rpathlz/configure b/tests/rpathlz/configure
index c320c0a30..107bce915 100755
--- a/tests/rpathlz/configure
+++ b/tests/rpathlz/configure
@@ -1,34 +1,119 @@
#! /bin/sh
-
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13
-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Generated by Autoconf 2.52.
#
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-# Defaults:
-ac_help=
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+exec 6>&1
+
+#
+# Initializations.
+#
ac_default_prefix=/usr/local
-# Any additions from configure.in:
-ac_help="$ac_help
- --disable-dependency-tracking Speeds up one-time builds
- --enable-dependency-tracking Do not reject slow dependency extractors"
-ac_help="$ac_help
- --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
-ac_help="$ac_help
- --with-librpathz-prefix[=DIR] search for librpathz in DIR/include and DIR/lib
- --without-librpathz-prefix don't search for librpathz in includedir and libdir"
+cross_compiling=no
+subdirs=
+MFLAGS= MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+# Maximum number of lines to put in a shell here document.
+# This variable seems obsolete. It should probably be removed, and
+# only ac_max_sed_lines should be used.
+: ${ac_max_here_lines=38}
+
+ac_unique_file="configure.in"
# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
# The variables have the same names as the options, with
# dashes changed to underlines.
-build=NONE
-cache_file=./config.cache
+cache_file=/dev/null
exec_prefix=NONE
-host=NONE
no_create=
-nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
@@ -37,10 +122,15 @@ program_transform_name=s,x,x,
silent=
site=
srcdir=
-target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
@@ -54,17 +144,16 @@ oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
-# Initialize some other variables.
-subdirs=
-MFLAGS= MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-# Maximum number of lines to put in a shell here document.
-ac_max_here_lines=12
+# Identity of this package.
+PACKAGE_NAME=
+PACKAGE_TARNAME=
+PACKAGE_VERSION=
+PACKAGE_STRING=
+PACKAGE_BUGREPORT=
ac_prev=
for ac_option
do
-
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
@@ -72,59 +161,59 @@ do
continue
fi
- case "$ac_option" in
- -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
- *) ac_optarg= ;;
- esac
+ ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
# Accept the important Cygnus configure options, so we can diagnose typos.
- case "$ac_option" in
+ case $ac_option in
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
- bindir="$ac_optarg" ;;
+ bindir=$ac_optarg ;;
-build | --build | --buil | --bui | --bu)
- ac_prev=build ;;
+ ac_prev=build_alias ;;
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
- build="$ac_optarg" ;;
+ build_alias=$ac_optarg ;;
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
- cache_file="$ac_optarg" ;;
+ cache_file=$ac_optarg ;;
+
+ --config-cache | -C)
+ cache_file=config.cache ;;
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
- datadir="$ac_optarg" ;;
+ datadir=$ac_optarg ;;
-disable-* | --disable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- eval "enable_${ac_feature}=no" ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ eval "enable_$ac_feature=no" ;;
-enable-* | --enable-*)
- ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
- fi
- ac_feature=`echo $ac_feature| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "enable_${ac_feature}='$ac_optarg'" ;;
+ eval "enable_$ac_feature='$ac_optarg'" ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -133,95 +222,47 @@ do
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
- exec_prefix="$ac_optarg" ;;
+ exec_prefix=$ac_optarg ;;
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
- -help | --help | --hel | --he)
- # Omit some internal or obsolete options to make the list less imposing.
- # This message is too long to be a string in the A/UX 3.1 sh.
- cat << EOF
-Usage: configure [options] [host]
-Options: [defaults in brackets after descriptions]
-Configuration:
- --cache-file=FILE cache test results in FILE
- --help print this message
- --no-create do not create output files
- --quiet, --silent do not print \`checking...' messages
- --version print the version of autoconf that created configure
-Directory and file names:
- --prefix=PREFIX install architecture-independent files in PREFIX
- [$ac_default_prefix]
- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
- [same as prefix]
- --bindir=DIR user executables in DIR [EPREFIX/bin]
- --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
- --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
- --datadir=DIR read-only architecture-independent data in DIR
- [PREFIX/share]
- --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
- --sharedstatedir=DIR modifiable architecture-independent data in DIR
- [PREFIX/com]
- --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
- --libdir=DIR object code libraries in DIR [EPREFIX/lib]
- --includedir=DIR C header files in DIR [PREFIX/include]
- --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
- --infodir=DIR info documentation in DIR [PREFIX/info]
- --mandir=DIR man documentation in DIR [PREFIX/man]
- --srcdir=DIR find the sources in DIR [configure dir or ..]
- --program-prefix=PREFIX prepend PREFIX to installed program names
- --program-suffix=SUFFIX append SUFFIX to installed program names
- --program-transform-name=PROGRAM
- run sed PROGRAM on installed program names
-EOF
- cat << EOF
-Host type:
- --build=BUILD configure for building on BUILD [BUILD=HOST]
- --host=HOST configure for HOST [guessed]
- --target=TARGET configure for TARGET [TARGET=HOST]
-Features and packages:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --x-includes=DIR X include files are in DIR
- --x-libraries=DIR X library files are in DIR
-EOF
- if test -n "$ac_help"; then
- echo "--enable and --with options recognized:$ac_help"
- fi
- exit 0 ;;
+ -help | --help | --hel | --he | -h)
+ ac_init_help=long ;;
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+ ac_init_help=recursive ;;
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+ ac_init_help=short ;;
-host | --host | --hos | --ho)
- ac_prev=host ;;
+ ac_prev=host_alias ;;
-host=* | --host=* | --hos=* | --ho=*)
- host="$ac_optarg" ;;
+ host_alias=$ac_optarg ;;
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
- includedir="$ac_optarg" ;;
+ includedir=$ac_optarg ;;
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
- infodir="$ac_optarg" ;;
+ infodir=$ac_optarg ;;
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
- libdir="$ac_optarg" ;;
+ libdir=$ac_optarg ;;
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
- libexecdir="$ac_optarg" ;;
+ libexecdir=$ac_optarg ;;
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
@@ -230,12 +271,12 @@ EOF
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
- localstatedir="$ac_optarg" ;;
+ localstatedir=$ac_optarg ;;
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
- mandir="$ac_optarg" ;;
+ mandir=$ac_optarg ;;
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
@@ -256,26 +297,26 @@ EOF
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
- oldincludedir="$ac_optarg" ;;
+ oldincludedir=$ac_optarg ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
- prefix="$ac_optarg" ;;
+ prefix=$ac_optarg ;;
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
- program_prefix="$ac_optarg" ;;
+ program_prefix=$ac_optarg ;;
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
- program_suffix="$ac_optarg" ;;
+ program_suffix=$ac_optarg ;;
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
@@ -292,7 +333,7 @@ EOF
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
- program_transform_name="$ac_optarg" ;;
+ program_transform_name=$ac_optarg ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
@@ -302,7 +343,7 @@ EOF
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
- sbindir="$ac_optarg" ;;
+ sbindir=$ac_optarg ;;
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
@@ -313,58 +354,57 @@ EOF
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
- sharedstatedir="$ac_optarg" ;;
+ sharedstatedir=$ac_optarg ;;
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
- site="$ac_optarg" ;;
+ site=$ac_optarg ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- srcdir="$ac_optarg" ;;
+ srcdir=$ac_optarg ;;
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
- sysconfdir="$ac_optarg" ;;
+ sysconfdir=$ac_optarg ;;
-target | --target | --targe | --targ | --tar | --ta | --t)
- ac_prev=target ;;
+ ac_prev=target_alias ;;
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
- target="$ac_optarg" ;;
+ target_alias=$ac_optarg ;;
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
- -version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.13"
- exit 0 ;;
+ -version | --version | --versio | --versi | --vers | -V)
+ ac_init_version=: ;;
-with-* | --with-*)
- ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
- case "$ac_option" in
- *=*) ;;
+ case $ac_option in
+ *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
*) ac_optarg=yes ;;
esac
- eval "with_${ac_package}='$ac_optarg'" ;;
+ eval "with_$ac_package='$ac_optarg'" ;;
-without-* | --without-*)
- ac_package=`echo $ac_option|sed -e 's/-*without-//'`
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
- if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
- fi
- ac_package=`echo $ac_package| sed 's/-/_/g'`
- eval "with_${ac_package}=no" ;;
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/-/_/g'`
+ eval "with_$ac_package=no" ;;
--x)
# Obsolete; use --with-x.
@@ -375,98 +415,98 @@ EOF
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
- x_includes="$ac_optarg" ;;
+ x_includes=$ac_optarg ;;
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries="$ac_optarg" ;;
+ x_libraries=$ac_optarg ;;
- -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; }
;;
+ *=*)
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
+ ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
+ eval "$ac_envvar='$ac_optarg'"
+ export $ac_envvar ;;
+
*)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
- nonopt="$ac_option"
+ # FIXME: should be removed in autoconf 3.0.
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
esac
done
if test -n "$ac_prev"; then
- { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+ { echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit 1; }; }
fi
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
-# File descriptor usage:
-# 0 standard input
-# 1 file creation
-# 2 errors and warnings
-# 3 some systems may open it to /dev/tty
-# 4 used on the Kubota Titan
-# 6 checking for... messages and results
-# 5 compiler messages saved in config.log
-if test "$silent" = yes; then
- exec 6>/dev/null
-else
- exec 6>&1
-fi
-exec 5>./config.log
-
-echo "\
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-" 1>&5
+# Be sure to have absolute paths.
+for ac_var in exec_prefix prefix
+do
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
+ esac
+done
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Also quote any args containing shell metacharacters.
-ac_configure_args=
-for ac_arg
+# Be sure to have absolute paths.
+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
+ localstatedir libdir includedir oldincludedir infodir mandir
do
- case "$ac_arg" in
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c) ;;
- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
- ac_configure_args="$ac_configure_args '$ac_arg'" ;;
- *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+ eval ac_val=$`echo $ac_var`
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* ) ;;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; };;
esac
done
-# NLS nuisances.
-# Only set these to C if already set. These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: should be removed in autoconf 3.0.
+if test "x$host_alias" != x; then
+ if test "x$build_alias" = x; then
+ cross_compiling=maybe
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used." >&2
+ elif test "x$build_alias" != "x$host_alias"; then
+ cross_compiling=yes
+ fi
+fi
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -rf conftest* confdefs.h
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-echo > confdefs.h
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
-# A filename unique to this package, relative to the directory that
-# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=configure.in
+test "$silent" = yes && exec 6>/dev/null
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
- ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
+ ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
@@ -477,13 +517,313 @@ else
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
- { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
+ { (exit 1); exit 1; }; }
else
- { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
+ { echo "$as_me: error: cannot find sources in $srcdir" >&2
+ { (exit 1); exit 1; }; }
fi
fi
-srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
+ac_env_build_alias_set=${build_alias+set}
+ac_env_build_alias_value=$build_alias
+ac_cv_env_build_alias_set=${build_alias+set}
+ac_cv_env_build_alias_value=$build_alias
+ac_env_host_alias_set=${host_alias+set}
+ac_env_host_alias_value=$host_alias
+ac_cv_env_host_alias_set=${host_alias+set}
+ac_cv_env_host_alias_value=$host_alias
+ac_env_target_alias_set=${target_alias+set}
+ac_env_target_alias_value=$target_alias
+ac_cv_env_target_alias_set=${target_alias+set}
+ac_cv_env_target_alias_value=$target_alias
+ac_env_CC_set=${CC+set}
+ac_env_CC_value=$CC
+ac_cv_env_CC_set=${CC+set}
+ac_cv_env_CC_value=$CC
+ac_env_CFLAGS_set=${CFLAGS+set}
+ac_env_CFLAGS_value=$CFLAGS
+ac_cv_env_CFLAGS_set=${CFLAGS+set}
+ac_cv_env_CFLAGS_value=$CFLAGS
+ac_env_LDFLAGS_set=${LDFLAGS+set}
+ac_env_LDFLAGS_value=$LDFLAGS
+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
+ac_cv_env_LDFLAGS_value=$LDFLAGS
+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_env_CPPFLAGS_value=$CPPFLAGS
+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat < if you have libraries in a
+ nonstandard directory
+ CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have
+ headers in a nonstandard directory
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+EOF
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ ac_popdir=`pwd`
+ for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
+ cd $ac_subdir
+ # A "../" for each directory in /$ac_subdir.
+ ac_dots=`echo $ac_subdir |
+ sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
+
+ case $srcdir in
+ .) # No --srcdir option. We are building in place.
+ ac_sub_srcdir=$srcdir ;;
+ [\\/]* | ?:[\\/]* ) # Absolute path.
+ ac_sub_srcdir=$srcdir/$ac_subdir ;;
+ *) # Relative path.
+ ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
+ esac
+ # Check for guested configure; otherwise get Cygnus style configure.
+ if test -f $ac_sub_srcdir/configure.gnu; then
+ echo
+ $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
+ elif test -f $ac_sub_srcdir/configure; then
+ echo
+ $SHELL $ac_sub_srcdir/configure --help=recursive
+ elif test -f $ac_sub_srcdir/configure.ac ||
+ test -f $ac_sub_srcdir/configure.in; then
+ echo
+ $ac_configure --help
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
+ fi
+ cd $ac_popdir
+ done
+fi
+
+test -n "$ac_init_help" && exit 0
+if $ac_init_version; then
+ cat <<\EOF
+
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+EOF
+ exit 0
+fi
+exec 5>config.log
+cat >&5 </dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+PATH = $PATH
+
+_ASUNAME
+} >&5
+
+cat >&5 <\?\"\']*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+ ac_sep=" " ;;
+ *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
+ ac_sep=" " ;;
+ esac
+ # Get rid of the leading space.
+done
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ echo >&5
+ echo "## ----------------- ##" >&5
+ echo "## Cache variables. ##" >&5
+ echo "## ----------------- ##" >&5
+ echo >&5
+ # The following way of writing the cache mishandles newlines in values,
+{
+ (set) 2>&1 |
+ case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ sed -n \
+ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+ ;;
+ *)
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} >&5
+ sed "/^$/d" confdefs.h >conftest.log
+ if test -s conftest.log; then
+ echo >&5
+ echo "## ------------ ##" >&5
+ echo "## confdefs.h. ##" >&5
+ echo "## ------------ ##" >&5
+ echo >&5
+ cat conftest.log >&5
+ fi
+ (echo; echo) >&5
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal" >&5
+ echo "$as_me: exit $exit_status" >&5
+ rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
+ exit $exit_status
+ ' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -rf conftest* confdefs.h
+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
+echo >confdefs.h
+
+# Let the site file select an alternate cache file if it wants to.
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
@@ -494,40 +834,107 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- echo "loading site script $ac_site_file"
+ { echo "$as_me:837: loading site script $ac_site_file" >&5
+echo "$as_me: loading site script $ac_site_file" >&6;}
+ cat "$ac_site_file" >&5
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
- echo "loading cache $cache_file"
- . $cache_file
+ # Some versions of bash will fail to source /dev/null (special
+ # files actually), so we avoid doing that.
+ if test -f "$cache_file"; then
+ { echo "$as_me:848: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . $cache_file;;
+ *) . ./$cache_file;;
+ esac
+ fi
else
- echo "creating cache $cache_file"
- > $cache_file
+ { echo "$as_me:856: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in `(set) 2>&1 |
+ sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+ eval ac_old_val="\$ac_cv_env_${ac_var}_value"
+ eval ac_new_val="\$ac_env_${ac_var}_value"
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { echo "$as_me:872: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+ { echo "$as_me:876: error: \`$ac_var' was not set in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+ if test "x$ac_old_val" != "x$ac_new_val"; then
+ { echo "$as_me:882: error: \`$ac_var' has changed since the previous run:" >&5
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ { echo "$as_me:884: former value: $ac_old_val" >&5
+echo "$as_me: former value: $ac_old_val" >&2;}
+ { echo "$as_me:886: current value: $ac_new_val" >&5
+echo "$as_me: current value: $ac_new_val" >&2;}
+ ac_cache_corrupted=:
+ fi;;
+ esac
+ # Pass precious variables to config.status. It doesn't matter if
+ # we pass some twice (in addition to the command line arguments).
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+ ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
+ ac_configure_args="$ac_configure_args '$ac_arg'"
+ ;;
+ *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
+ ;;
+ esac
+ fi
+done
+if $ac_cache_corrupted; then
+ { echo "$as_me:905: error: changes in the environment can compromise the build" >&5
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+ { { echo "$as_me:907: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+ { (exit 1); exit 1; }; }
fi
ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-ac_exeext=
-ac_objext=o
-if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
- # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
- if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
- ac_n= ac_c='
-' ac_t=' '
- else
- ac_n=-n ac_c= ac_t=
- fi
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
+ *c*,-n*) ECHO_N= ECHO_C='
+' ECHO_T=' ' ;;
+ *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
+ *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
+esac
+echo "#! $SHELL" >conftest.sh
+echo "exit 0" >>conftest.sh
+chmod +x conftest.sh
+if { (echo "$as_me:927: PATH=\".;.\"; conftest.sh") >&5
+ (PATH=".;."; conftest.sh) 2>&5
+ ac_status=$?
+ echo "$as_me:930: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ ac_path_separator=';'
else
- ac_n= ac_c='\c' ac_t=
+ ac_path_separator=:
fi
-
+PATH_SEPARATOR="$ac_path_separator"
+rm -f conftest.sh
ac_aux_dir=
for ac_dir in $global_top_srcdir ../..; do
@@ -539,18 +946,20 @@ for ac_dir in $global_top_srcdir ../..; do
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
+ elif test -f $ac_dir/shtool; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
fi
done
if test -z "$ac_aux_dir"; then
- { echo "configure: error: can not find install-sh or install.sh in $global_top_srcdir ../.." 1>&2; exit 1; }
+ { { echo "$as_me:956: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&5
+echo "$as_me: error: cannot find install-sh or install.sh in $global_top_srcdir ../.." >&2;}
+ { (exit 1); exit 1; }; }
fi
-ac_config_guess=$ac_aux_dir/config.guess
-ac_config_sub=$ac_aux_dir/config.sub
-ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
-
-
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -559,31 +968,39 @@ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:568: checking for a BSD compatible install" >&5
+echo "$as_me:976: checking for a BSD compatible install" >&5
+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
-if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${ac_cv_path_install+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
+ IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
+ case $ac_dir/ in
+ / | ./ | .// | /cC/* \
+ | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
+ | /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
+ if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
+ elif test $ac_prog = install &&
+ grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
@@ -593,31 +1010,31 @@ else
;;
esac
done
- IFS="$ac_save_IFS"
fi
if test "${ac_cv_path_install+set}" = set; then
- INSTALL="$ac_cv_path_install"
+ INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
- INSTALL="$ac_install_sh"
+ INSTALL=$ac_install_sh
fi
fi
-echo "$ac_t""$INSTALL" 1>&6
+echo "$as_me:1025: result: $INSTALL" >&5
+echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:621: checking whether build environment is sane" >&5
+echo "$as_me:1036: checking whether build environment is sane" >&5
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
echo timestamp > conftest.file
@@ -640,8 +1057,11 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" 1>&2; exit 1; }
+ { { echo "$as_me:1060: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&5
+echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&2;}
+ { (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
@@ -650,28 +1070,29 @@ then
# Ok.
:
else
- { echo "configure: error: newly created file is older than distributed files!
-Check your system clock" 1>&2; exit 1; }
-fi
-echo "$ac_t""yes" 1>&6
-if test "$program_transform_name" = s,x,x,; then
- program_transform_name=
-else
- # Double any \ or $. echo might interpret backslashes.
- cat <<\EOF_SED > conftestsed
-s,\\,\\\\,g; s,\$,$$,g
-EOF_SED
- program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
- rm -f conftestsed
+ { { echo "$as_me:1073: error: newly created file is older than distributed files!
+Check your system clock" >&5
+echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2;}
+ { (exit 1); exit 1; }; }
fi
+echo "$as_me:1079: result: yes" >&5
+echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
- program_transform_name="s,^,${program_prefix},; $program_transform_name"
+ program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
- program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
+ program_transform_name="s,\$,$program_suffix,;$program_transform_name"
+# Double any \ or $. echo might interpret backslashes.
+# By default was `s,x,x', remove it if useless.
+cat <<\_ACEOF >conftest.sed
+s/[\\$]/&&/g;s/;s,x,x,$//
+_ACEOF
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+rm conftest.sed
-# sed with no file args requires a program.
-test "$program_transform_name" = "" && program_transform_name="s,x,x,"
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
@@ -680,82 +1101,86 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- echo "configure: warning: ${am_backtick}missing' script is too old or missing" 1>&2
+ { echo "$as_me:1104: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
fi
for ac_prog in mawk gawk nawk awk
do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:692: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1112: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_AWK+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_AWK="$ac_prog"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_AWK="$ac_prog"
+echo "$as_me:1127: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-AWK="$ac_cv_prog_AWK"
+AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$ac_t""$AWK" 1>&6
+ echo "$as_me:1135: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1138: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -n "$AWK" && break
+ test -n "$AWK" && break
done
-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:722: checking whether ${MAKE-make} sets \${MAKE}" >&5
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1145: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat > conftestmake <<\EOF
+ cat >conftest.make <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
-rm -f conftestmake
+rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$ac_t""yes" 1>&6
+ echo "$as_me:1165: result: yes" >&5
+echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1169: result: no" >&5
+echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
- :
-fi
+fi;
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
fi
-
if test "x$enable_dependency_tracking" != xno; then
AMDEP_TRUE=
AMDEP_FALSE='#'
@@ -764,9 +1189,6 @@ else
AMDEP_FALSE=
fi
-
-
-
rm -f .deps 2>/dev/null
mkdir .deps 2>/dev/null
if test -d .deps; then
@@ -777,25 +1199,26 @@ else
fi
rmdir .deps 2>/dev/null
-
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { echo "configure: error: source directory already configured; run \"make distclean\" there first" 1>&2; exit 1; }
+ { { echo "$as_me:1205: error: source directory already configured; run \"make distclean\" there first" >&5
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+ { (exit 1); exit 1; }; }
fi
# Define the identity of the package.
PACKAGE=gettext_rpathlz
VERSION=0
-cat >> confdefs.h <>confdefs.h <> confdefs.h <>confdefs.h <&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+echo "$as_me:1262: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}gcc"
+echo "$as_me:1277: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ echo "$as_me:1285: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
+else
+ echo "$as_me:1288: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:841: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1297: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="gcc"
+echo "$as_me:1312: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1320: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1323: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+echo "$as_me:1336: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="gcc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="${ac_tool_prefix}cc"
+echo "$as_me:1351: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1359: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1362: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+echo "$as_me:1371: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="cc"
+echo "$as_me:1386: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1394: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1397: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:871: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1410: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_prog_rejected=no
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
- ac_prog_rejected=yes
- continue
- fi
- ac_cv_prog_CC="cc"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+fi
+ac_cv_prog_CC="cc"
+echo "$as_me:1430: found $ac_dir/$ac_word" >&5
+break
+done
+
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
- if test $# -gt 0; then
+ if test $# != 0; then
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
- set dummy "$ac_dir/$ac_word" "$@"
+ set dummy "$ac_dir/$ac_word" ${1+"$@"}
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1452: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1455: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- if test -z "$CC"; then
- case "`uname -s`" in
- *win32* | *WIN32*)
- # Extract the first word of "cl", so it can be a program name with args.
-set dummy cl; ac_word=$2
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:922: checking for $ac_word" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+echo "$as_me:1466: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- ac_dummy="$PATH"
- for ac_dir in $ac_dummy; do
- test -z "$ac_dir" && ac_dir=.
- if test -f $ac_dir/$ac_word; then
- ac_cv_prog_CC="cl"
- break
- fi
- done
- IFS="$ac_save_ifs"
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+echo "$as_me:1481: found $ac_dir/$ac_word" >&5
+break
+done
+
fi
fi
-CC="$ac_cv_prog_CC"
+CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$ac_t""$CC" 1>&6
+ echo "$as_me:1489: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:1492: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
- ;;
- esac
- fi
- test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
+
+ test -n "$CC" && break
+ done
fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo "$as_me:1505: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="$ac_prog"
+echo "$as_me:1520: found $ac_dir/$ac_word" >&5
+break
+done
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:954: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1528: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
+else
+ echo "$as_me:1531: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
+ test -n "$ac_ct_CC" && break
+done
-cat > conftest.$ac_ext << EOF
+ CC=$ac_ct_CC
+fi
+
+fi
-#line 965 "configure"
+test -z "$CC" && { { echo "$as_me:1543: error: no acceptable cc found in \$PATH" >&5
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+
+# Provide some information about the compiler.
+echo "$as_me:1548:" \
+ "checking for C compiler version" >&5
+ac_compiler=`set X $ac_compile; echo $2`
+{ (eval echo "$as_me:1551: \"$ac_compiler --version &5\"") >&5
+ (eval $ac_compiler --version &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1554: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1556: \"$ac_compiler -v &5\"") >&5
+ (eval $ac_compiler -v &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1559: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (eval echo "$as_me:1561: \"$ac_compiler -V &5\"") >&5
+ (eval $ac_compiler -V &5) 2>&5
+ ac_status=$?
+ echo "$as_me:1564: \$? = $ac_status" >&5
+ (exit $ac_status); }
+
+cat >conftest.$ac_ext <<_ACEOF
+#line 1568 "configure"
#include "confdefs.h"
-main(){return(0);}
-EOF
-if { (eval echo configure:970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
- # If we can't run a trivial program, we are probably using a cross compiler.
- if (./conftest; exit) 2>/dev/null; then
- ac_cv_prog_cc_cross=no
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.exe"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+echo "$as_me:1584: checking for C compiler default output" >&5
+echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+if { (eval echo "$as_me:1587: \"$ac_link_default\"") >&5
+ (eval $ac_link_default) 2>&5
+ ac_status=$?
+ echo "$as_me:1590: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # Find the output, starting from the most likely. This scheme is
+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
+# resort.
+for ac_file in `ls a.exe conftest.exe 2>/dev/null;
+ ls a.out conftest 2>/dev/null;
+ ls a.* conftest.* 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ a.out ) # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1613: error: C compiler cannot create executables" >&5
+echo "$as_me: error: C compiler cannot create executables" >&2;}
+ { (exit 77); exit 77; }; }
+fi
+
+ac_exeext=$ac_cv_exeext
+echo "$as_me:1619: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6
+
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1624: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+# If not cross compiling, check that we can run a simple program.
+if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+ { (eval echo "$as_me:1630: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1633: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ cross_compiling=no
else
- ac_cv_prog_cc_cross=yes
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { echo "$as_me:1640: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&5
+echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
fi
+fi
+echo "$as_me:1648: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+
+rm -f a.out a.exe conftest$ac_cv_exeext
+ac_clean_files=$ac_clean_files_save
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1655: checking whether we are cross compiling" >&5
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
+echo "$as_me:1657: result: $cross_compiling" >&5
+echo "${ECHO_T}$cross_compiling" >&6
+
+echo "$as_me:1660: checking for executable suffix" >&5
+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
+if { (eval echo "$as_me:1662: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:1665: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ export ac_cv_exeext
+ break;;
+ * ) break;;
+ esac
+done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_prog_cc_works=no
+ { { echo "$as_me:1681: error: cannot compute EXEEXT: cannot compile and link" >&5
+echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
+ { (exit 1); exit 1; }; }
fi
-rm -fr conftest*
-ac_ext=c
-# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
-if test $ac_cv_prog_cc_works = no; then
- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
-fi
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:996: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
-echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
-cross_compiling=$ac_cv_prog_cc_cross
-
-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1001: checking whether we are using GNU C" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
- ac_cv_prog_gcc=yes
+
+rm -f conftest$ac_cv_exeext
+echo "$as_me:1687: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+echo "$as_me:1693: checking for object suffix" >&5
+echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
+if test "${ac_cv_objext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1699 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { (eval echo "$as_me:1711: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1714: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+done
else
- ac_cv_prog_gcc=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1726: error: cannot compute OBJEXT: cannot compile" >&5
+echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
+ { (exit 1); exit 1; }; }
fi
+
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
+echo "$as_me:1733: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+echo "$as_me:1737: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1743 "configure"
+#include "confdefs.h"
-echo "$ac_t""$ac_cv_prog_gcc" 1>&6
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
-if test $ac_cv_prog_gcc = yes; then
- GCC=yes
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1758: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1761: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1764: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1767: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_compiler_gnu=yes
else
- GCC=
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_compiler_gnu=no
fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
-ac_test_CFLAGS="${CFLAGS+set}"
-ac_save_CFLAGS="$CFLAGS"
-CFLAGS=
-echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1029: checking whether ${CC-cc} accepts -g" >&5
-if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+fi
+echo "$as_me:1779: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
+GCC=`test $ac_compiler_gnu = yes && echo yes`
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+CFLAGS="-g"
+echo "$as_me:1785: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
+if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- echo 'void f(){}' > conftest.c
-if test X"`${CC-cc} -c conftest.c 2>&1`" = X"`${CC-cc} -g -c conftest.c 2>&1`"; then
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1791 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1803: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1806: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1809: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1812: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
- ac_cv_prog_cc_g=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_prog_cc_g=no
fi
-rm -f conftest*
-
+rm -f conftest.$ac_objext conftest.$ac_ext
fi
-
-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
+echo "$as_me:1822: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
- CFLAGS="$ac_save_CFLAGS"
+ CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
@@ -1055,7 +1836,118 @@ else
CFLAGS=
fi
fi
+# Some people use a C++ compiler to compile C. Since we use `exit',
+# in C++ we need to declare it. In case someone uses the same compiler
+# for both compiling C and C++ we need to have the C++ compiler decide
+# the declaration of exit, since it's the most demanding environment.
+cat >conftest.$ac_ext <<_ACEOF
+#ifndef __cplusplus
+ choke me
+#endif
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1849: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1852: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1855: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1858: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ for ac_declaration in \
+ ''\
+ '#include ' \
+ 'extern "C" void std::exit (int) throw (); using std::exit;' \
+ 'extern "C" void std::exit (int); using std::exit;' \
+ 'extern "C" void exit (int) throw ();' \
+ 'extern "C" void exit (int);' \
+ 'void exit (int);'
+do
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1870 "configure"
+#include "confdefs.h"
+#include
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1883: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1886: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1889: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1892: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+continue
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1902 "configure"
+#include "confdefs.h"
+$ac_declaration
+int
+main ()
+{
+exit (42);
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1914: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1917: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1920: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1923: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+done
+rm -f conftest*
+if test -n "$ac_declaration"; then
+ echo '#ifdef __cplusplus' >>confdefs.h
+ echo $ac_declaration >>confdefs.h
+ echo '#endif' >>confdefs.h
+fi
+
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ac_config_commands="$ac_config_commands default-1"
am_make=${MAKE-make}
cat > confinc << 'END'
@@ -1063,8 +1955,8 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo $ac_n "checking for style of include used by $am_make""... $ac_c" 1>&6
-echo "configure:1068: checking for style of include used by $am_make" >&5
+echo "$as_me:1958: checking for style of include used by $am_make" >&5
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include='#'
am__quote=
_am_result=none
@@ -1090,17 +1982,16 @@ if test "$am__include" = "#"; then
fi
fi
-
-echo "$ac_t""$_am_result" 1>&6
+echo "$as_me:1985: result: $_am_result" >&5
+echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
-
depcc="$CC" am_compiler_list=
-echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6
-echo "configure:1102: checking dependency style of $depcc" >&5
-if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+echo "$as_me:1991: checking dependency style of $depcc" >&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up
@@ -1159,37 +2050,76 @@ else
fi
fi
-
-echo "$ac_t""$am_cv_CC_dependencies_compiler_type" 1>&6
+echo "$as_me:2053: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
-
+ if test "X$prefix" = "XNONE"; then
+ acl_final_prefix="$ac_default_prefix"
+ else
+ acl_final_prefix="$prefix"
+ fi
+ if test "X$exec_prefix" = "XNONE"; then
+ acl_final_exec_prefix='${prefix}'
+ else
+ acl_final_exec_prefix="$exec_prefix"
+ fi
+ acl_save_prefix="$prefix"
+ prefix="$acl_final_prefix"
+ eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+ prefix="$acl_save_prefix"
# Make sure we can run config.sub.
-if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
-else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
-fi
-
-echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:1175: checking host system type" >&5
-
-host_alias=$host
-case "$host_alias" in
-NONE)
- case $nonopt in
- NONE)
- if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
- else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
- fi ;;
- *) host_alias=$nonopt ;;
- esac ;;
-esac
+$ac_config_sub sun4 >/dev/null 2>&1 ||
+ { { echo "$as_me:2074: error: cannot run $ac_config_sub" >&5
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+ { (exit 1); exit 1; }; }
+
+echo "$as_me:2078: checking build system type" >&5
+echo $ECHO_N "checking build system type... $ECHO_C" >&6
+if test "${ac_cv_build+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_build_alias=$build_alias
+test -z "$ac_cv_build_alias" &&
+ ac_cv_build_alias=`$ac_config_guess`
+test -z "$ac_cv_build_alias" &&
+ { { echo "$as_me:2087: error: cannot guess build type; you must specify one" >&5
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+ { { echo "$as_me:2091: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
+ { (exit 1); exit 1; }; }
+
+fi
+echo "$as_me:2096: result: $ac_cv_build" >&5
+echo "${ECHO_T}$ac_cv_build" >&6
+build=$ac_cv_build
+build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+echo "$as_me:2103: checking host system type" >&5
+echo $ECHO_N "checking host system type... $ECHO_C" >&6
+if test "${ac_cv_host+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_host_alias=$host_alias
+test -z "$ac_cv_host_alias" &&
+ ac_cv_host_alias=$ac_cv_build_alias
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+ { { echo "$as_me:2112: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
-host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
-host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$ac_t""$host" 1>&6
+fi
+echo "$as_me:2117: result: $ac_cv_host" >&5
+echo "${ECHO_T}$ac_cv_host" >&6
+host=$ac_cv_host
+host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
@@ -1197,13 +2127,12 @@ if test "${with_gnu_ld+set}" = set; then
test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
-fi
-
+fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
-echo "configure:1207: checking for ld used by GCC" >&5
+ echo "$as_me:2134: checking for ld used by GCC" >&5
+echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
@@ -1232,14 +2161,14 @@ echo "configure:1207: checking for ld used by GCC" >&5
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
-echo "configure:1237: checking for GNU ld" >&5
+ echo "$as_me:2164: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
-echo "configure:1240: checking for non-GNU ld" >&5
+ echo "$as_me:2167: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
-if eval "test \"`echo '$''{'acl_cv_path_LD'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+if test "${acl_cv_path_LD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -z "$LD"; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
@@ -1265,15 +2194,19 @@ fi
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- echo "$ac_t""$LD" 1>&6
+ echo "$as_me:2197: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6
else
- echo "$ac_t""no" 1>&6
+ echo "$as_me:2200: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
-echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:1275: checking if the linker ($LD) is GNU ld" >&5
-if eval "test \"`echo '$''{'acl_cv_prog_gnu_ld'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+test -z "$LD" && { { echo "$as_me:2203: error: no acceptable ld found in \$PATH" >&5
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+echo "$as_me:2206: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+if test "${acl_cv_prog_gnu_ld+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 &5; then
@@ -1282,43 +2215,25 @@ else
acl_cv_prog_gnu_ld=no
fi
fi
-
-echo "$ac_t""$acl_cv_prog_gnu_ld" 1>&6
+echo "$as_me:2218: result: $acl_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
with_gnu_ld=$acl_cv_prog_gnu_ld
-
-
- if test "X$prefix" = "XNONE"; then
- acl_final_prefix="$ac_default_prefix"
- else
- acl_final_prefix="$prefix"
- fi
- if test "X$exec_prefix" = "XNONE"; then
- acl_final_exec_prefix='${prefix}'
- else
- acl_final_exec_prefix="$exec_prefix"
- fi
- acl_save_prefix="$prefix"
- prefix="$acl_final_prefix"
- eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
- prefix="$acl_save_prefix"
-
-
- echo $ac_n "checking for shared library run path origin""... $ac_c" 1>&6
-echo "configure:1309: checking for shared library run path origin" >&5
-if eval "test \"`echo '$''{'acl_cv_rpath'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2222: checking for shared library run path origin" >&5
+echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
+if test "${acl_cv_rpath+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
+
CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
. ./conftest.sh
rm -f ./conftest.sh
acl_cv_rpath=done
-
-fi
-echo "$ac_t""$acl_cv_rpath" 1>&6
+fi
+echo "$as_me:2235: result: $acl_cv_rpath" >&5
+echo "${ECHO_T}$acl_cv_rpath" >&6
wl="$acl_cv_wl"
libext="$acl_cv_libext"
shlibext="$acl_cv_shlibext"
@@ -1328,50 +2243,50 @@ echo "$ac_t""$acl_cv_rpath" 1>&6
hardcode_minus_L="$acl_cv_hardcode_minus_L"
sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+ # Check whether --enable-rpath or --disable-rpath was given.
+if test "${enable_rpath+set}" = set; then
+ enableval="$enable_rpath"
+ :
+else
+ enable_rpath=yes
+fi;
-
-
-
-
-
- echo $ac_n "checking how to link with librpathz""... $ac_c" 1>&6
-echo "configure:1339: checking how to link with librpathz" >&5
-if eval "test \"`echo '$''{'ac_cv_librpathz_libs'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
+ echo "$as_me:2254: checking how to link with librpathz" >&5
+echo $ECHO_N "checking how to link with librpathz... $ECHO_C" >&6
+if test "${ac_cv_librpathz_libs+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
-
-
-
+
use_additional=yes
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
- # Check whether --with-librpathz-prefix or --without-librpathz-prefix was given.
+# Check whether --with-librpathz-prefix or --without-librpathz-prefix was given.
if test "${with_librpathz_prefix+set}" = set; then
withval="$with_librpathz_prefix"
-
+
if test "X$withval" = "Xno"; then
use_additional=no
else
if test "X$withval" = "X"; then
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
exec_prefix="$acl_final_exec_prefix"
-
+
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
-
+
exec_prefix="$acl_save_exec_prefix"
prefix="$acl_save_prefix"
@@ -1381,8 +2296,7 @@ if test "${with_librpathz_prefix+set}" = set; then
fi
fi
-fi
-
+fi;
LIBRPATHZ=
LTLIBRPATHZ=
INCRPATHZ=
@@ -1438,7 +2352,7 @@ fi
fi
if test "X$found_dir" = "X"; then
for x in $LDFLAGS $LTLIBRPATHZ; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1475,7 +2389,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBRPATHZ="${LTLIBRPATHZ}${LTLIBRPATHZ:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "X$found_dir" = "X/usr/lib"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
LIBRPATHZ="${LIBRPATHZ}${LIBRPATHZ:+ }$found_so"
else
haveit=
@@ -1506,7 +2420,7 @@ fi
else
haveit=
for x in $LDFLAGS $LIBRPATHZ; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1557,7 +2471,7 @@ fi
fi
if test -z "$haveit"; then
for x in $CPPFLAGS $INCRPATHZ; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1602,7 +2516,7 @@ fi
if test -z "$haveit"; then
haveit=
for x in $LDFLAGS $LIBRPATHZ; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1623,7 +2537,7 @@ fi
fi
haveit=
for x in $LDFLAGS $LTLIBRPATHZ; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1647,25 +2561,27 @@ fi
;;
-R*)
dir=`echo "X$dep" | sed -e 's/^X-R//'`
- haveit=
- for x in $rpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ if test "$enable_rpath" != no; then
+ haveit=
+ for x in $rpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ rpathdirs="$rpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- rpathdirs="$rpathdirs $dir"
- fi
- haveit=
- for x in $ltrpathdirs; do
- if test "X$x" = "X$dir"; then
- haveit=yes
- break
+ haveit=
+ for x in $ltrpathdirs; do
+ if test "X$x" = "X$dir"; then
+ haveit=yes
+ break
+ fi
+ done
+ if test -z "$haveit"; then
+ ltrpathdirs="$ltrpathdirs $dir"
fi
- done
- if test -z "$haveit"; then
- ltrpathdirs="$ltrpathdirs $dir"
fi
;;
-l*)
@@ -1719,18 +2635,18 @@ fi
ac_cv_librpathz_libs="$LIBRPATHZ"
ac_cv_librpathz_ltlibs="$LTLIBRPATHZ"
ac_cv_librpathz_cppflags="$INCRPATHZ"
-
-fi
-echo "$ac_t""$ac_cv_librpathz_libs" 1>&6
+fi
+echo "$as_me:2640: result: $ac_cv_librpathz_libs" >&5
+echo "${ECHO_T}$ac_cv_librpathz_libs" >&6
LIBRPATHZ="$ac_cv_librpathz_libs"
LTLIBRPATHZ="$ac_cv_librpathz_ltlibs"
INCRPATHZ="$ac_cv_librpathz_cppflags"
-
+
for element in $INCRPATHZ; do
haveit=
for x in $CPPFLAGS; do
-
+
acl_save_prefix="$prefix"
prefix="$acl_final_prefix"
acl_save_exec_prefix="$exec_prefix"
@@ -1749,299 +2665,661 @@ echo "$ac_t""$ac_cv_librpathz_libs" 1>&6
fi
done
-
-
HAVE_LIBRPATHZ=yes
-
-
-
-trap '' 1 2 15
-cat > confcache <<\EOF
+ac_config_files="$ac_config_files Makefile"
+cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
-# scripts and configure runs. It is not useful on other systems.
-# If it contains results you don't want to keep, you may remove or edit it.
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems. If it contains results you don't
+# want to keep, you may remove or edit it.
#
-# By default, configure uses ./config.cache as the cache file,
-# creating it if it does not exist already. You can give configure
-# the --cache-file=FILE option to use a different cache file; that is
-# what configure does when it calls configure scripts in
-# subdirectories, so they share the cache.
-# Giving --cache-file=/dev/null disables caching, for debugging configure.
-# config.status only pays attention to the cache file if you give it the
-# --recheck option to rerun configure.
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
#
-EOF
+# `ac_cv_env_foo' variables (set or unset) will be overriden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
-(set) 2>&1 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- # `set' does not quote correctly, so add quotes (double-quote substitution
- # turns \\\\ into \\, and sed turns \\ into \).
- sed -n \
- -e "s/'/'\\\\''/g" \
- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
- ;;
- esac >> confcache
-if cmp -s $cache_file confcache; then
- :
-else
+{
+ (set) 2>&1 |
+ case `(ac_space=' '; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+ ;;
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+ sed -n \
+ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} |
+ sed '
+ t clear
+ : clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ : end' >>confcache
+if cmp -s $cache_file confcache; then :; else
if test -w $cache_file; then
- echo "updating cache $cache_file"
- cat confcache > $cache_file
+ test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
+ cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
-
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-# Any assignment to VPATH causes Sun make to only execute
-# the first set of double-colon rules, so remove it if not needed.
-# If there is a colon in the path, we need to keep it.
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
+s/:*\$(srcdir):*/:/;
+s/:*\${srcdir}:*/:/;
+s/:*@srcdir@:*/:/;
+s/^\([^=]*=[ ]*\):*/\1/;
+s/:*$//;
+s/^[^=]*=[ ]*$//;
+}'
fi
-trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
-
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
-cat > conftest.defs <<\EOF
-s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
-s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
-s%\[%\\&%g
-s%\]%\\&%g
-s%\$%$$%g
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then we branch to the quote section. Otherwise,
+# look for a macro that doesn't take arguments.
+cat >confdef2opt.sed <<\EOF
+t clear
+: clear
+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
+t quote
+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
+t quote
+d
+: quote
+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
+s,\[,\\&,g
+s,\],\\&,g
+s,\$,$$,g
+p
EOF
-DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
-rm -f conftest.defs
-
+# We use echo to avoid assuming a particular line-breaking character.
+# The extra dot is to prevent the shell from consuming trailing
+# line-breaks from the sub-command output. A line-break within
+# single-quotes doesn't work because, if this script is created in a
+# platform that uses two characters for line-breaks (e.g., DOS), tr
+# would break.
+ac_LF_and_DOT=`echo; echo .`
+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
+rm -f confdef2opt.sed
-# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}
-
-echo creating $CONFIG_STATUS
-rm -f $CONFIG_STATUS
-cat > $CONFIG_STATUS <&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
+cat >$CONFIG_STATUS <<_ACEOF
+#! $SHELL
# Generated automatically by configure.
# Run this file to recreate the current configuration.
-# This directory was configured as follows,
-# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-#
-# $0 $ac_configure_args
-#
# Compiler output produced by configure, useful for debugging
-# configure, is in ./config.log if it exists.
+# configure, is in config.log if it exists.
-ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
-for ac_option
+debug=false
+SHELL=\${CONFIG_SHELL-$SHELL}
+ac_cs_invocation="\$0 \$@"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+# Name of the executable.
+as_me=`echo "$0" |sed 's,.*[\\/],,'`
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ # We could just check for DJGPP; but this test a) works b) is more generic
+ # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
+ if test -f conf$$.exe; then
+ # Don't use ln at all; we don't have any links
+ as_ln_s='cp -p'
+ else
+ as_ln_s='ln -s'
+ fi
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+exec 6>&1
+
+_ACEOF
+
+# Files that config.status was made for.
+if test -n "$ac_config_files"; then
+ echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_headers"; then
+ echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_links"; then
+ echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
+fi
+
+if test -n "$ac_config_commands"; then
+ echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
+fi
+
+cat >>$CONFIG_STATUS <<\EOF
+
+ac_cs_usage="\
+\`$as_me' instantiates files from templates according to the
+current configuration.
+
+Usage: $0 [OPTIONS] [FILE]...
+
+ -h, --help print this help, then exit
+ -V, --version print version number, then exit
+ -d, --debug don't remove temporary files
+ --recheck update $as_me by reconfiguring in the same conditions
+ --file=FILE[:TEMPLATE]
+ instantiate the configuration file FILE
+
+Configuration files:
+$config_files
+
+Configuration commands:
+$config_commands
+
+Report bugs to ."
+EOF
+
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+# If no file are specified by the user, then we need to provide default
+# value. By we need to know if files were specified by the user.
+ac_need_defaults=:
+while test $# != 0
do
- case "\$ac_option" in
+ case $1 in
+ --*=*)
+ ac_option=`expr "x$1" : 'x\([^=]*\)='`
+ ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
+ shift
+ set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
+ shift
+ ;;
+ -*);;
+ *) # This is not an option, so the user has probably given explicit
+ # arguments.
+ ac_need_defaults=false;;
+ esac
+
+ case $1 in
+ # Handling of the options.
+EOF
+cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF
+ --version | --vers* | -V )
+ echo "$ac_cs_version"; exit 0 ;;
+ --he | --h)
+ # Conflict between --help and --header
+ { { echo "$as_me:2951: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; };;
+ --help | --hel | -h )
+ echo "$ac_cs_usage"; exit 0 ;;
+ --debug | --d* | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ shift
+ CONFIG_FILES="$CONFIG_FILES $1"
+ ac_need_defaults=false;;
+ --header | --heade | --head | --hea )
+ shift
+ CONFIG_HEADERS="$CONFIG_HEADERS $1"
+ ac_need_defaults=false;;
+
+ # This is an error.
+ -*) { { echo "$as_me:2970: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&5
+echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2;}
+ { (exit 1); exit 1; }; } ;;
+
+ *) ac_config_targets="$ac_config_targets $1" ;;
+
esac
+ shift
done
-ac_given_srcdir=$srcdir
-ac_given_INSTALL="$INSTALL"
+exec 5>>config.log
+cat >&5 << _ACEOF
+
+## ----------------------- ##
+## Running config.status. ##
+## ----------------------- ##
+
+This file was extended by $as_me 2.52, executed with
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+ CONFIG_LINKS = $CONFIG_LINKS
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ > $ac_cs_invocation
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+_ACEOF
EOF
-cat >> $CONFIG_STATUS < conftest.subs <<\\CEOF
-$ac_vpsub
-$extrasub
-s%@SHELL@%$SHELL%g
-s%@CFLAGS@%$CFLAGS%g
-s%@CPPFLAGS@%$CPPFLAGS%g
-s%@CXXFLAGS@%$CXXFLAGS%g
-s%@FFLAGS@%$FFLAGS%g
-s%@DEFS@%$DEFS%g
-s%@LDFLAGS@%$LDFLAGS%g
-s%@LIBS@%$LIBS%g
-s%@exec_prefix@%$exec_prefix%g
-s%@prefix@%$prefix%g
-s%@program_transform_name@%$program_transform_name%g
-s%@bindir@%$bindir%g
-s%@sbindir@%$sbindir%g
-s%@libexecdir@%$libexecdir%g
-s%@datadir@%$datadir%g
-s%@sysconfdir@%$sysconfdir%g
-s%@sharedstatedir@%$sharedstatedir%g
-s%@localstatedir@%$localstatedir%g
-s%@libdir@%$libdir%g
-s%@includedir@%$includedir%g
-s%@oldincludedir@%$oldincludedir%g
-s%@infodir@%$infodir%g
-s%@mandir@%$mandir%g
-s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
-s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
-s%@INSTALL_DATA@%$INSTALL_DATA%g
-s%@PACKAGE@%$PACKAGE%g
-s%@VERSION@%$VERSION%g
-s%@EXEEXT@%$EXEEXT%g
-s%@OBJEXT@%$OBJEXT%g
-s%@ACLOCAL@%$ACLOCAL%g
-s%@AUTOCONF@%$AUTOCONF%g
-s%@AUTOMAKE@%$AUTOMAKE%g
-s%@AUTOHEADER@%$AUTOHEADER%g
-s%@MAKEINFO@%$MAKEINFO%g
-s%@AMTAR@%$AMTAR%g
-s%@install_sh@%$install_sh%g
-s%@INSTALL_STRIP_PROGRAM@%$INSTALL_STRIP_PROGRAM%g
-s%@AWK@%$AWK%g
-s%@SET_MAKE@%$SET_MAKE%g
-s%@AMDEP_TRUE@%$AMDEP_TRUE%g
-s%@AMDEP_FALSE@%$AMDEP_FALSE%g
-s%@AMDEPBACKSLASH@%$AMDEPBACKSLASH%g
-s%@DEPDIR@%$DEPDIR%g
-s%@CC@%$CC%g
-s%@am__include@%$am__include%g
-s%@am__quote@%$am__quote%g
-s%@CCDEPMODE@%$CCDEPMODE%g
-s%@host@%$host%g
-s%@host_alias@%$host_alias%g
-s%@host_cpu@%$host_cpu%g
-s%@host_vendor@%$host_vendor%g
-s%@host_os@%$host_os%g
-s%@LIBRPATHZ@%$LIBRPATHZ%g
-s%@LTLIBRPATHZ@%$LTLIBRPATHZ%g
-s%@global_top_srcdir@%$global_top_srcdir%g
+cat >>$CONFIG_STATUS <> $CONFIG_STATUS <<\EOF
-
-# Split the substitutions into bite-sized pieces for seds with
-# small command number limits, like on Digital OSF/1 and HP-UX.
-ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
-ac_file=1 # Number of current file.
-ac_beg=1 # First line for current file.
-ac_end=$ac_max_sed_cmds # Line after last line for current file.
-ac_more_lines=:
-ac_sed_cmds=""
-while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
- else
- sed "${ac_end}q" conftest.subs > conftest.s$ac_file
- fi
- if test ! -s conftest.s$ac_file; then
- ac_more_lines=false
- rm -f conftest.s$ac_file
- else
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f conftest.s$ac_file"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
- fi
- ac_file=`expr $ac_file + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_cmds`
- fi
+cat >>$CONFIG_STATUS <<\EOF
+for ac_config_target in $ac_config_targets
+do
+ case "$ac_config_target" in
+ # Handling of arguments.
+ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
+ *) { { echo "$as_me:3017: error: invalid argument: $ac_config_target" >&5
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
done
-if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used. Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
+
+# Create a temporary directory, and hook for its removal unless debugging.
+$debug ||
+{
+ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
+}
+
+# Create a (secure) tmp directory for tmp files.
+: ${TMPDIR=/tmp}
+{
+ tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
+ test -n "$tmp" && test -d "$tmp"
+} ||
+{
+ tmp=$TMPDIR/cs$$-$RANDOM
+ (umask 077 && mkdir $tmp)
+} ||
+{
+ echo "$me: cannot create a temporary directory in $TMPDIR" >&2
+ { (exit 1); exit 1; }
+}
+
+EOF
+
+cat >>$CONFIG_STATUS <\$tmp/subs.sed <<\\CEOF
+s,@SHELL@,$SHELL,;t t
+s,@exec_prefix@,$exec_prefix,;t t
+s,@prefix@,$prefix,;t t
+s,@program_transform_name@,$program_transform_name,;t t
+s,@bindir@,$bindir,;t t
+s,@sbindir@,$sbindir,;t t
+s,@libexecdir@,$libexecdir,;t t
+s,@datadir@,$datadir,;t t
+s,@sysconfdir@,$sysconfdir,;t t
+s,@sharedstatedir@,$sharedstatedir,;t t
+s,@localstatedir@,$localstatedir,;t t
+s,@libdir@,$libdir,;t t
+s,@includedir@,$includedir,;t t
+s,@oldincludedir@,$oldincludedir,;t t
+s,@infodir@,$infodir,;t t
+s,@mandir@,$mandir,;t t
+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
+s,@build_alias@,$build_alias,;t t
+s,@host_alias@,$host_alias,;t t
+s,@target_alias@,$target_alias,;t t
+s,@ECHO_C@,$ECHO_C,;t t
+s,@ECHO_N@,$ECHO_N,;t t
+s,@ECHO_T@,$ECHO_T,;t t
+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
+s,@DEFS@,$DEFS,;t t
+s,@LIBS@,$LIBS,;t t
+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
+s,@PACKAGE@,$PACKAGE,;t t
+s,@VERSION@,$VERSION,;t t
+s,@EXEEXT@,$EXEEXT,;t t
+s,@OBJEXT@,$OBJEXT,;t t
+s,@ACLOCAL@,$ACLOCAL,;t t
+s,@AUTOCONF@,$AUTOCONF,;t t
+s,@AUTOMAKE@,$AUTOMAKE,;t t
+s,@AUTOHEADER@,$AUTOHEADER,;t t
+s,@MAKEINFO@,$MAKEINFO,;t t
+s,@AMTAR@,$AMTAR,;t t
+s,@install_sh@,$install_sh,;t t
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+s,@AWK@,$AWK,;t t
+s,@SET_MAKE@,$SET_MAKE,;t t
+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
+s,@DEPDIR@,$DEPDIR,;t t
+s,@CC@,$CC,;t t
+s,@CFLAGS@,$CFLAGS,;t t
+s,@LDFLAGS@,$LDFLAGS,;t t
+s,@CPPFLAGS@,$CPPFLAGS,;t t
+s,@ac_ct_CC@,$ac_ct_CC,;t t
+s,@am__include@,$am__include,;t t
+s,@am__quote@,$am__quote,;t t
+s,@CCDEPMODE@,$CCDEPMODE,;t t
+s,@build@,$build,;t t
+s,@build_cpu@,$build_cpu,;t t
+s,@build_vendor@,$build_vendor,;t t
+s,@build_os@,$build_os,;t t
+s,@host@,$host,;t t
+s,@host_cpu@,$host_cpu,;t t
+s,@host_vendor@,$host_vendor,;t t
+s,@host_os@,$host_os,;t t
+s,@LIBRPATHZ@,$LIBRPATHZ,;t t
+s,@LTLIBRPATHZ@,$LTLIBRPATHZ,;t t
+s,@global_top_srcdir@,$global_top_srcdir,;t t
+CEOF
+
EOF
-cat >> $CONFIG_STATUS <